Lines Matching refs:len

2 Test strcspn() function : usage variations - unexpected values of len argument
7 /* Prototype : proto int strcspn(string str, string mask [, int start [, int len]])
9 … If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
17 * Testing strcspn() : with unexpected values of len argument
20 echo "*** Testing strcspn() : with unexpected values of len argument ***\n";
93 echo "\n-- Iteration with len value as \"$value\" --\n";
103 *** Testing strcspn() : with unexpected values of len argument ***
105 -- Iteration with len value as "10.5" --
108 -- Iteration with len value as "-10.5" --
111 -- Iteration with len value as "101234567000" --
114 -- Iteration with len value as "1.07654321E-9" --
117 -- Iteration with len value as "0.5" --
120 -- Iteration with len value as "Array" --
125 -- Iteration with len value as "Array" --
130 -- Iteration with len value as "Array" --
135 -- Iteration with len value as "Array" --
140 -- Iteration with len value as "Array" --
145 -- Iteration with len value as "" --
148 -- Iteration with len value as "" --
151 -- Iteration with len value as "1" --
154 -- Iteration with len value as "" --
157 -- Iteration with len value as "1" --
160 -- Iteration with len value as "" --
163 -- Iteration with len value as "" --
168 -- Iteration with len value as "" --
173 -- Iteration with len value as "string" --
178 -- Iteration with len value as "string" --
183 -- Iteration with len value as "object" --
188 -- Iteration with len value as "" --
191 -- Iteration with len value as "" --
194 -- Iteration with len value as "Resource id #%d" --