diff options
| author | Antony Dovgal <tony2001@php.net> | 2006-08-24 11:30:35 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2006-08-24 11:30:35 +0000 |
| commit | fd9c8d85a63d77fd63b49fc8ad8657993455e0c4 (patch) | |
| tree | efd0309796463bad9ee89d6c93df413c72375651 /ext/zlib | |
| parent | 806d9fe71bbe269775bc54579ba4000e77ad8339 (diff) | |
| download | php-git-fd9c8d85a63d77fd63b49fc8ad8657993455e0c4.tar.gz | |
the error message is different on different OSes and zlib versions
Diffstat (limited to 'ext/zlib')
| -rw-r--r-- | ext/zlib/tests/005.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/zlib/tests/005.phpt b/ext/zlib/tests/005.phpt index f43985b1b1..79834b2d34 100644 --- a/ext/zlib/tests/005.phpt +++ b/ext/zlib/tests/005.phpt @@ -49,16 +49,16 @@ string(%d) "%s" Warning: gzuncompress() expects at least 1 parameter, 0 given in %s on line %d NULL -Warning: gzuncompress(): data error in %s on line %d +Warning: gzuncompress(): %s error in %s on line %d bool(false) Warning: gzuncompress(): length (-1) must be greater or equal zero in %s on line %d bool(false) -Warning: gzuncompress(): data error in %s on line %d +Warning: gzuncompress(): %s error in %s on line %d bool(false) -Warning: gzuncompress(): data error in %s on line %d +Warning: gzuncompress(): %s error in %s on line %d bool(false) string(94) "Answer me, it can't be so hard Cry to relieve what's in your heart @@ -67,6 +67,6 @@ string(94) "Answer me, it can't be so hard Cry to relieve what's in your heart Desolation, grief and agony" -Warning: gzuncompress(): data error in %s on line %d +Warning: gzuncompress(): %s error in %s on line %d bool(false) Done |
