diff options
Diffstat (limited to 'ext/hash/tests/hash_equals.phpt')
| -rw-r--r-- | ext/hash/tests/hash_equals.phpt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/hash/tests/hash_equals.phpt b/ext/hash/tests/hash_equals.phpt index 1716d3be66..69e23eea0f 100644 --- a/ext/hash/tests/hash_equals.phpt +++ b/ext/hash/tests/hash_equals.phpt @@ -39,9 +39,9 @@ bool(false) bool(false) bool(false) bool(true) -[TypeError] Expected known_string to be a string, int given -[TypeError] Expected user_string to be a string, int given -[TypeError] Expected known_string to be a string, int given -[TypeError] Expected known_string to be a string, null given -[TypeError] Expected known_string to be a string, null given -[TypeError] Expected known_string to be a string, null given +[TypeError] hash_equals(): Argument #1 ($known_string) must be of type string, int given +[TypeError] hash_equals(): Argument #2 ($user_string) must be of type string, int given +[TypeError] hash_equals(): Argument #1 ($known_string) must be of type string, int given +[TypeError] hash_equals(): Argument #1 ($known_string) must be of type string, null given +[TypeError] hash_equals(): Argument #1 ($known_string) must be of type string, null given +[TypeError] hash_equals(): Argument #1 ($known_string) must be of type string, null given |
