From 30f7bd1cb6021005253b73018e5d6dba1adddb92 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Tue, 19 Aug 2008 02:51:28 +0000 Subject: - MFB: New parameter parsing API - Fixed tests --- ext/standard/tests/strings/join_error.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/standard/tests/strings/join_error.phpt') diff --git a/ext/standard/tests/strings/join_error.phpt b/ext/standard/tests/strings/join_error.phpt index aa6bdc2306..b283bf4cdb 100644 --- a/ext/standard/tests/strings/join_error.phpt +++ b/ext/standard/tests/strings/join_error.phpt @@ -35,12 +35,12 @@ echo "Done\n"; -- Testing join() function with Zero arguments -- -Warning: Wrong parameter count for join() in %s on line %d +Warning: join() expects at least 1 parameter, 0 given in %s on line %d NULL -- Testing join() function with more than expected no. of arguments -- -Warning: Wrong parameter count for join() in %s on line %d +Warning: join() expects at most 2 parameters, 3 given in %s on line %d NULL -- Testing join() with less than expected no. of arguments -- -- cgit v1.2.1