Skip to content

Commit 9d5dafe

Browse files
committed
Make phpdbg test portable
1 parent 8483a21 commit 9d5dafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ stream_wrapper_register('wrapper', StreamWrapper::class);
7070
* Next, we include a PHP file that contains executable lines, via the stream
7171
* wrapper.
7272
*/
73-
$filename = __DIR__ . '/phpdbg_get_executable_stream_wrapper.inc';
73+
$filename = __DIR__ . DIRECTORY_SEPARATOR . 'phpdbg_get_executable_stream_wrapper.inc';
7474
require 'wrapper://' . $filename;
7575

7676
/**

0 commit comments

Comments
 (0)