stas Wed Jun 6 17:47:15 2007 UTC Modified files: /php-src/ext/standard/tests/strings moneyformat.phpt Log: fix test format http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/moneyformat.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/standard/tests/strings/moneyformat.phpt diff -u php-src/ext/standard/tests/strings/moneyformat.phpt:1.2 php-src/ext/standard/tests/strings/moneyformat.phpt:1.3 --- php-src/ext/standard/tests/strings/moneyformat.phpt:1.2 Wed Jun 6 17:13:18 2007 +++ php-src/ext/standard/tests/strings/moneyformat.phpt Wed Jun 6 17:47:15 2007 @@ -15,5 +15,5 @@ --EXPECTF-- string(7) "X$3.14Y" -Warning: money_format(): Only a single %%i or %%n token can be used in %s on line %d +Warning: money_format(): Only a single %ci or %cn token can be used in %s on line %d bool(false)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php