diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/simplexml/tests/bug24392.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/simplexml/tests/bug24392.phpt b/ext/simplexml/tests/bug24392.phpt index 7ba12542ad..0d654196d4 100644 --- a/ext/simplexml/tests/bug24392.phpt +++ b/ext/simplexml/tests/bug24392.phpt @@ -1,13 +1,13 @@ --TEST-- -Bug #24392: empty namespaces causing confusion +Bug #24392 (empty namespaces causing confusion) --SKIPIF-- -<?php if (!extension_loaded("simplexml")) print "skip"; ?> +<?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?> --POST-- --GET-- --INI-- --FILE-- <?php -$s = simplexml_load_file('ext/simplexml/tests/bug24392.xml'); +$s = simplexml_load_file(dirname(__FILE__).'/bug24392.xml'); foreach ($s->item as $item) { echo $item->title . "\n"; } |
