1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00

fix test format

This commit is contained in:
Stanislav Malyshev
2007-06-06 17:46:17 +00:00
parent 8b5a2d38c4
commit 2e15dda50e
+1 -1
View File
@@ -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)