summaryrefslogtreecommitdiff
path: root/ext/bz2
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2007-09-14 15:36:29 +0000
committerNuno Lopes <nlopess@php.net>2007-09-14 15:36:29 +0000
commitdb5f5d6bd7dedce54ac0097327afb71afbeee296 (patch)
treefee9547d636b3609ee092e343ff3e9cbe22417dd /ext/bz2
parent619ddc2679c73b1a6c7c030096102e8067ed482c (diff)
downloadphp-git-db5f5d6bd7dedce54ac0097327afb71afbeee296.tar.gz
MFB: change run-tests.php to add %a
Diffstat (limited to 'ext/bz2')
-rw-r--r--ext/bz2/tests/005.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/bz2/tests/005.phpt b/ext/bz2/tests/005.phpt
index ee45f10f7c..d10f8765e7 100644
--- a/ext/bz2/tests/005.phpt
+++ b/ext/bz2/tests/005.phpt
@@ -38,10 +38,10 @@ var_dump(bzdecompress($data2));
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
Warning: bzcompress() expects at least 1 parameter, 0 given in %s on line %d
NULL
-string(%d) "BZ%s"
+string(%d) "BZ%a"
int(-2)
int(-2)
int(-2)
@@ -73,7 +73,7 @@ Done
--UEXPECTF--
Warning: bzcompress() expects at least 1 parameter, 0 given in %s on line %d
NULL
-unicode(%d) "BZ%s"
+unicode(%d) "BZ%a"
int(-2)
int(-2)
int(-2)