summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/bug24392.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/bug24392.phpt')
-rw-r--r--ext/simplexml/tests/bug24392.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/bug24392.phpt b/ext/simplexml/tests/bug24392.phpt
index 0a462e5770..5bd133fd73 100644
--- a/ext/simplexml/tests/bug24392.phpt
+++ b/ext/simplexml/tests/bug24392.phpt
@@ -3,7 +3,7 @@ Bug #24392 (empty namespaces causing confusion)
--SKIPIF--
<?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
--FILE--
-<?php
+<?php
$s = simplexml_load_file(dirname(__FILE__).'/bug24392.xml');
foreach ($s->item as $item) {
echo $item->title . "\n";