summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-19 22:42:34 +0200
committerAnatol Belski <ab@php.net>2017-07-19 22:42:34 +0200
commita34e597ea8df82cc0c1563daae4207a55b161504 (patch)
treeefb0fe6c2ab80a2edeb2dbfd6ca8e357f4af6202
parent60e62b46fa9792321617de08d170673125d946ab (diff)
parent18595b6fc6378c73a1c8c382081c527db5141964 (diff)
downloadphp-git-a34e597ea8df82cc0c1563daae4207a55b161504.tar.gz
Merge branch 'PHP-7.2'
* PHP-7.2: fix dir separator in test
-rw-r--r--ext/standard/tests/streams/bug74951.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/streams/bug74951.phpt b/ext/standard/tests/streams/bug74951.phpt
index 82788b09e6..b45bee7c3b 100644
--- a/ext/standard/tests/streams/bug74951.phpt
+++ b/ext/standard/tests/streams/bug74951.phpt
@@ -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