We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8483a21 commit 9d5dafeCopy full SHA for 9d5dafe
sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt
@@ -70,7 +70,7 @@ stream_wrapper_register('wrapper', StreamWrapper::class);
70
* Next, we include a PHP file that contains executable lines, via the stream
71
* wrapper.
72
*/
73
-$filename = __DIR__ . '/phpdbg_get_executable_stream_wrapper.inc';
+$filename = __DIR__ . DIRECTORY_SEPARATOR . 'phpdbg_get_executable_stream_wrapper.inc';
74
require 'wrapper://' . $filename;
75
76
/**
0 commit comments