Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/tests/streams/
H A Dbug72221.phpt2 Bug #72221 (Segmentation fault in stream_get_line / zend_memnstr_ex)
/PHP-7.3/Zend/
H A Dzend_operators.h89 ZEND_API const char* ZEND_FASTCALL zend_memnstr_ex(const char *haystack, const char *needle, size_t…
188 return zend_memnstr_ex(haystack, needle, needle_len, end); in zend_memnstr()
H A Dzend_operators.c3167 ZEND_API const char* ZEND_FASTCALL zend_memnstr_ex(const char *haystack, const char *needle, size_t… function

Completed in 14 milliseconds