summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/001.phpt')
-rw-r--r--ext/simplexml/tests/001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/001.phpt b/ext/simplexml/tests/001.phpt
index 7f37870efa..5820c55325 100644
--- a/ext/simplexml/tests/001.phpt
+++ b/ext/simplexml/tests/001.phpt
@@ -5,7 +5,7 @@ SimpleXML: Simple document
--FILE--
<?php
-var_dump(simplexml_load_file(dirname(__FILE__).'/sxe.xml'));
+var_dump(simplexml_load_file(__DIR__.'/sxe.xml'));
?>
===DONE===