strchr           1745 Zend/zend_compile.c 	colonpos = strchr(path, ':');
strchr            455 Zend/zend_virtual_cwd.c 		while(c = strchr(c, '\\'))
strchr             86 Zend/zend_virtual_cwd.h     ((strchr(path, ':') != NULL) || ((len >= 1) && ((path[0] == '/') || (path[0] == '\\'))))
strchr            201 ext/bcmath/bcmath.c 	if (!(p = strchr(str, '.'))) {
strchr            386 ext/date/lib/parse_date.c 	while (!strchr("AaPp", **ptr)) {
strchr            409 ext/date/lib/parse_date.c 	while (**ptr && !strchr("AaPp", **ptr)) {
strchr            616 ext/date/lib/parse_date.c 	while (strchr(" \t.,:;/-0123456789", **ptr) == NULL) {
strchr           24704 ext/date/lib/parse_date.c 		if (strchr("0123456789", *ptr) == NULL)                        \
strchr            194 ext/date/lib/parse_iso_intervals.c 	while (strchr(" \t.,:;/-0123456789", **ptr) == NULL) {
strchr           1079 ext/dba/dba.c  	if (key[0] == '[' && (name = strchr(key, ']')) != NULL) {
strchr            118 ext/dba/libinifile/inifile.c 	if (group_name[0] == '[' && (name = strchr(group_name, ']')) != NULL) {
strchr            154 ext/dba/libinifile/inifile.c 	while (*val && strchr(" \t\r\n", *val)) {
strchr            158 ext/dba/libinifile/inifile.c 	while (l && (strchr(" \t\r\n", val[l-1]))) {
strchr            178 ext/dba/libinifile/inifile.c 				pos = strchr(fline+1, ']');
strchr            192 ext/dba/libinifile/inifile.c 				pos = strchr(fline, '=');
strchr            614 ext/fileinfo/libmagic/apprentice.c 		p = strchr(fn, PATHSEP);
strchr           2135 ext/fileinfo/libmagic/apprentice.c 	return (isascii(x) && isalnum(x)) || strchr(extra, x);
strchr           2554 ext/fileinfo/libmagic/apprentice.c 						if (strchr("<>&^=!", c) == NULL
strchr           2556 ext/fileinfo/libmagic/apprentice.c 						    strchr("[]().*?^$|{}", c)
strchr            193 ext/fileinfo/libmagic/cdf_time.c 	if ((q = strchr(p, '\n')) != NULL)
strchr            363 ext/fileinfo/libmagic/compress.c 	z.next_in = (Bytef *)strchr((const char *)old + data_start,
strchr            229 ext/fileinfo/libmagic/readcdf.c 					    (ec = strchr(c, '\n')) != NULL)
strchr            387 ext/fileinfo/libmagic/softmagic.c 	if (strchr(m->desc, '%') == NULL)
strchr            437 ext/ftp/ftp.c  	if ((end = strchr(syst, ' '))) {
strchr            470 ext/ftp/ftp.c  	if ((pwd = strchr(ftp->inbuf, '"')) == NULL) {
strchr            588 ext/ftp/ftp.c  	if ((mkd = strchr(ftp->inbuf, '"')) == NULL) {
strchr            412 ext/iconv/iconv.c 			if ((s = strchr(SG(sapi_headers).mimetype,';')) == NULL){
strchr           2871 ext/iconv/iconv.c 	if ((from_charset = strchr(name, '.')) == NULL) {
strchr           2875 ext/iconv/iconv.c 	if ((from_charset = strchr(from_charset, '.')) == NULL) {
strchr            109 ext/json/json_encoder.c 	if (options & PHP_JSON_PRESERVE_ZERO_FRACTION && strchr(num, '.') == NULL && len < PHP_JSON_DOUBLE_MAX_LENGTH - 2) {
strchr            270 ext/mbstring/libmbfl/filters/mbfilter_htmlent.c 			if (!strchr(html_entity_chars, c) || filter->status+1==html_enc_buffer_size || (c=='#' && filter->status>2))
strchr            235 ext/mbstring/mb_gpc.c 		val = strchr(var, '=');
strchr           2153 ext/mbstring/mbstring.c 			if ((s = strchr(SG(sapi_headers).mimetype,';')) == NULL){
strchr           4261 ext/mbstring/mbstring.c 		p = strchr(Z_STRVAL_P(s), ';');
strchr            828 ext/mbstring/ucgendat/ucgendat.c 	if( (s=strchr(line, '\n')) ) *s = '\0';
strchr           1223 ext/mbstring/ucgendat/ucgendat.c 	if( (s=strchr(line, '\n')) ) *s = '\0';
strchr            378 ext/openssl/xp_ssl.c 	if (!(wildcard = strchr(certname, '*')) || memchr(certname, '.', wildcard - certname)) {
strchr            147 ext/pcre/pcrelib/pcre_maketables.c   if (strchr("\\*+?{^.$|()[", i) != 0) x += ctype_meta;
strchr            332 ext/pcre/php_pcre.c 	if ((pp = strchr("([{< )]}> )]}>", delimiter)))
strchr            220 ext/pdo/pdo_dbh.c 	colon = strchr(data_source, ':');
strchr            233 ext/pdo/pdo_dbh.c 		colon = strchr(data_source, ':');
strchr            248 ext/pdo/pdo_dbh.c 		colon = strchr(data_source, ':');
strchr            289 ext/pdo_firebird/firebird_driver.c 	for (co = unquoted; (co = strchr(co,'\'')); qcount++, co++);
strchr            296 ext/pdo_firebird/firebird_driver.c 	for (l = unquoted; (r = strchr(l,'\'')); l = r+1) {
strchr            383 ext/pdo_oci/oci_driver.c 	for (cu = unquoted; (cu = strchr(cu,'\'')); qcount++, cu++)
strchr            391 ext/pdo_oci/oci_driver.c 	for (l = unquoted; (r = strchr(l,'\'')); l = r+1) {
strchr            441 ext/pdo_odbc/odbc_driver.c 	if (strchr(dbh->data_source, ';')) {
strchr           3404 ext/pgsql/pgsql.c 	if (strchr(mode_string, 'r') == mode_string) {
strchr           3406 ext/pgsql/pgsql.c 		if (strchr(mode_string, '+') == mode_string+1) {
strchr           3410 ext/pgsql/pgsql.c 	if (strchr(mode_string, 'w') == mode_string) {
strchr           3413 ext/pgsql/pgsql.c 		if (strchr(mode_string, '+') == mode_string+1) {
strchr            135 ext/phar/phar.c 		end = strchr(key, DEFAULT_DIR_SEPARATOR);
strchr           2043 ext/phar/phar.c 			pos = strchr(pos + 1, '.');
strchr            378 ext/session/mod_files.c 	p = strchr(save_path, ';');
strchr            382 ext/session/mod_files.c 		p = strchr(p, ';');
strchr            703 ext/session/session.c 		if ((p = strchr(ZSTR_VAL(new_value), ';'))) {
strchr            706 ext/session/session.c 			if ((p2 = strchr(p, ';'))) {
strchr           1150 ext/snmp/snmp.c 		if ((pptr = strchr(host_ptr, ']'))) {
strchr           1160 ext/snmp/snmp.c 		if ((pptr = strchr(host_ptr, ':'))) {
strchr           3039 ext/soap/php_encoding.c 			next = strchr(start,' ');
strchr           1347 ext/soap/php_http.c 			eol = strchr(tmp, '\n');
strchr           1357 ext/soap/php_http.c 		pos = strchr(pos, '\n');
strchr            509 ext/soap/php_schema.c 			end = strchr(start,' ');
strchr            237 ext/soap/php_sdl.c 	s = strchr(s+3, '/');
strchr            241 ext/soap/php_sdl.c 	s = strchr(s+3, '/');
strchr            593 ext/soap/php_sdl.c 					end = strchr(parts, ' ');
strchr           3170 ext/soap/php_sdl.c 	if (strchr(uri,':') != NULL || IS_ABSOLUTE_PATH(uri, uri_len)) {
strchr            502 ext/soap/soap.c 		if ((p = strchr(ZSTR_VAL(new_value), ';'))) {
strchr            505 ext/soap/soap.c 			if ((p2 = strchr(p, ';'))) {
strchr           4741 ext/soap/soap.c 					char *end = strchr(ext->val, '[');
strchr             23 ext/sockets/sockaddr_conv.c 	char *scope = strchr(string, '%');
strchr            329 ext/spl/php_spl.c 		pos1 = strchr(pos, ',');
strchr           2798 ext/standard/basic_functions.c 	PHP_FALIAS(strchr,				strstr,									arginfo_strstr)
strchr           3917 ext/standard/basic_functions.c 	if (strchr(address, ':')) {
strchr           3921 ext/standard/basic_functions.c 	if (!strchr(address, '.')) {
strchr           4100 ext/standard/basic_functions.c 	if ((p = strchr(pe.key, '='))) {	/* nullify the '=' if there is one */
strchr            112 ext/standard/dl.c 	if (strchr(filename, '/') != NULL || strchr(filename, DEFAULT_SLASH) != NULL) {
strchr            419 ext/standard/file.c 						if (strchr(PHP_META_UNSAFE, *temp)) {
strchr            453 ext/standard/file.c 					if (strchr(PHP_META_UNSAFE, *temp)) {
strchr           2454 ext/standard/file.c 					while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && (isalnum(ch) || strchr(PHP_META_HTML401_CHARS, ch))) {
strchr           1740 ext/standard/filters.c 	if ((dot = strchr(filtername, '.')) == NULL) {
strchr            442 ext/standard/ftp_fopen_wrapper.c 		if (strchr(mode, 'a')) {
strchr            492 ext/standard/ftp_fopen_wrapper.c 		sizestr = strchr(tmp_line, ' ');
strchr            429 ext/standard/html.c 		dot = strchr(localename, '.');
strchr            433 ext/standard/html.c 			at = strchr(dot, '@');
strchr             97 ext/standard/http_fopen_wrapper.c 		char *lc_eol = strchr(lc_header_start, '\n');
strchr           1010 ext/standard/info.c 			if (!(tmp2=strchr(tmp1,'='))) { /* malformed entry? */
strchr            347 ext/standard/php_fopen_wrapper.c 		if (strchr(mode, 'r') || strchr(mode, '+')) {
strchr            350 ext/standard/php_fopen_wrapper.c 		if (strchr(mode, 'w') || strchr(mode, '+') || strchr(mode, 'a')) {
strchr            649 ext/standard/proc_open.c 				if (strchr(Z_STRVAL_P(zmode), 'a')) {
strchr           1200 ext/standard/streamsfuncs.c 		if (strchr(stream->mode, 'r') || strchr(stream->mode, '+')) {
strchr           1203 ext/standard/streamsfuncs.c 		if (strchr(stream->mode, 'w') || strchr(stream->mode, '+') || strchr(stream->mode, 'a')) {
strchr            514 ext/standard/url.c 		} else if (!isalnum(c) && strchr("_-.", c) == NULL) {
strchr            626 ext/standard/url.c 		if (!isalnum(ZSTR_VAL(str)[y]) && strchr("_-.~", ZSTR_VAL(str)[y]) != NULL) {
strchr            762 ext/standard/url.c 			if ((p = strchr(Z_STRVAL_P(hdr), ':'))) {
strchr             78 ext/standard/url_scanner_ex.c 		val = strchr(key, '=');
strchr            469 ext/standard/var.c 			if (zend_finite(Z_DVAL_P(struc)) && NULL == strchr(tmp_str, '.')) {
strchr            155 ext/standard/versioning.c 		if ((n1 = strchr(p1, '.')) != NULL) {
strchr            158 ext/standard/versioning.c 		if ((n2 = strchr(p2, '.')) != NULL) {
strchr             94 ext/xmlrpc/libxmlrpc/xml_to_soap.c 			p = strchr(buf, '[');
strchr            280 ext/xmlrpc/libxmlrpc/xml_to_soap.c 				b_must_understand = strchr(attr_iter->val, '1') ? 1 : 0;
strchr            330 ext/xmlrpc/libxmlrpc/xml_to_soap.c 			p = strchr(el->name, ':');
strchr            192 ext/xmlrpc/libxmlrpc/xmlrpc.c 	if (strchr (text, '-')) {
strchr            135 ext/zip/zip_stream.c 	fragment = strchr(path, '#');
strchr            281 ext/zip/zip_stream.c 	fragment = strchr(path, '#');
strchr            120 ext/zlib/zlib_fopen_wrapper.c 	if (strchr(mode, '+')) {
strchr            644 main/SAPI.c    			char *colon_offset = strchr(sapi_header->header, ':');
strchr            722 main/SAPI.c    		if (strchr(header_line, ':')) {
strchr            769 main/SAPI.c    		colon_offset = strchr(header_line, ':');
strchr            663 main/fastcgi.c 	if ((s = strchr(path, ':'))) {
strchr            784 main/fastcgi.c 				end = strchr(cur, ',');
strchr            844 main/fastcgi.c 			end = strchr(cur, ',');
strchr            112 main/fopen_wrappers.c 		end = strchr(ptr, DEFAULT_DIR_SEPARATOR);
strchr            305 main/fopen_wrappers.c 			end = strchr(ptr, DEFAULT_DIR_SEPARATOR);
strchr            366 main/fopen_wrappers.c 		char *s = strchr(path_info + 2, '/');
strchr            530 main/fopen_wrappers.c 		end = strchr(p, DEFAULT_DIR_SEPARATOR);
strchr            677 main/fopen_wrappers.c 		end = strchr(ptr, DEFAULT_DIR_SEPARATOR);
strchr            245 main/main.c    		if (!strchr(sapi_module.executable_location, '/')) {
strchr            802 main/main.c    		docref_target = strchr(docref, '#');
strchr            817 main/main.c    		while((p = strchr(docref_buf, '_')) != NULL) {
strchr           2575 main/main.c    			pass = strchr(ZSTR_VAL(user), ':');
strchr            826 main/network.c 				if (!bindto || strchr(bindto, ':')) {
strchr            635 main/php_ini.c 			endpath = strchr(debpath, DEFAULT_DIR_SEPARATOR);
strchr            830 main/php_ini.c 		while ((ptr = strchr(ptr, '/')) != NULL) {
strchr            158 main/php_variables.c 				ip = strchr(ip, ']');
strchr            439 main/php_variables.c 		val = strchr(var, '=');
strchr            501 main/php_variables.c 		p = strchr(*env, '=');
strchr            551 main/php_variables.c 			space = strchr(ss, '+');
strchr            674 main/php_variables.c 	if (PG(variables_order) && (strchr(PG(variables_order),'G') || strchr(PG(variables_order),'g'))) {
strchr            690 main/php_variables.c 			(strchr(PG(variables_order),'P') || strchr(PG(variables_order),'p')) &&
strchr            708 main/php_variables.c 	if (PG(variables_order) && (strchr(PG(variables_order),'C') || strchr(PG(variables_order),'c'))) {
strchr            735 main/php_variables.c 	if (PG(variables_order) && (strchr(PG(variables_order),'S') || strchr(PG(variables_order),'s'))) {
strchr            769 main/php_variables.c 	if (PG(variables_order) && (strchr(PG(variables_order),'E') || strchr(PG(variables_order),'e'))) {
strchr            117 main/rfc1867.c 	index = strchr(varname, '[');
strchr            130 main/rfc1867.c 		indexend = strchr(index, ']');
strchr            433 main/rfc1867.c 			value = strchr(line, ':');
strchr            739 main/rfc1867.c 	if (!boundary || !(boundary = strchr(boundary, '='))) {
strchr            749 main/rfc1867.c 		boundary_end = strchr(boundary, '"');
strchr            821 main/rfc1867.c 				if (strchr(pair, '=')) {
strchr           1124 main/rfc1867.c 			is_arr_upload =	(start_arr = strchr(param,'[')) && (param[strlen(param)-1] == ']');
strchr           1178 main/rfc1867.c 				s = strchr(cd, ';');
strchr           1108 main/snprintf.c 					if (alternate_form && (strchr(s, '.')) == NULL) {
strchr            722 main/spprintf.c 					if (alternate_form && (strchr(s, '.')) == NULL)
strchr             89 main/streams/plain_wrapper.c 	if (strchr(mode, '+')) {
strchr             98 main/streams/plain_wrapper.c 	if (strchr(mode, 'n')) {
strchr            104 main/streams/plain_wrapper.c 	if (strchr(mode, 't')) {
strchr           1520 main/streams/plain_wrapper.c 		end = strchr(ptr, DEFAULT_DIR_SEPARATOR);
strchr           2130 main/streams/streams.c 	if (stream && stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0 && strchr(mode, 'a') && stream->position == 0) {
strchr            357 sapi/apache2handler/php_functions.c 		if ((p = strchr(s, '.'))) {
strchr            384 sapi/apache2handler/php_functions.c 		if ((p = strchr(s, '.'))) {
strchr            107 sapi/apache2handler/sapi_apache2.c 			val = strchr(sapi_header->header, ':');
strchr            388 sapi/cgi/cgi_main.c 			if ((s = strchr(SG(sapi_headers).http_status_line, ' '))) {
strchr            400 sapi/cgi/cgi_main.c 				(s = strchr(SG(sapi_headers).http_status_line, ' ')) != 0 &&
strchr            789 sapi/cgi/cgi_main.c 			while ((ptr = strchr(ptr, DEFAULT_SLASH)) != NULL) {
strchr           1576 sapi/cgi/cgi_main.c 			val = strchr(*env, '=');
strchr           1649 sapi/cgi/cgi_main.c 		p = strchr(h->header, ':');
strchr           1808 sapi/cgi/cgi_main.c 	if((query_string = getenv("QUERY_STRING")) != NULL && strchr(query_string, '=') == NULL) {
strchr           1838 sapi/cgi/cgi_main.c 				if ((val = strchr(php_optarg, '='))) {
strchr           2093 sapi/cgi/cgi_main.c 						char *comma = strchr(php_optarg, ',');
strchr            681 sapi/cli/php_cli.c 				exit_status = (c == '?' && argc > 1 && !strchr(argv[1],  c));
strchr           1252 sapi/cli/php_cli.c 				if ((val = strchr(php_optarg, '='))) {
strchr            390 sapi/cli/php_cli_server.c 		p = strchr(h->header, ':');
strchr           2211 sapi/cli/php_cli_server.c 		p = strchr(host, ']');
strchr           2228 sapi/cli/php_cli_server.c 		p = strchr(host, ':');
strchr             73 sapi/fpm/fpm/fpm_env.c 		char *eq = strchr(*envp, '=');
strchr            373 sapi/fpm/fpm/fpm_main.c 			if ((s = strchr(SG(sapi_headers).http_status_line, ' '))) {
strchr            385 sapi/fpm/fpm/fpm_main.c 				(s = strchr(SG(sapi_headers).http_status_line, ' ')) != 0 &&
strchr            725 sapi/fpm/fpm/fpm_main.c 			while ((ptr = strchr(ptr, DEFAULT_SLASH)) != NULL) {
strchr           1099 sapi/fpm/fpm/fpm_main.c 			p = strchr(env_script_filename, '?');
strchr           1120 sapi/fpm/fpm/fpm_main.c 			p = strchr(env_script_filename, '?');
strchr           1654 sapi/fpm/fpm/fpm_main.c 				if ((val = strchr(php_optarg, '='))) {
strchr            238 sapi/fpm/fpm/fpm_sockets.c 	if (strchr(address, ':')) {
strchr            336 sapi/fpm/fpm/fpm_sockets.c 		char *comma = strchr(inherited, ',');
strchr            344 sapi/fpm/fpm/fpm_sockets.c 		eq = strchr(inherited, '=');
strchr            183 sapi/fpm/fpm/fpm_stdio.c 				nl = strchr(buf, '\n');
strchr             66 sapi/fpm/fpm/fpm_unix.c 		for (p=strchr(c->listen_acl_users, ',') ; p ; p=strchr(p+1, ',')) {
strchr             73 sapi/fpm/fpm/fpm_unix.c 		for (p=strchr(c->listen_acl_groups, ',') ; p ; p=strchr(p+1, ',')) {
strchr             95 sapi/fpm/fpm/fpm_unix.c 				if ((end = strchr(p, ','))) {
strchr            128 sapi/fpm/fpm/fpm_unix.c 				if ((end = strchr(p, ','))) {
strchr            288 sapi/litespeed/lsapi_main.c 		p = strchr(*env, '=');
strchr           1218 sapi/litespeed/lsapi_main.c             p = strchr( h->header, ':' );
strchr           2372 sapi/litespeed/lsapilib.c         pEnd = strchr( p, ']' );
strchr           2387 sapi/litespeed/lsapilib.c         pEnd = strchr( p, ':' );
strchr           1392 sapi/phpdbg/phpdbg.c 				if ((val = strchr(php_optarg, '='))) {
strchr            697 sapi/phpdbg/phpdbg_out.c 					if (alternate_form && (strchr(s, '.')) == NULL) {
strchr           1028 sapi/phpdbg/phpdbg_prompt.c 	if (strchr(*path, '/') != NULL || strchr(*path, DEFAULT_SLASH) != NULL) {
strchr            419 sapi/phpdbg/phpdbg_utils.c 	return strchr(key + 1, 0) + 1;
strchr             96 win32/fnmatch.c 					    strchr(string, '/') == NULL ?
strchr            101 win32/fnmatch.c 				if ((string = strchr(string, '/')) == NULL)
strchr            221 win32/registry.c 	p = strchr(path, ':');
strchr            235 win32/registry.c 			cwd = strchr(tmp_buf, ':');
strchr            993 win32/sendmail.c 	if( (tmpAddress1 = strchr(EmailAddress, '<')) && (tmpAddress2 = strchr(tmpAddress1, '>'))  ) {