Home
last modified time | relevance | path

Searched refs:zend_memnstr (Results 1 – 7 of 7) sorted by relevance

/php-src/main/
H A Dphp.h349 #define php_memnstr zend_memnstr
/php-src/Zend/Optimizer/
H A Dpass1.c228 …!zend_memnstr(Z_STRVAL(ZEND_OP1_LITERAL(send1_opline)), "::", sizeof("::") - 1, Z_STRVAL(ZEND_OP1_… in zend_optimizer_pass1()
/php-src/ext/standard/
H A Dbrowscap.c643 cur = zend_memnstr(cur, in browser_reg_compare()
/php-src/ext/dom/
H A Ddocument.c607 if (zend_memnstr(value, "]]>", strlen("]]>"), value + value_len) != NULL) { in PHP_METHOD()
647 if (value != NULL && zend_memnstr(value, "?>", strlen("?>"), value + value_len) != NULL) { in dom_document_create_processing_instruction()
/php-src/Zend/
H A Dzend_operators.h164 zend_memnstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnstr() function
H A Dzend_builtin_functions.c496 if (zend_memnstr(ZSTR_VAL(name), "::", sizeof("::") - 1, ZSTR_VAL(name) + ZSTR_LEN(name))) { in ZEND_FUNCTION()
/php-src/ext/mbstring/
H A Dmbstring.c1923 …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()
6529 unsigned char *end_marker = (unsigned char*)zend_memnstr((const char*)p, "?=", 2, (const char*)e); in mime_header_decode_encoded_word()

Completed in 59 milliseconds