diff options
author | Andrea Faulds <ajf@ajf.me> | 2014-12-14 18:20:23 +0000 |
---|---|---|
committer | Andrea Faulds <ajf@ajf.me> | 2014-12-21 13:23:02 +0000 |
commit | e5eb9530ab13a174feee83a81d87bfceee37bd88 (patch) | |
tree | 76ba0f9806f6ad369cacb9c0e9b408fc0a8ba721 /ext/gettext/tests | |
parent | e20cbdbe97cbda010fd386cb35a474aa255cd7f6 (diff) | |
download | php-git-e5eb9530ab13a174feee83a81d87bfceee37bd88.tar.gz |
Use "float" and "integer" in typehint and zpp errors
Diffstat (limited to 'ext/gettext/tests')
-rw-r--r-- | ext/gettext/tests/gettext_ngettext-wrongparams.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gettext/tests/gettext_ngettext-wrongparams.phpt b/ext/gettext/tests/gettext_ngettext-wrongparams.phpt index 9003aefcfe..f73e133026 100644 --- a/ext/gettext/tests/gettext_ngettext-wrongparams.phpt +++ b/ext/gettext/tests/gettext_ngettext-wrongparams.phpt @@ -21,7 +21,7 @@ Warning: ngettext() expects parameter 1 to be string, array given in %s on line Warning: ngettext() expects parameter 2 to be string, array given in %s on line 3 -Warning: ngettext() expects parameter 3 to be long, array given in %s on line 4 +Warning: ngettext() expects parameter 3 to be integer, array given in %s on line 4 Warning: ngettext() expects exactly 3 parameters, 0 given in %s on line 5 |