Home
last modified time | relevance | path

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

/PHP-8.2/
H A DUPGRADING.INTERNALS22 * php_stristr() no longer lowercases the haystack and needle as a side effect.
24 the haystack and needle before passing them to php_stristr().
/PHP-8.2/ext/standard/
H A Dphp_string.h52 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len);
H A Dstring.c1647 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len) function
1704 found = php_stristr(ZSTR_VAL(haystack), ZSTR_VAL(needle), ZSTR_LEN(haystack), ZSTR_LEN(needle));
/PHP-8.2/ext/libxml/
H A Dlibxml.c373 char *encoding = php_stristr(haystack, needle, Z_STRLEN_P(header), strlen(needle)); in php_libxml_input_buffer_create_filename()
/PHP-8.2/ext/phar/
H A Dtar.c1067 if ((pos = php_stristr(user_stub, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { in phar_tar_flush()
H A Dzip.c1331 if ((pos = php_stristr(user_stub, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { in phar_zip_flush()
H A Dphar.c2649 if ((pos = php_stristr(user_stub, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { in phar_flush()

Completed in 60 milliseconds