From 4098ac4c255cde8ed0ad651a6123678aae2e8a9f Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 29 May 2007 09:13:57 +0000 Subject: [PATCH] - Fix test --- ext/phar/tests/002.phpt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ext/phar/tests/002.phpt b/ext/phar/tests/002.phpt index 2492473f1d..5a7b4289ea 100644 --- a/ext/phar/tests/002.phpt +++ b/ext/phar/tests/002.phpt @@ -5,20 +5,13 @@ Phar::mapPhar truncated manifest/improper params --FILE-- getMessage(); } __HALT_COMPILER(); ?> --EXPECTF-- -Warning: Phar::mapPhar() expects at most 1 parameter, 2 given in %s002.php on line %d - -Warning: Phar::mapPhar() expects at most 1 parameter, 2 given in %s002.php on line %d - -Warning: Phar::mapPhar() expects at most 1 parameter, 3 given in %s002.php on line %d +Warning: Phar::mapPhar() expects at most 2 parameters, 3 given in %s002.php on line %d internal corruption of phar "%s002.php" (truncated manifest at manifest length) \ No newline at end of file -- 2.50.1