Searched refs:zend_memnrstr (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_operators.h | 239 zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnrstr() function
|
/PHP-8.3/ext/phar/ |
H A D | zip.c | 172 const char *eocd_start = zend_memnrstr(s, "PK\5\6", sizeof("PK\5\6") - 1, end); in phar_find_eocd()
|
/PHP-8.3/ext/standard/ |
H A D | string.c | 1840 found = zend_memnrstr(p, ZSTR_VAL(needle), ZSTR_LEN(needle), e); 1919 if ((found = (char *)zend_memnrstr(p, ZSTR_VAL(needle_dup), ZSTR_LEN(needle_dup), e))) {
|
/PHP-8.3/ext/mbstring/ |
H A D | mbstring.c | 1925 …found_pos = zend_memnrstr((const char*)offset_pointer, ZSTR_VAL(needle_u8), ZSTR_LEN(needle_u8), Z… in mb_find_strpos() 1933 …found_pos = zend_memnrstr(ZSTR_VAL(haystack_u8), ZSTR_VAL(needle_u8), ZSTR_LEN(needle_u8), (const … in mb_find_strpos()
|
Completed in 50 milliseconds