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";
40 echo "\n-- Multi-byte string without offset --\n";
43 echo "\n-- Multi-byte string with in range positive offset --\n";
46 echo "\n-- Multi-byte string with in range negative offset --\n";
49 echo "\n-- Multi-byte string with out of bound positive offset --\n";
56 echo "\n-- Multi-byte string with out of bound negative offset --\n";
65 -- ASCII string without offset --
68 -- ASCII string with in range positive offset --
71 -- ASCII string with in range negative offset --
74 -- ASCII string with out of bound positive offset --
75 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
77 -- ASCII string with out of bound negative offset --
78 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
80 -- Multi-byte string without offset --
83 -- Multi-byte string with in range positive offset --
86 -- Multi-byte string with in range negative offset --
89 -- Multi-byte string with out of bound positive offset --
90 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
92 -- Multi-byte string with out of bound negative offset --
93 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)