From: Anatol Belski Date: Wed, 22 Jun 2016 09:41:05 +0000 (+0200) Subject: fix dir separator in test X-Git-Tag: php-7.0.9RC1~28^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de1c407348b95ea0207b568ac28c3086c22471b8;p=php fix dir separator in test --- 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