Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dphp_string.h134 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len);
H A Dstring.c1766 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len) function
1869 found = php_stristr(haystack_dup, orig_needle, ZSTR_LEN(haystack), Z_STRLEN_P(needle));
1878 found = php_stristr(haystack_dup, needle_char, ZSTR_LEN(haystack), 1);
/PHP-7.2/ext/phar/
H A Dtar.c1060 if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { in phar_tar_flush()
H A Dzip.c1296 if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { in phar_zip_flush()
H A Dphar.c2599 if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) {

Completed in 59 milliseconds