diff options
author | Hannes Magnusson <bjori@php.net> | 2006-10-07 23:42:43 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-10-07 23:42:43 +0000 |
commit | dc9a30be4c05f6dde7b3ff6be04a545fd58082b9 (patch) | |
tree | 23ef78e78b0e2816b342ce2df59d12555837669c | |
parent | e531458f89dbee43ba1ce7ab8552fba5e7a9b8b6 (diff) | |
download | php-git-dc9a30be4c05f6dde7b3ff6be04a545fd58082b9.tar.gz |
Update test
-rw-r--r-- | ext/bz2/tests/005.phpt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ext/bz2/tests/005.phpt b/ext/bz2/tests/005.phpt index a13dcd2983..ee45f10f7c 100644 --- a/ext/bz2/tests/005.phpt +++ b/ext/bz2/tests/005.phpt @@ -70,3 +70,35 @@ Drifting further everyday Getting lost within myself Nothing matters no one else" Done +--UEXPECTF-- +Warning: bzcompress() expects at least 1 parameter, 0 given in %s on line %d +NULL +unicode(%d) "BZ%s" +int(-2) +int(-2) +int(-2) +int(-2) + +Warning: bzdecompress() expects at least 1 parameter, 0 given in %s on line %d +bool(false) + +Warning: bzdecompress() expects at most 2 parameters, 3 given in %s on line %d +bool(false) +int(-5) +int(-5) +int(-5) +bool(false) +string(110) "Life it seems, will fade away +Drifting further everyday +Getting lost within myself +Nothing matters no one else" +bool(false) +string(110) "Life it seems, will fade away +Drifting further everyday +Getting lost within myself +Nothing matters no one else" +string(110) "Life it seems, will fade away +Drifting further everyday +Getting lost within myself +Nothing matters no one else" +Done |