Lines Matching refs:offset
17 echo "\n-- ASCII string without offset --\n";
20 echo "\n-- ASCII string with in range positive offset --\n";
23 echo "\n-- ASCII string with in range negative offset --\n";
26 echo "\n-- ASCII string with out of bound positive offset --\n";
33 echo "\n-- ASCII string with out of bound negative offset --\n";
41 echo "\n-- Multi-byte string without offset --\n";
44 echo "\n-- Multi-byte string with in range positive offset --\n";
47 echo "\n-- Multi-byte string with in range negative offset --\n";
50 echo "\n-- Multi-byte string with out of bound positive offset --\n";
57 echo "\n-- Multi-byte string with out of bound negative offset --\n";
66 -- ASCII string without offset --
69 -- ASCII string with in range positive offset --
72 -- ASCII string with in range negative offset --
75 -- ASCII string with out of bound positive offset --
76 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
78 -- ASCII string with out of bound negative offset --
79 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
81 -- Multi-byte string without offset --
84 -- Multi-byte string with in range positive offset --
87 -- Multi-byte string with in range negative offset --
90 -- Multi-byte string with out of bound positive offset --
91 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
93 -- Multi-byte string with out of bound negative offset --
94 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)