mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
fix test format
This commit is contained in:
parent
8b5a2d38c4
commit
2e15dda50e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue