mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Make phpdbg test portable
This commit is contained in:
@@ -70,7 +70,7 @@ stream_wrapper_register('wrapper', StreamWrapper::class);
|
||||
* Next, we include a PHP file that contains executable lines, via the stream
|
||||
* wrapper.
|
||||
*/
|
||||
$filename = __DIR__ . '/phpdbg_get_executable_stream_wrapper.inc';
|
||||
$filename = __DIR__ . DIRECTORY_SEPARATOR . 'phpdbg_get_executable_stream_wrapper.inc';
|
||||
require 'wrapper://' . $filename;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user