strstr            747 Zend/zend_exceptions.c 		if (Z_OBJCE_P(exception) == zend_ce_type_error && strstr(ZSTR_VAL(message), ", called in ")) {
strstr           1782 ext/curl/interface.c 			split = strstr(s, "; ");
strstr           3934 ext/exif/exif.c 			if (strstr(sections_str, tmp)) {
strstr           1139 ext/fileinfo/libmagic/apprentice.c 			char *p = strstr(me[i].mp->desc, text);
strstr           3102 ext/fileinfo/libmagic/apprentice.c 	if (strstr(p, ".mime") != NULL)
strstr             81 ext/fileinfo/libmagic/readcdf.c # define strcasestr strstr
strstr            402 ext/gd/libgd/gdft.c 		if (*name == '/' || (name[0] != 0 && strstr(name, ":/"))) {
strstr            424 ext/iconv/iconv.c 			char *p = strstr(get_output_encoding(), "//");
strstr           1318 ext/intl/locale/locale_methods.c 		token 	= strstr( cur_lang_tag , cur_loc_range );
strstr           1374 ext/intl/locale/locale_methods.c 		token 	= strstr( cur_lang_tag , cur_loc_range );
strstr           2452 ext/odbc/php_odbc.c 		 if (strstr(db, ";")) {
strstr           2454 ext/odbc/php_odbc.c 			 if (strstr(db, "uid") || strstr(db, "UID")) {
strstr           2457 ext/odbc/php_odbc.c 			 if (strstr(db, "pwd") || strstr(db, "PWD")) {
strstr           2514 ext/odbc/php_odbc.c 		if (strstr((char*)db, ";")) {
strstr           2516 ext/odbc/php_odbc.c 			if (uid && !strstr ((char*)db, "uid") && !strstr((char*)db, "UID")) {
strstr           1194 ext/opcache/ZendAccelerator.c 		strstr(ZSTR_VAL(new_persistent_script->full_path), ".phar") &&
strstr           1195 ext/opcache/ZendAccelerator.c 		!strstr(ZSTR_VAL(new_persistent_script->full_path), "://");
strstr           1288 ext/opcache/ZendAccelerator.c 		strstr(ZSTR_VAL(new_persistent_script->full_path), ".phar") &&
strstr           1289 ext/opcache/ZendAccelerator.c 		!strstr(ZSTR_VAL(new_persistent_script->full_path), "://");
strstr           2500 ext/opcache/ZendAccelerator.c 	if (strstr(PHP_VERSION, "-dev") != 0) {
strstr            448 ext/pdo_odbc/odbc_driver.c 		if (dbh->username && *dbh->username && !strstr(dbh->data_source, "uid")
strstr            449 ext/pdo_odbc/odbc_driver.c 				&& !strstr(dbh->data_source, "UID")) {
strstr             45 ext/phar/func_interceptors.c 	if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) {
strstr            119 ext/phar/func_interceptors.c 	if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) {
strstr            249 ext/phar/func_interceptors.c 	if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) {
strstr            350 ext/phar/func_interceptors.c 	if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) {
strstr            614 ext/phar/func_interceptors.c 	if (!IS_ABSOLUTE_PATH(filename, filename_length) && !strstr(filename, "://")) {
strstr            908 ext/phar/func_interceptors.c 	if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) {
strstr            975 ext/phar/func_interceptors.c 	if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) {
strstr           1484 ext/phar/phar.c 	if (!strstr(fname, ".phar")) {
strstr           1797 ext/phar/phar.c 				slash = strstr(realpath, filename);
strstr           1857 ext/phar/phar.c 		pos = strstr(test, ".phar");
strstr           1869 ext/phar/phar.c 		pos = strstr(ext_str, ".phar");
strstr           3283 ext/phar/phar.c 	if (strstr(file_handle->filename, ".phar") && !strstr(file_handle->filename, "://")) {
strstr            602 ext/phar/phar_object.c 				!strstr(Z_STRVAL_P(z_script_name), basename)) {
strstr            626 ext/phar/phar_object.c 			if (!(pt = strstr(testit, basename))) {
strstr            651 ext/phar/phar_object.c 		if (!(pt = strstr(path_info, basename))) {
strstr            770 ext/phar/phar_object.c 				tmp = strstr(path_info, basename) + fname_len;
strstr           1538 ext/phar/phar_object.c 		if (strstr(fname, base)) {
strstr           3810 ext/phar/phar_object.c 	if (!strstr(fname, "://") && php_check_open_basedir(fname)) {
strstr            119 ext/phar/tar.c 	if (!ret && (bname = strstr(fname, ".tar")) && (bname[4] == '\0' || bname[4] == '.')) {
strstr            187 ext/readline/readline_cli.c 			char *prompt_end = strstr(prompt_spec + 1, "`");
strstr            525 ext/readline/readline_cli.c 		class_name_end = strstr(text, "::");
strstr            625 ext/readline/readline_cli.c 			char *param = strstr(&line[1], "=");
strstr           3026 ext/reflection/php_reflection.c 		if ((tmp = strstr(name_str, "::")) == NULL) {
strstr           4251 ext/reflection/php_reflection.c 	if ((tmp = strstr(ZSTR_VAL(name), "::")) != NULL) {
strstr           1617 ext/session/session.c 			(p = strstr(Z_STRVAL_P(data), PS(session_name))) &&
strstr           1635 ext/session/session.c 			strstr(Z_STRVAL_P(data), PS(extern_referer_chk)) == NULL
strstr            914 ext/soap/php_http.c 			tmp = strstr(http_version," ");
strstr            919 ext/soap/php_http.c 			tmp = strstr(tmp," ");
strstr            942 ext/soap/php_http.c 	cookie_itt = strstr(ZSTR_VAL(http_headers), "Set-Cookie: ");
strstr            957 ext/soap/php_http.c 		eqpos = strstr(cookie, "=");
strstr            958 ext/soap/php_http.c 		sempos = strstr(cookie, ";");
strstr            980 ext/soap/php_http.c 					sempos = strstr(options, ";");
strstr            981 ext/soap/php_http.c 					if (strstr(options,"path=") == options) {
strstr            984 ext/soap/php_http.c 					} else if (strstr(options,"domain=") == options) {
strstr            987 ext/soap/php_http.c 					} else if (strstr(options,"secure") == options) {
strstr           1012 ext/soap/php_http.c 		cookie_itt = strstr(cookie_itt + sizeof("Set-Cookie: "), "Set-Cookie: ");
strstr           1141 ext/soap/php_http.c 				strstr(auth, "Digest") == auth &&
strstr           1219 ext/soap/php_http.c 		pos = strstr(content_type,";");
strstr            235 ext/soap/php_sdl.c 	s = strstr(ctx->sdl->source, "://");
strstr            239 ext/soap/php_sdl.c 	s = strstr((char*)uri, "://");
strstr            287 ext/soap/php_sdl.c 				s = strstr(Z_STRVAL_P(header), "Authorization: Basic");
strstr            289 ext/soap/php_sdl.c 					char *rest = strstr(s, "\r\n");
strstr            717 ext/spl/spl_directory.c 	if (SPL_HAS_FLAG(ctor_flags, DIT_CTOR_GLOB) && strstr(path, "glob://") != path) {
strstr           29370 ext/sqlite3/libsqlite/sqlite3.c     }else if( strstr(fsInfo.f_basetype, "etfs") ){
strstr           29397 ext/sqlite3/libsqlite/sqlite3.c     }else if( strstr(fsInfo.f_basetype, "dos") ){
strstr           2744 ext/standard/basic_functions.c 	PHP_FE(strstr,															arginfo_strstr)
strstr           2798 ext/standard/basic_functions.c 	PHP_FALIAS(strchr,				strstr,									arginfo_strstr)
strstr             91 ext/standard/http_fopen_wrapper.c 	char *lc_header_start = strstr(lc_header_bag, lc_header_name);
strstr            475 ext/standard/http_fopen_wrapper.c 			if ((s = strstr(t, "user-agent:")) &&
strstr            480 ext/standard/http_fopen_wrapper.c 			if ((s = strstr(t, "host:")) &&
strstr            485 ext/standard/http_fopen_wrapper.c 			if ((s = strstr(t, "from:")) &&
strstr            490 ext/standard/http_fopen_wrapper.c 			if ((s = strstr(t, "authorization:")) &&
strstr            495 ext/standard/http_fopen_wrapper.c 			if ((s = strstr(t, "content-length:")) &&
strstr            500 ext/standard/http_fopen_wrapper.c 			if ((s = strstr(t, "content-type:")) &&
strstr            505 ext/standard/http_fopen_wrapper.c 			if ((s = strstr(t, "connection:")) &&
strstr            511 ext/standard/http_fopen_wrapper.c 			if (use_proxy && use_ssl && (s = strstr(t, "proxy-authorization:")) &&
strstr            354 ext/standard/php_fopen_wrapper.c 		p = strstr(pathdup, "/resource=");
strstr             47 ext/standard/php_string.h PHP_FUNCTION(strstr);
strstr           1903 ext/standard/string.c PHP_FUNCTION(strstr)
strstr           4674 ext/standard/string.c 	if (strstr(set, norm)) {
strstr             64 ext/xmlrpc/libxmlrpc/xml_to_soap.c 	return(strstr(soap_type, "SOAP-ENC:") || strstr(soap_type, "xsd:")) ? 1 : 0;
strstr            325 ext/xmlrpc/libxmlrpc/xml_to_soap.c 			strstr(el->name, "esponse") ? xmlrpc_request_response : xmlrpc_request_call;
strstr           1679 ext/zip/php_zip.c 				} else if (remove_path && strstr(Z_STRVAL_P(zval_file), remove_path) != NULL) {
strstr            112 ext/zlib/zlib.c 			if (strstr(Z_STRVAL_P(enc), "gzip")) {
strstr            114 ext/zlib/zlib.c 			} else if (strstr(Z_STRVAL_P(enc), "deflate")) {
strstr            380 main/SAPI.c    		if (*charset && strncmp(*mimetype, "text/", 5) == 0 && strstr(*mimetype, "charset=") == NULL) {
strstr            726 main/rfc1867.c 	boundary = strstr(content_type_dup, "boundary");
strstr            732 main/rfc1867.c 		boundary = strstr(content_type_lcase, "boundary");
strstr           1306 sapi/cgi/cgi_main.c 									strstr(pt, env_script_name)
strstr           1067 sapi/cli/php_cli.c 							if (strstr(reflection_what, "::")) {
strstr            185 sapi/fpm/fpm/fpm_conf.c 	while (*value && (token = strstr(*value, "$pool"))) {
strstr            710 sapi/fpm/fpm/fpm_conf.c 		tmp = strstr(*path, "$prefix");
strstr            310 sapi/fpm/fpm/fpm_log.c 							if (!strstr(h->header, format)) {
strstr            931 sapi/fpm/fpm/fpm_main.c 	p = strstr(path, "..");
strstr            939 sapi/fpm/fpm/fpm_main.c 			p = strstr(p+1, "..");
strstr           1286 sapi/fpm/fpm/fpm_main.c 										strstr(pt, env_script_name)
strstr            406 sapi/phpdbg/phpdbg_print.c 		if (strstr(function, "::") == NULL) {
strstr            119 sapi/phpdbg/phpdbg_utils.c 	if (strstr(str, "#") != NULL)
strstr            122 sapi/phpdbg/phpdbg_utils.c 	if (strstr(str, " ") != NULL)
strstr            125 sapi/phpdbg/phpdbg_utils.c 	sep = strstr(str, "::");
strstr            249 win32/sendmail.c 			pos1 = strstr(lookup, "from:");
strstr            268 win32/sendmail.c 			if (NULL == (pos2 = strstr(pos1, "\r\n"))) {
strstr            482 win32/sendmail.c 	else if (headers && (pos1 = strstr(headers_lc, "cc:")) && ((pos1 == headers_lc) || (*(pos1-1) == '\n'))) {
strstr            487 win32/sendmail.c 		if (NULL == (pos2 = strstr(pos1, "\r\n"))) {
strstr            537 win32/sendmail.c 		if (pos1 = strstr(headers_lc, "bcc:")) {
strstr            542 win32/sendmail.c 			if (NULL == (pos2 = strstr(pos1, "\r\n"))) {
strstr            710 win32/sendmail.c 	if (!xheaders || !strstr(headers_lc, "date:")) {
strstr            718 win32/sendmail.c 	if (!headers_lc || !strstr(headers_lc, "from:")) {
strstr            728 win32/sendmail.c 	if ((headers_lc && (!strstr(headers_lc, "\r\nto:") && (strncmp(headers_lc, "to:", 3) != 0))) || !headers_lc) {