Searched refs:php_strspn (Results 1 – 2 of 2) sorted by relevance
143 PHPAPI size_t php_strspn(char *s1, char *s2, char *s1_end, char *s2_end);
332 RETURN_LONG(php_strspn(s11 + start /*str1_start*/, in php_spn_common_handler()1639 PHPAPI size_t php_strspn(char *s1, char *s2, char *s1_end, char *s2_end) function
Completed in 21 milliseconds