Skip to content

Commit

Permalink
fix dir separator in test
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Jul 19, 2017
1 parent c9fd093 commit f67a3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/tests/streams/bug74951.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ trait Stream00ploiter{
stream_wrapper_register('e0ploit','Stream00ploiter');
$s=fopen('e0ploit://',0);
--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

0 comments on commit f67a3cc

Please sign in to comment.