Home
last modified time | relevance | path

Searched refs:zend_string_starts_with (Results 1 – 3 of 3) sorted by relevance

/php-src/docs/source/core/data-structures/
H A Dzend_string.rst158 strings in full, while ``zend_string_starts_with`` checks whether the first argument starts with the
/php-src/Zend/
H A Dzend_string.h408 static zend_always_inline bool zend_string_starts_with(const zend_string *str, const zend_string *p… in zend_string_starts_with() function
/php-src/ext/standard/
H A Dstring.c1861 RETURN_BOOL(zend_string_starts_with(haystack, needle));
1873 RETVAL_BOOL(zend_string_starts_with(haystack, needle));

Completed in 30 milliseconds