Searched refs:zend_string_starts_with (Results 1 – 3 of 3) sorted by relevance
158 strings in full, while ``zend_string_starts_with`` checks whether the first argument starts with the
408 static zend_always_inline bool zend_string_starts_with(const zend_string *str, const zend_string *p… in zend_string_starts_with() function
1861 RETURN_BOOL(zend_string_starts_with(haystack, needle));1873 RETVAL_BOOL(zend_string_starts_with(haystack, needle));
Completed in 31 milliseconds