diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2009-02-15 07:10:29 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2009-02-15 07:10:29 +0000 |
commit | b2b61661edf8ca92f147399c8f54a0c56dbc95d6 (patch) | |
tree | 6c3010f4cb31a7fb7590d7f6fb0ebf036dc4393f | |
parent | 8eea99840626da8476b6bec37514085081ba3c81 (diff) | |
download | php-git-b2b61661edf8ca92f147399c8f54a0c56dbc95d6.tar.gz |
- MFH: Refix bug #43840.
- MFH: Fix bug #43841.
- MFH: Remove redundant trailing dots from the error messages.
- MFH: Fix tests.
-rw-r--r-- | ext/mbstring/tests/bug43840.phpt | 14 | ||||
-rw-r--r-- | ext/mbstring/tests/bug43841.phpt | 13 | ||||
-rw-r--r-- | ext/mbstring/tests/mb_stripos_variation3.phpt | 10 | ||||
-rw-r--r-- | ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt | 20 | ||||
-rw-r--r-- | ext/mbstring/tests/mb_strpos_variation2.phpt | 18 | ||||
-rw-r--r-- | ext/mbstring/tests/mb_strpos_variation3.phpt | 10 | ||||
-rw-r--r-- | ext/mbstring/tests/mb_strpos_variation5.phpt | 22 | ||||
-rw-r--r-- | ext/mbstring/tests/mb_strripos_variation3_Bug45923.phpt | 10 | ||||
-rw-r--r-- | ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt | 20 | ||||
-rw-r--r-- | ext/mbstring/tests/mb_strrpos_variation3.phpt | 8 | ||||
-rw-r--r-- | ext/standard/tests/strings/bug40754.phpt | 4 | ||||
-rw-r--r-- | ext/standard/tests/strings/strripos_offset.phpt | 16 | ||||
-rw-r--r-- | ext/standard/tests/strings/strrpos_offset.phpt | 16 | ||||
-rw-r--r-- | ext/standard/tests/strings/strrpos_variation14.phpt | 2 | ||||
-rw-r--r-- | ext/standard/tests/strings/strrpos_variation15.phpt | 10 |
15 files changed, 112 insertions, 81 deletions
diff --git a/ext/mbstring/tests/bug43840.phpt b/ext/mbstring/tests/bug43840.phpt index f32533e30e..626cd70f8f 100644 --- a/ext/mbstring/tests/bug43840.phpt +++ b/ext/mbstring/tests/bug43840.phpt @@ -47,29 +47,29 @@ bool(false) -- Offset is 22 -- --Multibyte String:-- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) --ASCII String:-- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) -- Offset is 53 -- --Multibyte String:-- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) --ASCII String:-- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) -- Offset is 54 -- --Multibyte String:-- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) --ASCII String:-- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d -bool(false)
\ No newline at end of file +Warning: mb_strpos(): Offset not contained in string in %s on line %d +bool(false) diff --git a/ext/mbstring/tests/bug43841.phpt b/ext/mbstring/tests/bug43841.phpt index 098d267bf2..9f2583286c 100644 --- a/ext/mbstring/tests/bug43841.phpt +++ b/ext/mbstring/tests/bug43841.phpt @@ -1,6 +1,5 @@ --TEST-- Test mb_strrpos() function : mb_strrpos offset is byte count for negative values ---XFAIL-- --SKIPIF-- <?php extension_loaded('mbstring') or die('skip'); @@ -40,31 +39,31 @@ foreach ($offsets as $i) { -- Offset is -25 -- Multibyte String: -Notice: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) ASCII String: mb_strrpos: -Notice: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) strrpos: -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Offset is -24 -- Multibyte String: -Notice: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) ASCII String: mb_strrpos: -Notice: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) strrpos: -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Offset is -13 -- diff --git a/ext/mbstring/tests/mb_stripos_variation3.phpt b/ext/mbstring/tests/mb_stripos_variation3.phpt index 6703c983a6..41a365abfd 100644 --- a/ext/mbstring/tests/mb_stripos_variation3.phpt +++ b/ext/mbstring/tests/mb_stripos_variation3.phpt @@ -115,12 +115,12 @@ int(8) -- Iteration 3 -- -Warning: mb_stripos(): Offset not contained in string. in %s on line %d +Warning: mb_stripos(): Offset not contained in string in %s on line %d bool(false) -- Iteration 4 -- -Warning: mb_stripos(): Offset not contained in string. in %s on line %d +Warning: mb_stripos(): Offset not contained in string in %s on line %d bool(false) -- Iteration 5 -- @@ -128,12 +128,12 @@ bool(false) -- Iteration 6 -- -Warning: mb_stripos(): Offset not contained in string. in %s on line %d +Warning: mb_stripos(): Offset not contained in string in %s on line %d bool(false) -- Iteration 7 -- -Warning: mb_stripos(): Offset not contained in string. in %s on line %d +Warning: mb_stripos(): Offset not contained in string in %s on line %d bool(false) -- Iteration 8 -- @@ -200,4 +200,4 @@ int(8) Warning: mb_stripos() expects parameter 3 to be long, resource given in %s on line %d bool(false) -Done
\ No newline at end of file +Done diff --git a/ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt b/ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt index 0a5e682e02..fbe4937ac2 100644 --- a/ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt +++ b/ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt @@ -51,11 +51,11 @@ echo "Done"; **-- Offset is: -10 --** -- ASCII String -- -Warning: mb_stripos(): Offset not contained in string. in %s on line %d +Warning: mb_stripos(): Offset not contained in string in %s on line %d bool(false) --Multibyte String -- -Warning: mb_stripos(): Offset not contained in string. in %s on line %d +Warning: mb_stripos(): Offset not contained in string in %s on line %d bool(false) **-- Offset is: 0 --** @@ -79,35 +79,41 @@ int(20) **-- Offset is: 30 --** -- ASCII String -- -Warning: mb_stripos(): Offset not contained in string. in %s on line %d +Warning: mb_stripos(): Offset not contained in string in %s on line %d bool(false) --Multibyte String -- + +Warning: mb_stripos(): Offset not contained in string in %s on line %d bool(false) **-- Offset is: 40 --** -- ASCII String -- -Warning: mb_stripos(): Offset not contained in string. in %s on line %d +Warning: mb_stripos(): Offset not contained in string in %s on line %d bool(false) --Multibyte String -- + +Warning: mb_stripos(): Offset not contained in string in %s on line %d bool(false) **-- Offset is: 50 --** -- ASCII String -- -Warning: mb_stripos(): Offset not contained in string. in %s on line %d +Warning: mb_stripos(): Offset not contained in string in %s on line %d bool(false) --Multibyte String -- + +Warning: mb_stripos(): Offset not contained in string in %s on line %d bool(false) **-- Offset is: 60 --** -- ASCII String -- -Warning: mb_stripos(): Offset not contained in string. in %s on line %d +Warning: mb_stripos(): Offset not contained in string in %s on line %d bool(false) --Multibyte String -- -Warning: mb_stripos(): Offset not contained in string. in %s on line %d +Warning: mb_stripos(): Offset not contained in string in %s on line %d bool(false) Done diff --git a/ext/mbstring/tests/mb_strpos_variation2.phpt b/ext/mbstring/tests/mb_strpos_variation2.phpt index b2263023af..d6feb49231 100644 --- a/ext/mbstring/tests/mb_strpos_variation2.phpt +++ b/ext/mbstring/tests/mb_strpos_variation2.phpt @@ -135,12 +135,12 @@ bool(false) -- Iteration 10 -- -Warning: mb_strpos(): Empty delimiter. in %s on line %d +Warning: mb_strpos(): Empty delimiter in %s on line %d bool(false) -- Iteration 11 -- -Warning: mb_strpos(): Empty delimiter. in %s on line %d +Warning: mb_strpos(): Empty delimiter in %s on line %d bool(false) -- Iteration 12 -- @@ -148,7 +148,7 @@ bool(false) -- Iteration 13 -- -Warning: mb_strpos(): Empty delimiter. in %s on line %d +Warning: mb_strpos(): Empty delimiter in %s on line %d bool(false) -- Iteration 14 -- @@ -156,17 +156,17 @@ bool(false) -- Iteration 15 -- -Warning: mb_strpos(): Empty delimiter. in %s on line %d +Warning: mb_strpos(): Empty delimiter in %s on line %d bool(false) -- Iteration 16 -- -Warning: mb_strpos(): Empty delimiter. in %s on line %d +Warning: mb_strpos(): Empty delimiter in %s on line %d bool(false) -- Iteration 17 -- -Warning: mb_strpos(): Empty delimiter. in %s on line %d +Warning: mb_strpos(): Empty delimiter in %s on line %d bool(false) -- Iteration 18 -- @@ -183,16 +183,16 @@ bool(false) -- Iteration 22 -- -Warning: mb_strpos(): Empty delimiter. in %s on line %d +Warning: mb_strpos(): Empty delimiter in %s on line %d bool(false) -- Iteration 23 -- -Warning: mb_strpos(): Empty delimiter. in %s on line %d +Warning: mb_strpos(): Empty delimiter in %s on line %d bool(false) -- Iteration 24 -- Warning: mb_strpos() expects parameter 2 to be string, resource given in %s on line %d bool(false) -Done
\ No newline at end of file +Done diff --git a/ext/mbstring/tests/mb_strpos_variation3.phpt b/ext/mbstring/tests/mb_strpos_variation3.phpt index 9c1c99ffee..65572b5f04 100644 --- a/ext/mbstring/tests/mb_strpos_variation3.phpt +++ b/ext/mbstring/tests/mb_strpos_variation3.phpt @@ -114,12 +114,12 @@ int(8) -- Iteration 3 -- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) -- Iteration 4 -- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) -- Iteration 5 -- @@ -127,12 +127,12 @@ bool(false) -- Iteration 6 -- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) -- Iteration 7 -- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) -- Iteration 8 -- @@ -199,4 +199,4 @@ int(8) Warning: mb_strpos() expects parameter 3 to be long, resource given in %s on line %d bool(false) -Done
\ No newline at end of file +Done diff --git a/ext/mbstring/tests/mb_strpos_variation5.phpt b/ext/mbstring/tests/mb_strpos_variation5.phpt index cb7fe63dcb..7a9604abef 100644 --- a/ext/mbstring/tests/mb_strpos_variation5.phpt +++ b/ext/mbstring/tests/mb_strpos_variation5.phpt @@ -50,11 +50,11 @@ echo "Done"; **-- Offset is: -10 --** -- ASCII String -- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) --Multibyte String -- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) **-- Offset is: 0 --** @@ -78,40 +78,40 @@ int(20) **-- Offset is: 30 --** -- ASCII String -- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) --Multibyte String -- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) **-- Offset is: 40 --** -- ASCII String -- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) --Multibyte String -- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) **-- Offset is: 50 --** -- ASCII String -- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) --Multibyte String -- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) **-- Offset is: 60 --** -- ASCII String -- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) --Multibyte String -- -Warning: mb_strpos(): Offset not contained in string. in %s on line %d +Warning: mb_strpos(): Offset not contained in string in %s on line %d bool(false) -Done
\ No newline at end of file +Done diff --git a/ext/mbstring/tests/mb_strripos_variation3_Bug45923.phpt b/ext/mbstring/tests/mb_strripos_variation3_Bug45923.phpt index 1620365377..c8fb933363 100644 --- a/ext/mbstring/tests/mb_strripos_variation3_Bug45923.phpt +++ b/ext/mbstring/tests/mb_strripos_variation3_Bug45923.phpt @@ -114,18 +114,28 @@ int(8) int(8) -- Iteration 3 -- + +Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 4 -- + +Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 5 -- + +Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 6 -- + +Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 7 -- + +Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 8 -- diff --git a/ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt b/ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt index 02792554eb..8bd0e2e8bf 100644 --- a/ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt +++ b/ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt @@ -50,9 +50,9 @@ echo "Done"; **-- Offset is: -10 --** -- ASCII String -- -bool(false) +int(9) --Multibyte String -- -bool(false) +int(9) **-- Offset is: 0 --** -- ASCII String -- @@ -74,26 +74,42 @@ int(20) **-- Offset is: 30 --** -- ASCII String -- + +Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) --Multibyte String -- + +Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) **-- Offset is: 40 --** -- ASCII String -- + +Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) --Multibyte String -- + +Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) **-- Offset is: 50 --** -- ASCII String -- + +Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) --Multibyte String -- + +Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) **-- Offset is: 60 --** -- ASCII String -- + +Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) --Multibyte String -- + +Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) Done diff --git a/ext/mbstring/tests/mb_strrpos_variation3.phpt b/ext/mbstring/tests/mb_strrpos_variation3.phpt index 83ba0992ad..95840f9e73 100644 --- a/ext/mbstring/tests/mb_strrpos_variation3.phpt +++ b/ext/mbstring/tests/mb_strrpos_variation3.phpt @@ -97,12 +97,12 @@ int(8) -- Iteration 3 -- -Notice: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 4 -- -Notice: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 5 -- @@ -113,7 +113,7 @@ bool(false) -- Iteration 7 -- -Notice: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 8 -- @@ -150,4 +150,4 @@ int(8) -- Iteration 18 -- int(8) -Done
\ No newline at end of file +Done diff --git a/ext/standard/tests/strings/bug40754.phpt b/ext/standard/tests/strings/bug40754.phpt index 943114d512..e4bba8f440 100644 --- a/ext/standard/tests/strings/bug40754.phpt +++ b/ext/standard/tests/strings/bug40754.phpt @@ -53,10 +53,10 @@ bool(false) Warning: stripos(): Offset not contained in string in %s on line %d bool(false) -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -Notice: strripos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) int(2) string(8) "abcdeabc" diff --git a/ext/standard/tests/strings/strripos_offset.phpt b/ext/standard/tests/strings/strripos_offset.phpt index daa917e79f..524699ad52 100644 --- a/ext/standard/tests/strings/strripos_offset.phpt +++ b/ext/standard/tests/strings/strripos_offset.phpt @@ -16,30 +16,30 @@ var_dump(strripos(1024, "te", -PHP_INT_MAX-1)); echo "Done\n"; ?> --EXPECTF-- -Notice: strripos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -Notice: strripos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -Notice: strripos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -Notice: strripos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) Warning: strripos() expects parameter 1 to be string, array given in %s on line %d bool(false) -Notice: strripos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -Notice: strripos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -Notice: strripos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -Notice: strripos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) Done diff --git a/ext/standard/tests/strings/strrpos_offset.phpt b/ext/standard/tests/strings/strrpos_offset.phpt index 6d641ab1e1..18b5847063 100644 --- a/ext/standard/tests/strings/strrpos_offset.phpt +++ b/ext/standard/tests/strings/strrpos_offset.phpt @@ -15,27 +15,27 @@ var_dump(strrpos(1024, "te", -PHP_INT_MAX-1)); echo "Done\n"; ?> --EXPECTF-- -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) Done diff --git a/ext/standard/tests/strings/strrpos_variation14.phpt b/ext/standard/tests/strings/strrpos_variation14.phpt index 617685325f..53c123a3fd 100644 --- a/ext/standard/tests/strings/strrpos_variation14.phpt +++ b/ext/standard/tests/strings/strrpos_variation14.phpt @@ -92,7 +92,7 @@ int(6) int(6) -- Iteration 3 -- -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 4 -- int(6) diff --git a/ext/standard/tests/strings/strrpos_variation15.phpt b/ext/standard/tests/strings/strrpos_variation15.phpt index 23c7aef145..d958cdc485 100644 --- a/ext/standard/tests/strings/strrpos_variation15.phpt +++ b/ext/standard/tests/strings/strrpos_variation15.phpt @@ -94,23 +94,23 @@ bool(false) bool(false) -- Iteration 3 -- -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 4 -- -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 5 -- -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 6 -- -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 7 -- -Notice: strrpos(): Offset is greater than the length of haystack string in %s on line %d +Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 8 -- bool(false) |