diff options
Diffstat (limited to 'ext/simplexml/tests/simplexml_load_file.phpt')
| -rw-r--r-- | ext/simplexml/tests/simplexml_load_file.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/simplexml/tests/simplexml_load_file.phpt b/ext/simplexml/tests/simplexml_load_file.phpt index 1442a0ed47..db4f3d115a 100644 --- a/ext/simplexml/tests/simplexml_load_file.phpt +++ b/ext/simplexml/tests/simplexml_load_file.phpt @@ -1,11 +1,11 @@ --TEST-- simplexml_load_file() ---SKIPIF-- +--SKIPIF-- <?php if (!extension_loaded("simplexml")) die("skip"); ?> ---FILE-- +--FILE-- <?php $simple = simplexml_load_file(dirname(__FILE__)."/book.xml"); - + var_dump($simple); echo "Done"; ?> |
