Lines Matching refs:len

2 Test strspn() function : usage variations - unexpected values of len argument
5 /* Prototype : proto int strspn(string str, string mask [, int start [, int len]])
7 … If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)
15 * Testing strspn() : with unexpected values of len argument
18 echo "*** Testing strspn() : with unexpected values of len argument ***\n";
91 echo "\n-- Iteration with len value as \"$value\" --\n";
101 *** Testing strspn() : with unexpected values of len argument ***
103 -- Iteration with len value as "10.5" --
106 -- Iteration with len value as "-10.5" --
109 -- Iteration with len value as "1012345670" --
112 -- Iteration with len value as "1.07654321E-7" --
115 -- Iteration with len value as "0.5" --
118 -- Iteration with len value as "Array" --
123 -- Iteration with len value as "Array" --
128 -- Iteration with len value as "Array" --
133 -- Iteration with len value as "Array" --
138 -- Iteration with len value as "Array" --
143 -- Iteration with len value as "" --
146 -- Iteration with len value as "" --
149 -- Iteration with len value as "1" --
152 -- Iteration with len value as "" --
155 -- Iteration with len value as "1" --
158 -- Iteration with len value as "" --
161 -- Iteration with len value as "" --
166 -- Iteration with len value as "" --
171 -- Iteration with len value as "string" --
176 -- Iteration with len value as "string" --
181 -- Iteration with len value as "object" --
186 -- Iteration with len value as "" --
189 -- Iteration with len value as "" --
192 -- Iteration with len value as "Resource id #%d" --