strstr           1850 ext/curl/interface.c 			split = strstr(s, "; ");
strstr           3940 ext/exif/exif.c 			if (strstr(sections_str, tmp)) {
strstr           1070 ext/fileinfo/libmagic/apprentice.c 			char *p = strstr(me[i].mp->desc, text);
strstr           2857 ext/fileinfo/libmagic/apprentice.c 	if (strstr(p, ".mime") != NULL)
strstr             77 ext/fileinfo/libmagic/readcdf.c # define strcasestr strstr
strstr            402 ext/gd/libgd/gdft.c 		if (*name == '/' || (name[0] != 0 && strstr(name, ":/"))) {
strstr            422 ext/iconv/iconv.c 			char *p = strstr(get_output_encoding(TSRMLS_C), "//");
strstr           1308 ext/intl/locale/locale_methods.c 		token 	= strstr( cur_lang_tag , cur_loc_range );
strstr           1364 ext/intl/locale/locale_methods.c 		token 	= strstr( cur_lang_tag , cur_loc_range );
strstr           2430 ext/odbc/php_odbc.c 		 if (strstr(db, ";")) {
strstr           2432 ext/odbc/php_odbc.c 			 if (strstr(db, "uid") || strstr(db, "UID")) {
strstr           2435 ext/odbc/php_odbc.c 			 if (strstr(db, "pwd") || strstr(db, "PWD")) {
strstr           2492 ext/odbc/php_odbc.c 		if (strstr((char*)db, ";")) {
strstr           2494 ext/odbc/php_odbc.c 			if (uid && !strstr ((char*)db, "uid") && !strstr((char*)db, "UID")) {
strstr           1672 ext/opcache/ZendAccelerator.c 					if (strstr(persistent_script->full_path, ".phar") && !strstr(persistent_script->full_path, "://")) {
strstr             99 ext/opcache/shared_alloc_win32.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            120 ext/phar/func_interceptors.c 	if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) {
strstr            250 ext/phar/func_interceptors.c 	if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) {
strstr            346 ext/phar/func_interceptors.c 	if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) {
strstr            617 ext/phar/func_interceptors.c 	if (!IS_ABSOLUTE_PATH(filename, filename_length) && !strstr(filename, "://")) {
strstr            911 ext/phar/func_interceptors.c 	if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) {
strstr            978 ext/phar/func_interceptors.c 	if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) {
strstr           1481 ext/phar/phar.c 	if (!strstr(fname, ".phar")) {
strstr           1794 ext/phar/phar.c 				slash = strstr(realpath, filename);
strstr           1854 ext/phar/phar.c 		pos = strstr(test, ".phar");
strstr           1866 ext/phar/phar.c 		pos = strstr(ext_str, ".phar");
strstr           3332 ext/phar/phar.c 	if (strstr(file_handle->filename, ".phar") && !strstr(file_handle->filename, "://")) {
strstr            618 ext/phar/phar_object.c 				!strstr(Z_STRVAL_PP(z_script_name), basename)) {
strstr            642 ext/phar/phar_object.c 			if (!(pt = strstr(testit, basename))) {
strstr            667 ext/phar/phar_object.c 		if (!(pt = strstr(path_info, basename))) {
strstr            796 ext/phar/phar_object.c 				tmp = strstr(path_info, basename) + fname_len;
strstr           1555 ext/phar/phar_object.c 		if (strstr(fname, base)) {
strstr           3858 ext/phar/phar_object.c 	if (!strstr(fname, "://") && php_check_open_basedir(fname TSRMLS_CC)) {
strstr            119 ext/phar/tar.c 	if (!ret && (bname = strstr(fname, ".tar")) && (bname[4] == '\0' || bname[4] == '.')) {
strstr            188 ext/readline/readline_cli.c 			char *prompt_end = strstr(prompt_spec + 1, "`");
strstr            532 ext/readline/readline_cli.c 		class_name_end = strstr(text, "::");
strstr            632 ext/readline/readline_cli.c 			char *param = strstr(&line[1], "=");
strstr           2743 ext/reflection/php_reflection.c 		if ((tmp = strstr(name_str, "::")) == NULL) {
strstr           3944 ext/reflection/php_reflection.c 	if ((tmp = strstr(name, "::")) != NULL) {
strstr           1573 ext/session/session.c 			(p = strstr(Z_STRVAL_PP(data), PS(session_name))) &&
strstr           1594 ext/session/session.c 			strstr(Z_STRVAL_PP(data), PS(extern_referer_chk)) == NULL
strstr            920 ext/soap/php_http.c 			tmp = strstr(http_version," ");
strstr            925 ext/soap/php_http.c 			tmp = strstr(tmp," ");
strstr            948 ext/soap/php_http.c 	cookie_itt = strstr(http_headers,"Set-Cookie: ");
strstr            962 ext/soap/php_http.c 		end_pos = strstr(cookie_itt,"\r\n");
strstr            965 ext/soap/php_http.c 		eqpos = strstr(cookie, "=");
strstr            966 ext/soap/php_http.c 		sempos = strstr(cookie, ";");
strstr            989 ext/soap/php_http.c 					sempos = strstr(options, ";");
strstr            990 ext/soap/php_http.c 					if (strstr(options,"path=") == options) {
strstr            993 ext/soap/php_http.c 					} else if (strstr(options,"domain=") == options) {
strstr            996 ext/soap/php_http.c 					} else if (strstr(options,"secure") == options) {
strstr           1021 ext/soap/php_http.c 		cookie_itt = strstr(cookie_itt + sizeof("Set-Cookie: "), "Set-Cookie: ");
strstr           1144 ext/soap/php_http.c 				strstr(auth, "Digest") == auth &&
strstr           1222 ext/soap/php_http.c 		pos = strstr(content_type,";");
strstr            237 ext/soap/php_sdl.c 	s = strstr(ctx->sdl->source, "://");
strstr            241 ext/soap/php_sdl.c 	s = strstr((char*)uri, "://");
strstr            288 ext/soap/php_sdl.c 				s = strstr(Z_STRVAL_PP(header), "Authorization: Basic");
strstr            290 ext/soap/php_sdl.c 					char *rest = strstr(s, "\r\n");
strstr            724 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           2737 ext/standard/basic_functions.c 	PHP_FE(strstr,															arginfo_strstr)
strstr           2791 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            471 ext/standard/http_fopen_wrapper.c 			if ((s = strstr(tmp, "user-agent:")) &&
strstr            476 ext/standard/http_fopen_wrapper.c 			if ((s = strstr(tmp, "host:")) &&
strstr            481 ext/standard/http_fopen_wrapper.c 			if ((s = strstr(tmp, "from:")) &&
strstr            486 ext/standard/http_fopen_wrapper.c 			if ((s = strstr(tmp, "authorization:")) &&
strstr            491 ext/standard/http_fopen_wrapper.c 			if ((s = strstr(tmp, "content-length:")) &&
strstr            496 ext/standard/http_fopen_wrapper.c 			if ((s = strstr(tmp, "content-type:")) &&
strstr            501 ext/standard/http_fopen_wrapper.c 			if ((s = strstr(tmp, "connection:")) &&
strstr            507 ext/standard/http_fopen_wrapper.c 			if (use_proxy && use_ssl && (s = strstr(tmp, "proxy-authorization:")) &&
strstr            342 ext/standard/php_fopen_wrapper.c 		p = strstr(pathdup, "/resource=");
strstr             47 ext/standard/php_string.h PHP_FUNCTION(strstr);
strstr           1771 ext/standard/string.c PHP_FUNCTION(strstr)
strstr           4551 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           1788 ext/zip/php_zip.c 				} else if (remove_path && strstr(Z_STRVAL_PP(zval_file), remove_path) != NULL) {
strstr             88 ext/zlib/zlib.c 			if (strstr(Z_STRVAL_PP(enc), "gzip")) {
strstr             90 ext/zlib/zlib.c 			} else if (strstr(Z_STRVAL_PP(enc), "deflate")) {
strstr            391 main/SAPI.c    		if (*charset && strncmp(*mimetype, "text/", 5) == 0 && strstr(*mimetype, "charset=") == NULL) {
strstr            721 main/rfc1867.c 	boundary = strstr(content_type_dup, "boundary");
strstr            727 main/rfc1867.c 		boundary = strstr(content_type_lcase, "boundary");
strstr             93 sapi/apache_hooks/sapi_apache.c             if( (tmp = strstr(handler->name, "::")) != NULL &&  *(tmp+2) != '\0' ) {
strstr           1330 sapi/cgi/cgi_main.c 									strstr(pt, env_script_name)
strstr           1103 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            969 sapi/fpm/fpm/fpm_main.c 	p = strstr(path, "..");
strstr            977 sapi/fpm/fpm/fpm_main.c 			p = strstr(p+1, "..");
strstr           1323 sapi/fpm/fpm/fpm_main.c 										strstr(pt, env_script_name)
strstr            774 sapi/isapi/php5isapi.c 	if (strstr(SG(request_info).path_translated,"..")) {
strstr            118 sapi/phpdbg/phpdbg_utils.c 	if (strstr(str, "#") != NULL)
strstr            121 sapi/phpdbg/phpdbg_utils.c 	if (strstr(str, " ") != NULL)
strstr            124 sapi/phpdbg/phpdbg_utils.c 	sep = strstr(str, "::");
strstr            264 win32/sendmail.c 				(pos1 = strstr(headers_lc, "from:")) &&
strstr            271 win32/sendmail.c 		if (NULL == (pos2 = strstr(pos1, "\r\n"))) {
strstr            477 win32/sendmail.c 	else if (headers && (pos1 = strstr(headers_lc, "cc:")) && ((pos1 == headers_lc) || (*(pos1-1) == '\n'))) {
strstr            482 win32/sendmail.c 		if (NULL == (pos2 = strstr(pos1, "\r\n"))) {
strstr            532 win32/sendmail.c 		if (pos1 = strstr(headers_lc, "bcc:")) {
strstr            537 win32/sendmail.c 			if (NULL == (pos2 = strstr(pos1, "\r\n"))) {
strstr            706 win32/sendmail.c 	if (!xheaders || !strstr(headers_lc, "date:")) {
strstr            714 win32/sendmail.c 	if (!headers_lc || !strstr(headers_lc, "from:")) {
strstr            724 win32/sendmail.c 	if ((headers_lc && (!strstr(headers_lc, "\r\nto:") && (strncmp(headers_lc, "to:", 3) != 0))) || !headers_lc) {