Lines Matching refs:strspn

2 Test strspn() function : usage variations - unexpected values for mask 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 different unexpected values for mask argument
18 echo "*** Testing strspn() : with different unexpected values of mask argument ***\n";
94 var_dump( strspn($str,$value) ); // with defalut args
95 var_dump( strspn($str,$value,$start) ); // with default len value
96 var_dump( strspn($str,$value,$start,$len) ); // with all args
105 *** Testing strspn() : with different unexpected values of mask argument ***
154 Warning: strspn() expects parameter 2 to be string, array given in %s on line %d
157 Warning: strspn() expects parameter 2 to be string, array given in %s on line %d
160 Warning: strspn() expects parameter 2 to be string, array given in %s on line %d
165 Warning: strspn() expects parameter 2 to be string, array given in %s on line %d
168 Warning: strspn() expects parameter 2 to be string, array given in %s on line %d
171 Warning: strspn() expects parameter 2 to be string, array given in %s on line %d
176 Warning: strspn() expects parameter 2 to be string, array given in %s on line %d
179 Warning: strspn() expects parameter 2 to be string, array given in %s on line %d
182 Warning: strspn() expects parameter 2 to be string, array given in %s on line %d
187 Warning: strspn() expects parameter 2 to be string, array given in %s on line %d
190 Warning: strspn() expects parameter 2 to be string, array given in %s on line %d
193 Warning: strspn() expects parameter 2 to be string, array given in %s on line %d
198 Warning: strspn() expects parameter 2 to be string, array given in %s on line %d
201 Warning: strspn() expects parameter 2 to be string, array given in %s on line %d
204 Warning: strspn() expects parameter 2 to be string, array given in %s on line %d
264 Warning: strspn() expects parameter 2 to be string, resource given in %s on line %d
267 Warning: strspn() expects parameter 2 to be string, resource given in %s on line %d
270 Warning: strspn() expects parameter 2 to be string, resource given in %s on line %d