Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  fix dir separator in test
This commit is contained in:
Anatol Belski 2017-07-19 22:42:05 +02:00
commit 18595b6fc6

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