diff options
Diffstat (limited to 'ext/standard/tests/strings/stripos_variation11.phpt')
| -rw-r--r-- | ext/standard/tests/strings/stripos_variation11.phpt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/ext/standard/tests/strings/stripos_variation11.phpt b/ext/standard/tests/strings/stripos_variation11.phpt index 9746cdb59a..9b7ff24350 100644 --- a/ext/standard/tests/strings/stripos_variation11.phpt +++ b/ext/standard/tests/strings/stripos_variation11.phpt @@ -126,20 +126,20 @@ bool(false) int(0) bool(false) -- Iteration 10 -- -TypeError: stripos() expects argument #1 ($haystack) to be of type string, array given -TypeError: stripos() expects argument #1 ($haystack) to be of type string, array given +TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given +TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given -- Iteration 11 -- -TypeError: stripos() expects argument #1 ($haystack) to be of type string, array given -TypeError: stripos() expects argument #1 ($haystack) to be of type string, array given +TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given +TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given -- Iteration 12 -- -TypeError: stripos() expects argument #1 ($haystack) to be of type string, array given -TypeError: stripos() expects argument #1 ($haystack) to be of type string, array given +TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given +TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given -- Iteration 13 -- -TypeError: stripos() expects argument #1 ($haystack) to be of type string, array given -TypeError: stripos() expects argument #1 ($haystack) to be of type string, array given +TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given +TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given -- Iteration 14 -- -TypeError: stripos() expects argument #1 ($haystack) to be of type string, array given -TypeError: stripos() expects argument #1 ($haystack) to be of type string, array given +TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given +TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given -- Iteration 15 -- int(0) bool(false) @@ -168,8 +168,8 @@ ValueError: Offset not contained in string int(0) ValueError: Offset not contained in string -- Iteration 24 -- -TypeError: stripos() expects argument #1 ($haystack) to be of type string, resource given -TypeError: stripos() expects argument #1 ($haystack) to be of type string, resource given +TypeError: stripos(): Argument #1 ($haystack) must be of type string, resource given +TypeError: stripos(): Argument #1 ($haystack) must be of type string, resource given -- Iteration 25 -- int(0) ValueError: Offset not contained in string |
