summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/stripos_variation10.phpt
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2009-08-13 06:44:50 +0000
committerStanislav Malyshev <stas@php.net>2009-08-13 06:44:50 +0000
commite52517d61062a567b0ec87081e181031d714abd6 (patch)
tree1a3541cd13681b1d930655ee11e61cb12d369adf /ext/standard/tests/strings/stripos_variation10.phpt
parentde65a02f1cae8ab959923d394c9e18983ec3c79b (diff)
downloadphp-git-e52517d61062a567b0ec87081e181031d714abd6.tar.gz
standardise and clean up string functions parameter parsing
Diffstat (limited to 'ext/standard/tests/strings/stripos_variation10.phpt')
-rw-r--r--ext/standard/tests/strings/stripos_variation10.phpt10
1 files changed, 1 insertions, 9 deletions
diff --git a/ext/standard/tests/strings/stripos_variation10.phpt b/ext/standard/tests/strings/stripos_variation10.phpt
index 963545cf2f..79ba0ed1dc 100644
--- a/ext/standard/tests/strings/stripos_variation10.phpt
+++ b/ext/standard/tests/strings/stripos_variation10.phpt
@@ -160,7 +160,7 @@ bool(false)
-- Iteration 19 --
-Warning: stripos(): needle is not a string or an integer in %s on line %d
+Notice: Object of class sample could not be converted to int in %s on line %d
bool(false)
-- Iteration 20 --
@@ -170,13 +170,9 @@ bool(false)
bool(false)
-- Iteration 22 --
-
-Warning: stripos(): needle is not a string or an integer in %s on line %d
bool(false)
-- Iteration 23 --
-
-Warning: stripos(): needle is not a string or an integer in %s on line %d
bool(false)
-- Iteration 24 --
@@ -185,12 +181,8 @@ Warning: stripos(): needle is not a string or an integer in %s on line %d
%s
-- Iteration 25 --
-
-Warning: stripos(): needle is not a string or an integer in %s on line %d
bool(false)
-- Iteration 26 --
-
-Warning: stripos(): needle is not a string or an integer in %s on line %d
bool(false)
*** Done ***