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