From: Dmitry Stogov Date: Mon, 9 Jul 2007 15:27:58 +0000 (+0000) Subject: Fixed test X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18f8b258b918f8ac8f2a269e581b746d06e6208d;p=php Fixed test --- diff --git a/ext/standard/tests/array/count_recursive.phpt b/ext/standard/tests/array/count_recursive.phpt index 0657f58d37..846466cc05 100644 --- a/ext/standard/tests/array/count_recursive.phpt +++ b/ext/standard/tests/array/count_recursive.phpt @@ -224,13 +224,13 @@ NULL Notice: Use of undefined constant ABCD - assumed 'ABCD' in %s on line %d -Warning: count() expects parameter 2 to be long, string given in %s on line %d +Warning: count() expects parameter 2 to be long, %s given in %s on line %d NULL -Warning: count() expects parameter 2 to be long, string given in %s on line %d +Warning: count() expects parameter 2 to be long, %s given in %s on line %d NULL -Warning: count() expects parameter 2 to be long, string given in %s on line %d +Warning: count() expects parameter 2 to be long, %s given in %s on line %d NULL Done