Lines Matching refs:offset
14 echo "\n-- ASCII string without offset --\n";
17 echo "\n-- ASCII string with in range positive offset --\n";
20 echo "\n-- ASCII string with in range negative offset --\n";
23 echo "\n-- ASCII string with out of bound positive offset --\n";
30 echo "\n-- ASCII string with out of bound negative offset --\n";
38 echo "\n-- Multi-byte string without offset --\n";
41 echo "\n-- Multi-byte string with in range positive offset --\n";
44 echo "\n-- Multi-byte string with in range negative offset --\n";
47 echo "\n-- Multi-byte string with out of bound positive offset --\n";
54 echo "\n-- Multi-byte string with out of bound negative offset --\n";
63 -- ASCII string without offset --
66 -- ASCII string with in range positive offset --
69 -- ASCII string with in range negative offset --
72 -- ASCII string with out of bound positive offset --
73 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
75 -- ASCII string with out of bound negative offset --
76 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
78 -- Multi-byte string without offset --
81 -- Multi-byte string with in range positive offset --
84 -- Multi-byte string with in range negative offset --
87 -- Multi-byte string with out of bound positive offset --
88 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
90 -- Multi-byte string with out of bound negative offset --
91 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)