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