summaryrefslogtreecommitdiff
path: root/Zend/tests/bug52508.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug52508.phpt')
-rw-r--r--Zend/tests/bug52508.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug52508.phpt b/Zend/tests/bug52508.phpt
index 83292a5405..a9b12e793c 100644
--- a/Zend/tests/bug52508.phpt
+++ b/Zend/tests/bug52508.phpt
@@ -3,7 +3,7 @@ Bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)
--FILE--
<?php
-$file = dirname(__FILE__) .'/bug52508.ini';
+$file = __DIR__ .'/bug52508.ini';
file_put_contents($file, "a = 1");