Lines Matching refs:token_get_all
2 Test token_get_all() function : usage variations - unexpected values for 'source' argument
7 /* Prototype : array token_get_all(string $source)
17 echo "*** Testing token_get_all() : unexpected values for 'source' argument ***\n";
87 var_dump( token_get_all($source_values[$count]));
94 *** Testing token_get_all() : unexpected values for 'source' argument ***
205 Warning: token_get_all() expects parameter 1 to be string, array given in %s on line %d
209 Warning: token_get_all() expects parameter 1 to be string, array given in %s on line %d
213 Warning: token_get_all() expects parameter 1 to be string, array given in %s on line %d
217 Warning: token_get_all() expects parameter 1 to be string, array given in %s on line %d
221 Warning: token_get_all() expects parameter 1 to be string, array given in %s on line %d
279 Warning: token_get_all() expects parameter 1 to be string, resource given in %s on line %d