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);
341 RETURN_LONG(php_strspn(ZSTR_VAL(s11) + start /*str1_start*/, in php_spn_common_handler()1776 PHPAPI size_t php_strspn(char *s1, char *s2, char *s1_end, char *s2_end) function
Completed in 49 milliseconds