Home
last modified time | relevance | path

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

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

Completed in 16 milliseconds