From 6f2edcd3f8c780c39982dda9a8f4f7b10874e896 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Thu, 28 Feb 2008 15:38:40 +0000 Subject: [PATCH] Fixed tests (new error message) --- Zend/tests/014.phpt | 8 ++++---- Zend/tests/017.phpt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Zend/tests/014.phpt b/Zend/tests/014.phpt index f398a863d3..20e6b87d9c 100644 --- a/Zend/tests/014.phpt +++ b/Zend/tests/014.phpt @@ -32,7 +32,7 @@ array(2) { string(%d) "%s" } -Warning: Wrong parameter count for get_included_files() in %s on line %d +Warning: get_included_files() expects exactly 0 parameters, 2 given in %s on line %d NULL array(2) { [0]=> @@ -41,7 +41,7 @@ array(2) { string(%d) "%s" } -Warning: Wrong parameter count for get_included_files() in %s on line %d +Warning: get_included_files() expects exactly 0 parameters, 1 given in %s on line %d NULL array(2) { [0]=> @@ -62,7 +62,7 @@ array(2) { unicode(%d) "%s" } -Warning: Wrong parameter count for get_included_files() in %s on line %d +Warning: get_included_files() expects exactly 0 parameters, 2 given in %s on line %d NULL array(2) { [0]=> @@ -71,7 +71,7 @@ array(2) { unicode(%d) "%s" } -Warning: Wrong parameter count for get_included_files() in %s on line %d +Warning: get_included_files() expects exactly 0 parameters, 1 given in %s on line %d NULL array(2) { [0]=> diff --git a/Zend/tests/017.phpt b/Zend/tests/017.phpt index 9112a486fe..780e8d7116 100644 --- a/Zend/tests/017.phpt +++ b/Zend/tests/017.phpt @@ -66,12 +66,12 @@ string(5) "array" string(5) "array" int(%d) -Warning: Wrong parameter count for get_defined_functions() in %s on line %d +Warning: get_defined_functions() expects exactly 0 parameters, 1 given in %s on line %d NULL string(5) "array" int(%d) -Warning: Wrong parameter count for get_declared_interfaces() in %s on line %d +Warning: get_declared_interfaces() expects exactly 0 parameters, 1 given in %s on line %d NULL string(5) "array" int(%d) @@ -106,12 +106,12 @@ unicode(5) "array" unicode(5) "array" int(%d) -Warning: Wrong parameter count for get_defined_functions() in %s on line %d +Warning: get_defined_functions() expects exactly 0 parameters, 1 given in %s on line %d NULL unicode(5) "array" int(%d) -Warning: Wrong parameter count for get_declared_interfaces() in %s on line %d +Warning: get_declared_interfaces() expects exactly 0 parameters, 1 given in %s on line %d NULL unicode(5) "array" int(%d) -- 2.50.1