mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
fix dir separator in test
This commit is contained in:
parent
c9fd093127
commit
f67a3cc9bd
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ trait Stream00ploiter{
|
||||||
stream_wrapper_register('e0ploit','Stream00ploiter');
|
stream_wrapper_register('e0ploit','Stream00ploiter');
|
||||||
$s=fopen('e0ploit://',0);
|
$s=fopen('e0ploit://',0);
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
Warning: fopen(e0ploit://): failed to open stream: operation failed in %s/bug74951.php on line 7
|
Warning: fopen(e0ploit://): failed to open stream: operation failed in %s%ebug74951.php on line 7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue