summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/simplexml_load_file.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/simplexml_load_file.phpt')
-rw-r--r--ext/simplexml/tests/simplexml_load_file.phpt6
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 8dc6481f5d..de3a839661 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";
?>