php_stristr      2666 phar/phar.c    		if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) {
php_stristr      1002 phar/tar.c     		if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) {
php_stristr      1255 phar/zip.c     		if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) {
php_stristr       130 standard/php_string.h PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len);
php_stristr      1717 standard/string.c 		found = php_stristr(haystack_dup, orig_needle,	haystack_len, Z_STRLEN_P(needle));
php_stristr      1726 standard/string.c 		found = php_stristr(haystack_dup, needle_char,	haystack_len, 1);