Searched refs:php_strspn (Results 1 – 2 of 2) sorted by relevance
54 PHPAPI size_t php_strspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end);
253 RETURN_LONG(php_strspn(ZSTR_VAL(s11) + start /*str1_start*/, in php_spn_common_handler()1715 PHPAPI size_t php_strspn(const char *haystack, const char *characters, const char *haystack_end, co… function
Completed in 16 milliseconds