Home
last modified time | relevance | path

Searched refs:php_stristr (Results 1 – 5 of 5) sorted by last modified time

/php-src/ext/phar/
H A Dphar.c2643 if ((pos = php_stristr(user_stub, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { in phar_flush()
H A Dzip.c1360 if ((pos = php_stristr(user_stub, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { in phar_zip_flush()
H A Dtar.c1060 if ((pos = php_stristr(user_stub, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { in phar_tar_flush()
/php-src/ext/standard/
H A Dstring.c1704 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len) function
1775 found = php_stristr(ZSTR_VAL(haystack), ZSTR_VAL(needle), ZSTR_LEN(haystack), ZSTR_LEN(needle));
H A Dphp_string.h49 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len);

Completed in 53 milliseconds