]> granicus.if.org Git - php/commitdiff
fix test format
authorStanislav Malyshev <stas@php.net>
Wed, 6 Jun 2007 17:46:17 +0000 (17:46 +0000)
committerStanislav Malyshev <stas@php.net>
Wed, 6 Jun 2007 17:46:17 +0000 (17:46 +0000)
ext/standard/tests/strings/moneyformat.phpt

index 64813027dcfbba360b187064bdff7c37d428f379..7f14b095aeb7b45e74663cf56863edee45fb6682 100755 (executable)
@@ -15,5 +15,5 @@ var_dump(money_format("AAAAA%n%n%n%n", NULL));
 --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)