diff options
author | Nuno Lopes <nlopess@php.net> | 2007-09-14 15:36:29 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2007-09-14 15:36:29 +0000 |
commit | db5f5d6bd7dedce54ac0097327afb71afbeee296 (patch) | |
tree | fee9547d636b3609ee092e343ff3e9cbe22417dd /ext/bz2 | |
parent | 619ddc2679c73b1a6c7c030096102e8067ed482c (diff) | |
download | php-git-db5f5d6bd7dedce54ac0097327afb71afbeee296.tar.gz |
MFB: change run-tests.php to add %a
Diffstat (limited to 'ext/bz2')
-rw-r--r-- | ext/bz2/tests/005.phpt | 6 |
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) |