summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/bug37076.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/bug37076.phpt')
-rw-r--r--ext/simplexml/tests/bug37076.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/simplexml/tests/bug37076.phpt b/ext/simplexml/tests/bug37076.phpt
index a5b3801cc..c7f19b3cc 100644
--- a/ext/simplexml/tests/bug37076.phpt
+++ b/ext/simplexml/tests/bug37076.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #37076 (SimpleXML ignores .=)
+--SKIPIF--
+<?php if (!extension_loaded("simplexml")) print "skip"; ?>
--FILE--
<?php
$xml = simplexml_load_string("<root><foo /></root>");