summaryrefslogtreecommitdiff
path: root/tests/lang/bug32924.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/bug32924.phpt')
-rw-r--r--tests/lang/bug32924.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lang/bug32924.phpt b/tests/lang/bug32924.phpt
index 4c6dab0a16..b06a7b065b 100644
--- a/tests/lang/bug32924.phpt
+++ b/tests/lang/bug32924.phpt
@@ -5,8 +5,8 @@ include_path={PWD}
auto_prepend_file=inc.inc
--FILE--
<?php
-include_once(dirname(__FILE__).'/inc.inc');
-require_once(dirname(__FILE__).'/inc.inc');
+include_once(__DIR__.'/inc.inc');
+require_once(__DIR__.'/inc.inc');
?>
END
--EXPECT--