Searched refs:zend_memnstr (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/main/ |
H A D | php.h | 348 #define php_memnstr zend_memnstr
|
/PHP-8.3/Zend/Optimizer/ |
H A D | pass1.c | 241 …!zend_memnstr(Z_STRVAL(ZEND_OP1_LITERAL(send1_opline)), "::", sizeof("::") - 1, Z_STRVAL(ZEND_OP1_… in zend_optimizer_pass1()
|
/PHP-8.3/ext/standard/ |
H A D | browscap.c | 578 cur = zend_memnstr(cur, in browser_reg_compare()
|
/PHP-8.3/Zend/ |
H A D | zend_operators.h | 177 zend_memnstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnstr() function
|
H A D | zend_builtin_functions.c | 492 if (zend_memnstr(ZSTR_VAL(name), "::", sizeof("::") - 1, ZSTR_VAL(name) + ZSTR_LEN(name))) { in ZEND_FUNCTION()
|
/PHP-8.3/ext/mbstring/ |
H A D | mbstring.c | 1923 …found_pos = zend_memnstr((const char*)offset_pointer, ZSTR_VAL(needle_u8), ZSTR_LEN(needle_u8), ZS… in mb_find_strpos() 2289 p = zend_memnstr(p, ZSTR_VAL(needle_u8), ZSTR_LEN(needle_u8), e); in PHP_FUNCTION() 6292 unsigned char *end_marker = (unsigned char*)zend_memnstr((const char*)p, "?=", 2, (const char*)e); in mime_header_decode_encoded_word()
|
Completed in 35 milliseconds