diff options
Diffstat (limited to 'ext/simplexml/tests/001.phpt')
| -rw-r--r-- | ext/simplexml/tests/001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/001.phpt b/ext/simplexml/tests/001.phpt index 0be77710e5..7f37870efa 100644 --- a/ext/simplexml/tests/001.phpt +++ b/ext/simplexml/tests/001.phpt @@ -3,7 +3,7 @@ SimpleXML: Simple document --SKIPIF-- <?php if (!extension_loaded("simplexml")) print "skip"; ?> --FILE-- -<?php +<?php var_dump(simplexml_load_file(dirname(__FILE__).'/sxe.xml')); |
