From dc9a30be4c05f6dde7b3ff6be04a545fd58082b9 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 7 Oct 2006 23:42:43 +0000 Subject: [PATCH] Update test --- ext/bz2/tests/005.phpt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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 -- 2.50.1