mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
fix test
This commit is contained in:
@@ -19,7 +19,7 @@ var_dump(dcngettext("","","",0,0));
|
||||
echo "Done\n";
|
||||
?>
|
||||
--EXPECTF--
|
||||
Warning: Wrong parameter count for dcngettext() in %s on line %d
|
||||
Warning: dcngettext() expects exactly 5 parameters, 4 given in %s on line %d
|
||||
bool(false)
|
||||
string(1) "1"
|
||||
string(4) "test"
|
||||
|
||||
Reference in New Issue
Block a user