1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00

- Fix paths

This commit is contained in:
Jani Taskinen
2009-05-11 05:01:37 +00:00
parent 13a3092fce
commit 899e56337f
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ set_error_handler('test_error_handler');
// Initialise function arguments not being substituted (if any)
$filename = 'fwriteVar5.tmp';
$filename = __DIR__ . '/fwriteVar5.tmp';
@@ -164,4 +164,4 @@ Class A object
--undefined var--
--unset var--
===DONE===
===DONE===

View File

@@ -23,7 +23,7 @@ set_error_handler('test_error_handler');
// Initialise function arguments not being substituted (if any)
$filename = 'fwriteVar5.tmp';
$filename = __DIR__ . '/fwriteVar5.tmp';