1
0
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:
Christoph M. Becker
2020-05-26 00:13:54 +02:00
parent 8483a21f29
commit 9d5dafe040

View File

@@ -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;
/**