felipe Thu Feb 7 13:26:36 2008 UTC
Modified files:
/php-src/ext/standard/tests/strings count_chars.phpt
Log:
Fix error message
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/count_chars.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/standard/tests/strings/count_chars.phpt
diff -u php-src/ext/standard/tests/strings/count_chars.phpt:1.3
php-src/ext/standard/tests/strings/count_chars.phpt:1.4
--- php-src/ext/standard/tests/strings/count_chars.phpt:1.3 Wed Jul 11
15:46:20 2007
+++ php-src/ext/standard/tests/strings/count_chars.phpt Thu Feb 7 13:26:36 2008
@@ -46,7 +46,7 @@
--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 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php