summaryrefslogtreecommitdiff
path: root/ext/bz2/tests
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-06-22 11:45:30 +0200
committerAnatol Belski <ab@php.net>2016-06-22 11:45:30 +0200
commitb6259fc91f8685746c0601c0dfbbaa0e9c07a092 (patch)
tree331eb4a9e3ff27d49ef12142c8872f59c5d2cd79 /ext/bz2/tests
parent0d953f66be2edb4950b08466b1abbc4b3ee3b316 (diff)
parent98f6248dcfe587c22da253bd2c43c54a047b5d95 (diff)
downloadphp-git-b6259fc91f8685746c0601c0dfbbaa0e9c07a092.tar.gz
Merge branch 'PHP-7.0'
* PHP-7.0: fix dir separator in test
Diffstat (limited to 'ext/bz2/tests')
-rw-r--r--ext/bz2/tests/bug72447.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bz2/tests/bug72447.phpt b/ext/bz2/tests/bug72447.phpt
index 0df4cb177b..939a3c289b 100644
--- a/ext/bz2/tests/bug72447.phpt
+++ b/ext/bz2/tests/bug72447.phpt
@@ -12,4 +12,4 @@ stream_filter_append($fp, 'bzip2.compress', STREAM_FILTER_WRITE, $param);
fclose($fp);
?>
--EXPECTF--
-Warning: stream_filter_append(): Invalid parameter given for number of blocks to allocate. (0) in %s/bug72447.php on line %d
+Warning: stream_filter_append(): Invalid parameter given for number of blocks to allocate. (0) in %s%ebug72447.php on line %d