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:
@@ -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===
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user