]> granicus.if.org Git - php/commitdiff
Fix error message
authorFelipe Pena <felipe@php.net>
Thu, 7 Feb 2008 13:26:36 +0000 (13:26 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 7 Feb 2008 13:26:36 +0000 (13:26 +0000)
ext/standard/tests/strings/count_chars.phpt

index 08295c15aa650397c9eca0a5ae8e57eeeb774289..2d510e23b62307c09925dbe534c8176c191fdc48 100644 (file)
@@ -46,7 +46,7 @@ bool(true)
 --UEXPECTF--
 Warning: count_chars(): Only mode=1 is supported with Unicode strings in %s on line %d
 
-Warning: implode(): Argument to implode must be an array in %s on line %d
+Warning: implode(): Argument must be an array in %s on line %d
 
 Array
 (
@@ -73,7 +73,7 @@ Array
 
 Warning: count_chars(): Only mode=1 is supported with Unicode strings in %s on line %d
 
-Warning: implode(): Argument to implode must be an array in %s on line %d
+Warning: implode(): Argument must be an array in %s on line %d
 
 
 Warning: count_chars(): Only mode=1 is supported with Unicode strings in %s on line %d