php_stristr      2669 ext/phar/phar.c 		if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) {
php_stristr      1018 ext/phar/tar.c 		if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) {
php_stristr      1257 ext/phar/zip.c 		if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) {
php_stristr       130 ext/standard/php_string.h PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len);
php_stristr      1747 ext/standard/string.c 		found = php_stristr(haystack_dup, orig_needle,	haystack_len, Z_STRLEN_P(needle));
php_stristr      1756 ext/standard/string.c 		found = php_stristr(haystack_dup, needle_char,	haystack_len, 1);