Searched refs:php_strcspn (Results 1 – 2 of 2) sorted by relevance
55 PHPAPI size_t php_strcspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end);
258 RETURN_LONG(php_strcspn(ZSTR_VAL(s11) + start /*str1_start*/, in php_spn_common_handler()1722 PHPAPI size_t php_strcspn(const char *haystack, const char *characters, const char *haystack_end, c… function6143 size_t shift = php_strcspn(
Completed in 16 milliseconds