1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 03:51:07 +02:00

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix dir separator in test
This commit is contained in:
Anatol Belski
2017-07-19 22:41:32 +02:00

View File

@@ -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