PG                362 ext/com_dotnet/com_com.c 				if (PG(html_errors)) {
PG                202 ext/curl/interface.c 	if (PG(open_basedir) && *PG(open_basedir)) {
PG               2188 ext/curl/interface.c 				(PG(open_basedir) && *PG(open_basedir)) && (lval & CURLPROTO_FILE)) {
PG               2500 ext/curl/interface.c 			if (PG(open_basedir) && *PG(open_basedir)) {
PG                591 ext/enchant/enchant.c 	if ((PG(safe_mode) && (!php_checkuid(pwl, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(pwl)) {
PG                433 ext/filter/filter.c 			orig_array_ptr = &PG(http_globals)[t]; 	\
PG                540 ext/filter/filter.c 			if (PG(auto_globals_jit)) {
PG                546 ext/filter/filter.c 			if (PG(auto_globals_jit)) {
PG                549 ext/filter/filter.c 			array_ptr = !Z_ISUNDEF(IF_G(env_array)) ? &IF_G(env_array) : &PG(http_globals)[TRACK_VARS_ENV];
PG                353 ext/iconv/iconv.c 	} else if (PG(internal_encoding) && PG(internal_encoding)[0]) {
PG                354 ext/iconv/iconv.c 		return PG(internal_encoding);
PG                364 ext/iconv/iconv.c 	} else if (PG(input_encoding) && PG(input_encoding)[0]) {
PG                365 ext/iconv/iconv.c 		return PG(input_encoding);
PG                375 ext/iconv/iconv.c 	} else if (PG(output_encoding) && PG(output_encoding)[0]) {
PG                376 ext/iconv/iconv.c 		return PG(output_encoding);
PG               1112 ext/interbase/ibase_query.c 				if (PG(sql_safe_mode)) {
PG                905 ext/interbase/interbase.c 	if ((!len[DB] || PG(sql_safe_mode)) && (c = INI_STR("ibase.default_db"))) {
PG                708 ext/libxml/libxml.c 	if (xmlGenericError == php_libxml_error_handler && PG(modules_activated)) {
PG                 80 ext/mbstring/mb_gpc.c 					ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &v_array);
PG                 83 ext/mbstring/mb_gpc.c 					ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &v_array);
PG                 86 ext/mbstring/mb_gpc.c 					ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &v_array);
PG                129 ext/mbstring/mb_gpc.c 			separator = (char *) estrdup(PG(arg_separator).input);
PG                256 ext/mbstring/mb_gpc.c 	if (n > (PG(max_input_vars) * 2)) {
PG                257 ext/mbstring/mb_gpc.c 		php_error_docref(NULL, E_WARNING, "Input variables exceeded %pd. To increase the limit change max_input_vars in php.ini.", PG(max_input_vars));
PG                600 ext/mbstring/mbstring.c 	if (PG(internal_encoding) && PG(internal_encoding)[0]) {
PG                601 ext/mbstring/mbstring.c 		return PG(internal_encoding);
PG                609 ext/mbstring/mbstring.c 	if (PG(input_encoding) && PG(input_encoding)[0]) {
PG                610 ext/mbstring/mbstring.c 		return PG(input_encoding);
PG                618 ext/mbstring/mbstring.c 	if (PG(output_encoding) && PG(output_encoding)[0]) {
PG                619 ext/mbstring/mbstring.c 		return PG(output_encoding);
PG               2088 ext/mbstring/mbstring.c 	info.separator              = PG(arg_separator).input;
PG               1781 ext/mysqli/mysqli_api.c 	if ((PG(open_basedir) && PG(open_basedir)[0] != '\0') || PG(safe_mode)) {
PG               1783 ext/mysqli/mysqli_api.c 	if (PG(open_basedir) && PG(open_basedir)[0] != '\0') {
PG                122 ext/mysqli/mysqli_nonapi.c 		if (PG(open_basedir) && PG(open_basedir)[0] != '\0') {
PG                 45 ext/mysqlnd/mysqlnd_loaddata.c 	if (PG(open_basedir)) {
PG               1447 ext/oci8/oci8.c 		(PG(connection_status) & PHP_CONNECTION_TIMEOUT) ||
PG               1844 ext/oci8/oci8.c 			if (PG(safe_mode)) {
PG                976 ext/oci8/oci8_interface.c 	if (PG(safe_mode) && (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) {
PG               1990 ext/oci8/oci8_interface.c 	if (PG(safe_mode)) {
PG                723 ext/oci8/oci8_lob.c 	if ((PG(safe_mode) && (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(filename)) {
PG                570 ext/odbc/php_odbc.c 		if (PG(html_errors)) {
PG                486 ext/opcache/Optimizer/pass1_5.c 						if (!PG(enable_dl)) {
PG               1524 ext/opcache/ZendAccelerator.c 	if (PG(auto_globals_jit)) {
PG                634 ext/pdo_mysql/mysql_driver.c 		if ((PG(open_basedir) && PG(open_basedir)[0] != '\0') || PG(safe_mode))
PG                636 ext/pdo_mysql/mysql_driver.c 		if (PG(open_basedir) && PG(open_basedir)[0] != '\0')
PG                814 ext/pdo_sqlite/sqlite_driver.c 	if (PG(open_basedir) && *PG(open_basedir)) {
PG               1330 ext/phar/phar.c 	if (PG(safe_mode) && (!php_checkuid(fname, NULL, CHECKUID_ALLOW_ONLY_FILE))) {
PG               1494 ext/phar/phar.c 	if (PG(safe_mode) && (!php_checkuid(fname, NULL, CHECKUID_ALLOW_ONLY_FILE))) {
PG               2301 ext/phar/phar.c 	if (PG(safe_mode) && (!php_checkuid(fname, NULL, CHECKUID_ALLOW_ONLY_FILE))) {
PG                 69 ext/phar/phar_object.c 	if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_UNDEF) {
PG                 73 ext/phar/phar_object.c 	_SERVER = Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]);
PG                596 ext/phar/phar_object.c 		if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) != IS_UNDEF) {
PG                597 ext/phar/phar_object.c 			HashTable *_server = Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]);
PG               1592 ext/phar/phar_object.c 	if (PG(safe_mode) && (!php_checkuid(fname, NULL, CHECKUID_ALLOW_ONLY_FILE))) {
PG               3804 ext/phar/phar_object.c 	if (PG(safe_mode) && (!php_checkuid(fname, NULL, CHECKUID_ALLOW_ONLY_FILE))) {
PG               4057 ext/phar/phar_object.c 	(PG(safe_mode) && (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(filename)
PG                203 ext/phar/util.c 	if (PG(safe_mode) && !is_phar && (!php_checkuid(entry.tmp, NULL, CHECKUID_CHECK_FILE_AND_DIR))) {
PG                319 ext/phar/util.c 	spprintf(&path, MAXPATHLEN, "phar://%s/%s%c%s", arch, PHAR_G(cwd), DEFAULT_DIR_SEPARATOR, PG(include_path));
PG                592 ext/readline/readline_cli.c 	if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) {
PG                596 ext/readline/readline_cli.c 		prepend_file.filename = PG(auto_prepend_file);
PG                189 ext/session/mod_files.c 		if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(buf)) {
PG                627 ext/session/session.c 	if (PG(modules_activated) && !tmp) {
PG                657 ext/session/session.c 	if (PG(modules_activated) && !tmp) {
PG                713 ext/session/session.c 		if (PG(open_basedir) && *p && php_check_open_basedir(p)) {
PG               1615 ext/session/session.c 			(data = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "REQUEST_URI", sizeof("REQUEST_URI") - 1)) &&
PG               1631 ext/session/session.c 			!Z_ISUNDEF(PG(http_globals)[TRACK_VARS_SERVER]) &&
PG               1632 ext/session/session.c 			(data = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_REFERER", sizeof("HTTP_REFERER") - 1)) &&
PG               2813 ext/session/session.c 	if (Z_ISUNDEF(PG(http_globals)[where])) {
PG               2817 ext/session/session.c 	if ((ppid = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[where]), PS(session_name), progress->sname_len))
PG                462 ext/soap/php_http.c 	old_allow_url_fopen = PG(allow_url_fopen);
PG                463 ext/soap/php_http.c 	PG(allow_url_fopen) = 1;
PG                470 ext/soap/php_http.c 		PG(allow_url_fopen) = old_allow_url_fopen;
PG                523 ext/soap/php_http.c 			PG(allow_url_fopen) = old_allow_url_fopen;
PG                528 ext/soap/php_http.c 	PG(allow_url_fopen) = old_allow_url_fopen;
PG                 90 ext/soap/php_xml.c 	old_allow_url_fopen = PG(allow_url_fopen);
PG                 91 ext/soap/php_xml.c 	PG(allow_url_fopen) = 1;
PG                 93 ext/soap/php_xml.c 	PG(allow_url_fopen) = old_allow_url_fopen;
PG                512 ext/soap/soap.c 		if (PG(open_basedir) && *p && php_check_open_basedir(p)) {
PG               2082 ext/soap/soap.c 	if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) &&
PG               2083 ext/soap/soap.c 		(agent_name = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_USER_AGENT", sizeof("HTTP_USER_AGENT")-1)) != NULL &&
PG               2138 ext/soap/soap.c 	if (!PG(modules_activated) || !SOAP_GLOBAL(use_soap_error_handler) || !EG(objects_store).object_buckets) {
PG               2167 ext/soap/soap.c 			int old = PG(display_errors);
PG               2190 ext/soap/soap.c 			PG(display_errors) = 0;
PG               2204 ext/soap/soap.c 			PG(display_errors) = old;
PG               2213 ext/soap/soap.c 		int old = PG(display_errors);
PG               2270 ext/soap/soap.c 		PG(display_errors) = 0;
PG               2283 ext/soap/soap.c 		PG(display_errors) = old;
PG                128 ext/sqlite3/sqlite3.c 		if (PG(safe_mode) && (!php_checkuid(fullpath, NULL, CHECKUID_CHECK_FILE_AND_DIR))) {
PG                168 ext/sqlite3/sqlite3.c 	if (PG(safe_mode) || (PG(open_basedir) && *PG(open_basedir))) {
PG                170 ext/sqlite3/sqlite3.c 	if (PG(open_basedir) && *PG(open_basedir)) {
PG               1986 ext/sqlite3/sqlite3.c 				if (PG(safe_mode) && (!php_checkuid(arg3, NULL, CHECKUID_CHECK_FILE_AND_DIR))) {
PG               4269 ext/standard/basic_functions.c 	if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) &&
PG               4270 ext/standard/basic_functions.c 		((args = zend_hash_str_find_ind(Z_ARRVAL_P(&PG(http_globals)[TRACK_VARS_SERVER]), "argv", sizeof("argv")-1)) != NULL ||
PG               4727 ext/standard/basic_functions.c 	if (PG(last_error_message)) {
PG               4729 ext/standard/basic_functions.c 		add_assoc_long_ex(return_value, "type", sizeof("type")-1, PG(last_error_type));
PG               4730 ext/standard/basic_functions.c 		add_assoc_string_ex(return_value, "message", sizeof("message")-1, PG(last_error_message));
PG               4731 ext/standard/basic_functions.c 		add_assoc_string_ex(return_value, "file", sizeof("file")-1, PG(last_error_file)?PG(last_error_file):"-");
PG               4732 ext/standard/basic_functions.c 		add_assoc_long_ex(return_value, "line", sizeof("line")-1, PG(last_error_lineno));
PG               4745 ext/standard/basic_functions.c 	if (PG(last_error_message)) {
PG               4746 ext/standard/basic_functions.c 		PG(last_error_type) = 0;
PG               4747 ext/standard/basic_functions.c 		PG(last_error_lineno) = 0;
PG               4749 ext/standard/basic_functions.c 		free(PG(last_error_message));
PG               4750 ext/standard/basic_functions.c 		PG(last_error_message) = NULL;
PG               4752 ext/standard/basic_functions.c 		if (PG(last_error_file)) {
PG               4753 ext/standard/basic_functions.c 			free(PG(last_error_file));
PG               4754 ext/standard/basic_functions.c 			PG(last_error_file) = NULL;
PG               5374 ext/standard/basic_functions.c 	if (PG(open_basedir)) {
PG               5504 ext/standard/basic_functions.c 	RETURN_LONG(PG(connection_status) & PHP_CONNECTION_ABORTED);
PG               5512 ext/standard/basic_functions.c 	RETURN_LONG(PG(connection_status));
PG               5527 ext/standard/basic_functions.c 	old_setting = PG(ignore_user_abort);
PG                460 ext/standard/browscap.c 		if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) && 
PG                461 ext/standard/browscap.c 			(http_user_agent = zend_hash_str_find(Z_ARRVAL_P(&PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_USER_AGENT", sizeof("HTTP_USER_AGENT")-1)) == NULL
PG                507 ext/standard/dir.c 		if (PG(open_basedir) && *PG(open_basedir)) {
PG                519 ext/standard/dir.c 		if (PG(open_basedir) && *PG(open_basedir)) {
PG                 63 ext/standard/dl.c 	if (!PG(enable_dl)) {
PG                102 ext/standard/dl.c 		extension_dir = PG(extension_dir);
PG                 90 ext/standard/html.c 	if (PG(internal_encoding) && PG(internal_encoding)[0]) {
PG                 91 ext/standard/html.c 		return PG(internal_encoding);
PG                319 ext/standard/mail.c 	if (PG(mail_x_header)) {
PG                226 ext/standard/php_fopen_wrapper.c 		if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) {
PG                237 ext/standard/php_fopen_wrapper.c 			input->body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_tmp_dir));
PG                245 ext/standard/php_fopen_wrapper.c 		if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) {
PG                311 ext/standard/php_fopen_wrapper.c 		if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) {
PG                219 ext/standard/url_scanner_ex.c 		append_modified_url(&ctx->val, &ctx->result, &ctx->url_app, PG(arg_separator).output);
PG                892 ext/standard/url_scanner_ex.c 	append_modified_url(&surl, &buf, &url_app, PG(arg_separator).output);
PG               1000 ext/standard/url_scanner_ex.c 		smart_str_appends(&BG(url_adapt_state_ex).url_app, PG(arg_separator).output);
PG                461 ext/standard/var.c 			tmp_len = spprintf(&tmp_str, 0,"%.*H", PG(serialize_precision), Z_DVAL_P(struc));
PG                824 ext/standard/var.c 				s = (char *) safe_emalloc(PG(serialize_precision), 1, MAX_LENGTH_OF_DOUBLE + 1);
PG                825 ext/standard/var.c 				php_gcvt(Z_DVAL_P(struc), (int)PG(serialize_precision), '.', 'E', s);
PG                725 ext/standard/var_unserializer.c 		if ((PG(unserialize_callback_func) == NULL) || (PG(unserialize_callback_func)[0] == '\0')) {
PG                732 ext/standard/var_unserializer.c 		ZVAL_STRING(&user_func, PG(unserialize_callback_func));
PG                 52 ext/zip/php_zip.h 	(PG(safe_mode) && (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(filename)
PG                109 ext/zlib/zlib.c 		if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) &&
PG                110 ext/zlib/zlib.c 			(enc = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_ACCEPT_ENCODING", sizeof("HTTP_ACCEPT_ENCODING") - 1))) {
PG                271 main/SAPI.c    	SG(request_info).request_body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_tmp_dir));
PG                469 main/SAPI.c    		if (PG(enable_post_data_reading)
PG                287 main/fopen_wrappers.c 	if (PG(open_basedir) && *PG(open_basedir)) {
PG                300 main/fopen_wrappers.c 		pathbuf = estrdup(PG(open_basedir));
PG                319 main/fopen_wrappers.c 			php_error_docref(NULL, E_WARNING, "open_basedir restriction in effect. File(%s) is not within the allowed path(s): (%s)", path, PG(open_basedir));
PG                365 main/fopen_wrappers.c 	if (PG(user_dir) && *PG(user_dir) && path_info && '/' == path_info[0] && '~' == path_info[1]) {
PG                397 main/fopen_wrappers.c 				spprintf(&filename, 0, "%s%c%s%c%s", pw->pw_dir, PHP_DIR_SEPARATOR, PG(user_dir), PHP_DIR_SEPARATOR, s + 1); /* Safe */
PG                407 main/fopen_wrappers.c 	if (PG(doc_root) && path_info && (length = (int)strlen(PG(doc_root))) &&
PG                408 main/fopen_wrappers.c 		IS_ABSOLUTE_PATH(PG(doc_root), length)) {
PG                412 main/fopen_wrappers.c 			memcpy(filename, PG(doc_root), length);
PG                448 main/fopen_wrappers.c 	orig_display_errors = PG(display_errors);
PG                449 main/fopen_wrappers.c 	PG(display_errors) = 0;
PG                451 main/fopen_wrappers.c 		PG(display_errors) = orig_display_errors;
PG                463 main/fopen_wrappers.c 	PG(display_errors) = orig_display_errors;
PG                 40 main/fopen_wrappers.h 	(PG(safe_mode) && (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(filename)
PG                148 main/main.c    		PG(memory_limit) = zend_atol(ZSTR_VAL(new_value), (int)ZSTR_LEN(new_value));
PG                150 main/main.c    		PG(memory_limit) = 1<<30;		/* effectively, no limit */
PG                152 main/main.c    	return zend_set_memory_limit(PG(memory_limit));
PG                167 main/main.c    	e = PG(disable_functions) = strdup(INI_STR("disable_functions"));
PG                205 main/main.c    	e = PG(disable_classes) = strdup(INI_STR("disable_classes"));
PG                240 main/main.c    		PG(php_binary) = NULL;
PG                279 main/main.c    	PG(php_binary) = binary_location;
PG                334 main/main.c    	PG(display_errors) = (zend_bool) php_get_display_errors_mode(ZSTR_VAL(new_value), (int)ZSTR_LEN(new_value));
PG                426 main/main.c    		if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) {
PG                441 main/main.c    		if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) {
PG                617 main/main.c    	if (PG(in_error_log)) {
PG                621 main/main.c    	PG(in_error_log) = 1;
PG                624 main/main.c    	if (PG(error_log) != NULL) {
PG                626 main/main.c    		if (!strcmp(PG(error_log), "syslog")) {
PG                628 main/main.c    			PG(in_error_log) = 0;
PG                632 main/main.c    		fd = VCWD_OPEN_MODE(PG(error_log), O_CREAT | O_APPEND | O_WRONLY, 0644);
PG                659 main/main.c    			PG(in_error_log) = 0;
PG                669 main/main.c    	PG(in_error_log) = 0;
PG                724 main/main.c    	if (PG(html_errors)) {
PG                794 main/main.c    	if (PG(html_errors)) {
PG                827 main/main.c    	if (docref && is_function && PG(html_errors) && strlen(PG(docref_root))) {
PG                833 main/main.c    			docref_root = PG(docref_root);
PG                850 main/main.c    			if (PG(docref_ext) && strlen(PG(docref_ext))) {
PG                851 main/main.c    				spprintf(&docref_buf, 0, "%s%s", ref, PG(docref_ext));
PG                857 main/main.c    		if (PG(html_errors)) {
PG                877 main/main.c    	if (PG(track_errors) && module_initialized && EG(valid_symbol_table) &&
PG                978 main/main.c    	buffer_len = (int)vspprintf(&buffer, PG(log_errors_max_len), format, args);
PG                981 main/main.c    	if (PG(ignore_repeated_errors) && PG(last_error_message)) {
PG                984 main/main.c    		if (strcmp(PG(last_error_message), buffer)
PG                985 main/main.c    			|| (!PG(ignore_repeated_source)
PG                986 main/main.c    				&& ((PG(last_error_lineno) != (int)error_lineno)
PG                987 main/main.c    					|| strcmp(PG(last_error_file), error_filename)))) {
PG                998 main/main.c    		if (PG(last_error_message)) {
PG                999 main/main.c    			char *s = PG(last_error_message);
PG               1000 main/main.c    			PG(last_error_message) = NULL;
PG               1003 main/main.c    		if (PG(last_error_file)) {
PG               1004 main/main.c    			char *s = PG(last_error_file);
PG               1005 main/main.c    			PG(last_error_file) = NULL;
PG               1011 main/main.c    		PG(last_error_type) = type;
PG               1012 main/main.c    		PG(last_error_message) = strdup(buffer);
PG               1013 main/main.c    		PG(last_error_file) = strdup(error_filename);
PG               1014 main/main.c    		PG(last_error_lineno) = error_lineno;
PG               1050 main/main.c    		&& (PG(log_errors) || PG(display_errors) || (!module_initialized))) {
PG               1088 main/main.c    		if (!module_initialized || PG(log_errors)) {
PG               1100 main/main.c    		if (PG(display_errors) && ((module_initialized && !PG(during_request_startup)) || (PG(display_startup_errors)))) {
PG               1101 main/main.c    			if (PG(xmlrpc_errors)) {
PG               1102 main/main.c    				php_printf("<?xml version=\"1.0\"?><methodResponse><fault><value><struct><member><name>faultCode</name><value><int>%pd</int></value></member><member><name>faultString</name><value><string>%s:%s in %s on line %d</string></value></member></struct></value></fault></methodResponse>", PG(xmlrpc_error_number), error_type_str, buffer, error_filename, error_lineno);
PG               1107 main/main.c    				if (PG(html_errors)) {
PG               1118 main/main.c    						PG(display_errors) == PHP_DISPLAY_ERRORS_STDERR
PG               1133 main/main.c    		if (PG(report_zend_debug)) {
PG               1167 main/main.c    				if (!PG(display_errors) &&
PG               1182 main/main.c    					zend_set_memory_limit(PG(memory_limit));
PG               1198 main/main.c    	if (PG(track_errors) && module_initialized && EG(valid_symbol_table)) {
PG               1390 main/main.c    	return php_resolve_path(filename, filename_len, PG(include_path));
PG               1406 main/main.c    	if (PG(last_error_message)) {
PG               1407 main/main.c    		free(PG(last_error_message));
PG               1408 main/main.c    		PG(last_error_message) = NULL;
PG               1410 main/main.c    	if (PG(last_error_file)) {
PG               1411 main/main.c    		free(PG(last_error_file));
PG               1412 main/main.c    		PG(last_error_file) = NULL;
PG               1414 main/main.c    	if (PG(php_sys_temp_dir)) {
PG               1415 main/main.c    		efree(PG(php_sys_temp_dir));
PG               1416 main/main.c    		PG(php_sys_temp_dir) = NULL;
PG               1427 main/main.c    			php_error_docref("function.include", E_WARNING, "Failed opening '%s' for inclusion (include_path='%s')", php_strip_url_passwd((char *) data), STR_PRINT(PG(include_path)));
PG               1430 main/main.c    			php_error_docref("function.require", E_COMPILE_ERROR, "Failed opening required '%s' (include_path='%s')", php_strip_url_passwd((char *) data), STR_PRINT(PG(include_path)));
PG               1507 main/main.c    	PG(connection_status) |= PHP_CONNECTION_TIMEOUT;
PG               1509 main/main.c    	if(PG(exit_on_timeout)) sapi_terminate_process();
PG               1535 main/main.c    			PG(during_request_startup) = 1;
PG               1538 main/main.c    			PG(modules_activated) = 0;
PG               1539 main/main.c    			PG(header_is_being_sent) = 0;
PG               1540 main/main.c    			PG(connection_status) = PHP_CONNECTION_NORMAL;
PG               1545 main/main.c    			PG(modules_activated)=1;
PG               1572 main/main.c    	PG(com_initialized) = 0;
PG               1580 main/main.c    		PG(in_error_log) = 0;
PG               1581 main/main.c    		PG(during_request_startup) = 1;
PG               1586 main/main.c    		PG(modules_activated) = 0;
PG               1587 main/main.c    		PG(header_is_being_sent) = 0;
PG               1588 main/main.c    		PG(connection_status) = PHP_CONNECTION_NORMAL;
PG               1589 main/main.c    		PG(in_user_include) = 0;
PG               1598 main/main.c    		if (PG(max_input_time) == -1) {
PG               1601 main/main.c    			zend_set_timeout(PG(max_input_time), 1);
PG               1605 main/main.c    		if (PG(open_basedir) && *PG(open_basedir)) {
PG               1609 main/main.c    		if (PG(expose_php)) {
PG               1613 main/main.c    		if (PG(output_handler) && PG(output_handler)[0]) {
PG               1616 main/main.c    			ZVAL_STRING(&oh, PG(output_handler));
PG               1619 main/main.c    		} else if (PG(output_buffering)) {
PG               1620 main/main.c    			php_output_start_user(NULL, PG(output_buffering) > 1 ? PG(output_buffering) : 0, PHP_OUTPUT_HANDLER_STDFLAGS);
PG               1621 main/main.c    		} else if (PG(implicit_flush)) {
PG               1630 main/main.c    		PG(modules_activated)=1;
PG               1657 main/main.c    		PG(during_request_startup) = 1;
PG               1658 main/main.c    		if (PG(expose_php)) {
PG               1709 main/main.c    	if (PG(modules_activated)) zend_try {
PG               1713 main/main.c    	if (PG(modules_activated)) {
PG               1726 main/main.c    			zval_ptr_dtor(&PG(http_globals)[i]);
PG               1761 main/main.c    	report_memleaks = PG(report_memleaks);
PG               1771 main/main.c    	if (PG(modules_activated)) zend_try {
PG               1784 main/main.c    		if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR &&
PG               1785 main/main.c    			(size_t)PG(memory_limit) < zend_memory_usage(1)
PG               1803 main/main.c    	if (PG(modules_activated)) {
PG               1818 main/main.c    			zval_ptr_dtor(&PG(http_globals)[i]);
PG               1858 main/main.c    	if (PG(com_initialized)) {
PG               1860 main/main.c    		PG(com_initialized) = 0;
PG               1875 main/main.c    	if (!PG(com_initialized)) {
PG               1877 main/main.c    			PG(com_initialized) = 1;
PG               1984 main/main.c    			if(PG(windows_show_crt_warning)) {
PG               2151 main/main.c    	if (PG(php_binary)) {
PG               2152 main/main.c    		REGISTER_MAIN_STRINGL_CONSTANT("PHP_BINARY", PG(php_binary), strlen(PG(php_binary)), CONST_PERSISTENT | CONST_CS);
PG               2174 main/main.c    	if (PG(open_basedir) && *PG(open_basedir)) {
PG               2421 main/main.c    		PG(during_request_startup) = 0;
PG               2447 main/main.c    		if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) {
PG               2448 main/main.c    			prepend_file.filename = PG(auto_prepend_file);
PG               2457 main/main.c    		if (PG(auto_append_file) && PG(auto_append_file)[0]) {
PG               2458 main/main.c    			append_file.filename = PG(auto_append_file);
PG               2466 main/main.c    		if (PG(max_input_time) != -1) {
PG               2531 main/main.c    		PG(during_request_startup) = 0;
PG               2554 main/main.c    	PG(connection_status) = PHP_CONNECTION_ABORTED;
PG               2557 main/main.c    	if (!PG(ignore_user_abort)) {
PG                399 main/php_ini.c 	open_basedir = PG(open_basedir);
PG                487 main/php_ini.c 		if (PG(php_binary)) {
PG                490 main/php_ini.c 			binary_location = estrdup(PG(php_binary));
PG                534 main/php_ini.c 	PG(open_basedir) = NULL;
PG                586 main/php_ini.c 	PG(open_basedir) = open_basedir;
PG                180 main/php_open_temporary_file.c 	if (PG(php_sys_temp_dir)) {
PG                181 main/php_open_temporary_file.c 		return PG(php_sys_temp_dir);
PG                186 main/php_open_temporary_file.c 		char *sys_temp_dir = PG(sys_temp_dir);
PG                190 main/php_open_temporary_file.c 				PG(php_sys_temp_dir) = estrndup(sys_temp_dir, len - 1);
PG                191 main/php_open_temporary_file.c 				return PG(php_sys_temp_dir);
PG                193 main/php_open_temporary_file.c 				PG(php_sys_temp_dir) = estrndup(sys_temp_dir, len);
PG                194 main/php_open_temporary_file.c 				return PG(php_sys_temp_dir);
PG                210 main/php_open_temporary_file.c 			PG(php_sys_temp_dir) = estrndup(sTemp, len - 1);
PG                212 main/php_open_temporary_file.c 			PG(php_sys_temp_dir) = estrndup(sTemp, len);
PG                214 main/php_open_temporary_file.c 		return PG(php_sys_temp_dir);
PG                224 main/php_open_temporary_file.c 				PG(php_sys_temp_dir) = estrndup(s, len - 1);
PG                226 main/php_open_temporary_file.c 				PG(php_sys_temp_dir) = estrndup(s, len);
PG                229 main/php_open_temporary_file.c 			return PG(php_sys_temp_dir);
PG                235 main/php_open_temporary_file.c 		PG(php_sys_temp_dir) = estrdup(P_tmpdir);
PG                236 main/php_open_temporary_file.c 		return PG(php_sys_temp_dir);
PG                240 main/php_open_temporary_file.c 	PG(php_sys_temp_dir) = estrdup("/tmp");
PG                241 main/php_open_temporary_file.c 	return PG(php_sys_temp_dir);
PG                 32 main/php_ticks.c 	zend_llist_init(&PG(tick_functions), sizeof(struct st_tick_function), NULL, 1);
PG                 38 main/php_ticks.c 	zend_llist_clean(&PG(tick_functions));
PG                 43 main/php_ticks.c 	zend_llist_destroy(&PG(tick_functions));
PG                 56 main/php_ticks.c 	zend_llist_add_element(&PG(tick_functions), (void *)&tmp);
PG                 62 main/php_ticks.c 	zend_llist_del_element(&PG(tick_functions), (void *)&tmp, (int(*)(void*, void*))php_compare_tick_functions);
PG                 73 main/php_ticks.c 	zend_llist_apply_with_argument(&PG(tick_functions), (llist_apply_with_arg_func_t) php_tick_iterator, &count);
PG                130 main/php_variables.c 			if(++nest_level > PG(max_input_nesting_level)) {
PG                143 main/php_variables.c 				if (!PG(display_errors)) {
PG                144 main/php_variables.c 					php_error_docref(NULL, E_WARNING, "Input variable nesting level exceeded " ZEND_LONG_FMT ". To increase the limit change max_input_nesting_level in php.ini.", PG(max_input_nesting_level));
PG                225 main/php_variables.c 			if (Z_TYPE(PG(http_globals)[TRACK_VARS_COOKIE]) != IS_UNDEF &&
PG                226 main/php_variables.c 				symtable1 == Z_ARRVAL(PG(http_globals)[TRACK_VARS_COOKIE]) &&
PG                294 main/php_variables.c 	uint64_t max_vars = PG(max_input_vars);
PG                378 main/php_variables.c 					zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_POST]);
PG                379 main/php_variables.c 					ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &array);
PG                382 main/php_variables.c 					zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]);
PG                383 main/php_variables.c 					ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &array);
PG                386 main/php_variables.c 					zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_COOKIE]);
PG                387 main/php_variables.c 					ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &array);
PG                429 main/php_variables.c 			separator = (char *) estrdup(PG(arg_separator).input);
PG                451 main/php_variables.c 		if (++count > PG(max_input_vars)) {
PG                452 main/php_variables.c 			php_error_docref(NULL, E_WARNING, "Input variables exceeded " ZEND_LONG_FMT ". To increase the limit change max_input_vars in php.ini.", PG(max_input_vars));
PG                597 main/php_variables.c 	zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_SERVER]);
PG                598 main/php_variables.c 	array_init(&PG(http_globals)[TRACK_VARS_SERVER]);
PG                602 main/php_variables.c 		sapi_module.register_server_variables(&PG(http_globals)[TRACK_VARS_SERVER]);
PG                607 main/php_variables.c 		php_register_variable("PHP_AUTH_USER", SG(request_info).auth_user, &PG(http_globals)[TRACK_VARS_SERVER]);
PG                610 main/php_variables.c 		php_register_variable("PHP_AUTH_PW", SG(request_info).auth_password, &PG(http_globals)[TRACK_VARS_SERVER]);
PG                613 main/php_variables.c 		php_register_variable("PHP_AUTH_DIGEST", SG(request_info).auth_digest, &PG(http_globals)[TRACK_VARS_SERVER]);
PG                618 main/php_variables.c 	php_register_variable_ex("REQUEST_TIME_FLOAT", &request_time_float, &PG(http_globals)[TRACK_VARS_SERVER]);
PG                620 main/php_variables.c 	php_register_variable_ex("REQUEST_TIME", &request_time_long, &PG(http_globals)[TRACK_VARS_SERVER]);
PG                663 main/php_variables.c 	memset(PG(http_globals), 0, sizeof(PG(http_globals)));
PG                665 main/php_variables.c 	if (PG(register_argc_argv)) {
PG                666 main/php_variables.c 		php_build_argv(SG(request_info).query_string, &PG(http_globals)[TRACK_VARS_SERVER]);
PG                674 main/php_variables.c 	if (PG(variables_order) && (strchr(PG(variables_order),'G') || strchr(PG(variables_order),'g'))) {
PG                677 main/php_variables.c 		zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]);
PG                678 main/php_variables.c 		array_init(&PG(http_globals)[TRACK_VARS_GET]);
PG                681 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_GET]);
PG                682 main/php_variables.c 	Z_ADDREF(PG(http_globals)[TRACK_VARS_GET]);
PG                689 main/php_variables.c 	if (PG(variables_order) &&
PG                690 main/php_variables.c 			(strchr(PG(variables_order),'P') || strchr(PG(variables_order),'p')) &&
PG                696 main/php_variables.c 		zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_POST]);
PG                697 main/php_variables.c 		array_init(&PG(http_globals)[TRACK_VARS_POST]);
PG                700 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_POST]);
PG                701 main/php_variables.c 	Z_ADDREF(PG(http_globals)[TRACK_VARS_POST]);
PG                708 main/php_variables.c 	if (PG(variables_order) && (strchr(PG(variables_order),'C') || strchr(PG(variables_order),'c'))) {
PG                711 main/php_variables.c 		zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_COOKIE]);
PG                712 main/php_variables.c 		array_init(&PG(http_globals)[TRACK_VARS_COOKIE]);
PG                715 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_COOKIE]);
PG                716 main/php_variables.c 	Z_ADDREF(PG(http_globals)[TRACK_VARS_COOKIE]);
PG                723 main/php_variables.c 	if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) == IS_UNDEF) {
PG                724 main/php_variables.c 		array_init(&PG(http_globals)[TRACK_VARS_FILES]);
PG                727 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_FILES]);
PG                728 main/php_variables.c 	Z_ADDREF(PG(http_globals)[TRACK_VARS_FILES]);
PG                735 main/php_variables.c 	if (PG(variables_order) && (strchr(PG(variables_order),'S') || strchr(PG(variables_order),'s'))) {
PG                738 main/php_variables.c 		if (PG(register_argc_argv)) {
PG                745 main/php_variables.c 					zend_hash_str_update(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "argv", sizeof("argv")-1, argv);
PG                746 main/php_variables.c 					zend_hash_str_update(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "argc", sizeof("argc")-1, argc);
PG                749 main/php_variables.c 				php_build_argv(SG(request_info).query_string, &PG(http_globals)[TRACK_VARS_SERVER]);
PG                754 main/php_variables.c 		zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_SERVER]);
PG                755 main/php_variables.c 		array_init(&PG(http_globals)[TRACK_VARS_SERVER]);
PG                758 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_SERVER]);
PG                759 main/php_variables.c 	Z_ADDREF(PG(http_globals)[TRACK_VARS_SERVER]);
PG                766 main/php_variables.c 	zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_ENV]);
PG                767 main/php_variables.c 	array_init(&PG(http_globals)[TRACK_VARS_ENV]);
PG                769 main/php_variables.c 	if (PG(variables_order) && (strchr(PG(variables_order),'E') || strchr(PG(variables_order),'e'))) {
PG                770 main/php_variables.c 		php_import_environment_variables(&PG(http_globals)[TRACK_VARS_ENV]);
PG                773 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_ENV]);
PG                774 main/php_variables.c 	Z_ADDREF(PG(http_globals)[TRACK_VARS_ENV]);
PG                787 main/php_variables.c 	if (PG(request_order) != NULL) {
PG                788 main/php_variables.c 		p = PG(request_order);
PG                790 main/php_variables.c 		p = PG(variables_order);
PG                798 main/php_variables.c 					php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_GET]));
PG                805 main/php_variables.c 					php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_POST]));
PG                812 main/php_variables.c 					php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_COOKIE]));
PG                828 main/php_variables.c 	zend_register_auto_global(zend_string_init("_SERVER", sizeof("_SERVER")-1, 1), PG(auto_globals_jit), php_auto_globals_create_server);
PG                829 main/php_variables.c 	zend_register_auto_global(zend_string_init("_ENV", sizeof("_ENV")-1, 1), PG(auto_globals_jit), php_auto_globals_create_env);
PG                830 main/php_variables.c 	zend_register_auto_global(zend_string_init("_REQUEST", sizeof("_REQUEST")-1, 1), PG(auto_globals_jit), php_auto_globals_create_request);
PG                154 main/rfc1867.c 	zend_hash_str_add_empty_element(&PG(rfc1867_protected_variables), varname, strlen(varname));
PG                161 main/rfc1867.c 	return zend_hash_str_exists(&PG(rfc1867_protected_variables), varname, strlen(varname));
PG                770 main/rfc1867.c 	zend_hash_init(&PG(rfc1867_protected_variables), 8, NULL, NULL, 0);
PG                776 main/rfc1867.c 	if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) != IS_ARRAY) {
PG                778 main/rfc1867.c 		array_init(&PG(http_globals)[TRACK_VARS_FILES]);
PG                879 main/rfc1867.c 				if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, value_len, &new_val_len)) {
PG                898 main/rfc1867.c 					if (count == PG(max_input_vars) + 1) {
PG                899 main/rfc1867.c 						php_error_docref(NULL, E_WARNING, "Input variables exceeded " ZEND_LONG_FMT ". To increase the limit change max_input_vars in php.ini.", PG(max_input_vars));
PG                928 main/rfc1867.c 			if (!PG(file_uploads)) {
PG               1019 main/rfc1867.c 					fd = php_open_temporary_fd_ex(PG(upload_tmp_dir), "php", &temp_filename, 1);
PG               1044 main/rfc1867.c 				if (PG(upload_max_filesize) > 0 && (zend_long)(total_bytes+blen) > PG(upload_max_filesize)) {
PG               1046 main/rfc1867.c 					sapi_module.sapi_error(E_NOTICE, "upload_max_filesize of " ZEND_LONG_FMT " bytes exceeded - file [%s=%s] not saved", PG(upload_max_filesize), param, filename);
PG               1169 main/rfc1867.c 			register_http_post_files_variable(lbuf, s, &PG(http_globals)[TRACK_VARS_FILES], 0);
PG               1200 main/rfc1867.c 			register_http_post_files_variable(lbuf, cd, &PG(http_globals)[TRACK_VARS_FILES], 0);
PG               1238 main/rfc1867.c 				register_http_post_files_variable_ex(lbuf, &zfilename, &PG(http_globals)[TRACK_VARS_FILES], 1);
PG               1276 main/rfc1867.c 				register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0);
PG               1300 main/rfc1867.c 				register_http_post_files_variable_ex(lbuf, &file_size, &PG(http_globals)[TRACK_VARS_FILES], size_overflow);
PG               1317 main/rfc1867.c 	zend_hash_destroy(&PG(rfc1867_protected_variables));
PG                167 main/streams/streams.c 			if (PG(html_errors)) {
PG               1866 main/streams/streams.c 	    (!PG(allow_url_fopen) ||
PG               1868 main/streams/streams.c 	       PG(in_user_include)) && !PG(allow_url_include)))) {
PG               1872 main/streams/streams.c 			if (!PG(allow_url_fopen)) {
PG                349 main/streams/userspace.c 	old_in_user_include = PG(in_user_include);
PG                352 main/streams/userspace.c 		!PG(allow_url_include)) {
PG                353 main/streams/userspace.c 		PG(in_user_include) = 1;
PG                362 main/streams/userspace.c 		PG(in_user_include) = old_in_user_include;
PG                413 main/streams/userspace.c 	PG(in_user_include) = old_in_user_include;
PG                408 sapi/apache2handler/sapi_apache2.c 	if (PG(expose_php)) {
PG                605 sapi/cgi/cgi_main.c 	int filter_arg = (Z_ARR_P(array_ptr) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV]))?PARSE_ENV:PARSE_SERVER;
PG                615 sapi/cgi/cgi_main.c 	if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
PG                616 sapi/cgi/cgi_main.c 		Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) &&
PG                617 sapi/cgi/cgi_main.c 		zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_ENV])) > 0
PG                620 sapi/cgi/cgi_main.c 		ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_ENV]);
PG                622 sapi/cgi/cgi_main.c 	} else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
PG                623 sapi/cgi/cgi_main.c 		Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) &&
PG                624 sapi/cgi/cgi_main.c 		zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER])) > 0
PG                627 sapi/cgi/cgi_main.c 		ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_SERVER]);
PG                791 sapi/cgi/cgi_main.c 				php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
PG                796 sapi/cgi/cgi_main.c 			php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
PG                802 sapi/cgi/cgi_main.c 		entry->expires = request_time + PG(user_ini_cache_ttl);
PG                840 sapi/cgi/cgi_main.c 		(PG(user_ini_filename) && *PG(user_ini_filename))
PG                861 sapi/cgi/cgi_main.c 		if (PG(user_ini_filename) && *PG(user_ini_filename)) {
PG               1182 sapi/cgi/cgi_main.c 			if (!env_document_root && PG(doc_root)) {
PG               1183 sapi/cgi/cgi_main.c 				env_document_root = CGI_PUTENV("DOCUMENT_ROOT", PG(doc_root));
PG               2274 sapi/cgi/cgi_main.c 					size_t slen = strlen(PG(arg_separator).input);
PG               2290 sapi/cgi/cgi_main.c 							strlcat(s, PG(arg_separator).input, len);
PG               2456 sapi/cgi/cgi_main.c 					PG(during_request_startup) = 0;
PG                964 sapi/cli/php_cli.c 		PG(during_request_startup) = 0;
PG               1084 sapi/cli/php_cli_server.c 	if (PG(last_error_message)) {
PG               1085 sapi/cli/php_cli_server.c 		switch (PG(last_error_type)) {
PG               1133 sapi/cli/php_cli_server.c 		spprintf(&error_buf, 0, " - %s in %s on line %d", PG(last_error_message), PG(last_error_file), PG(last_error_lineno));
PG               2031 sapi/cli/php_cli_server.c 	PG(during_request_startup) = 0;
PG                553 sapi/fpm/fpm/fpm_main.c 	int filter_arg = (Z_ARR_P(array_ptr) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV]))?PARSE_ENV:PARSE_SERVER;
PG                566 sapi/fpm/fpm/fpm_main.c 	if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
PG                567 sapi/fpm/fpm/fpm_main.c 		Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) &&
PG                568 sapi/fpm/fpm/fpm_main.c 		zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_ENV])) > 0
PG                571 sapi/fpm/fpm/fpm_main.c 		ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_ENV]);
PG                573 sapi/fpm/fpm/fpm_main.c 	} else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
PG                574 sapi/fpm/fpm/fpm_main.c 		Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) &&
PG                575 sapi/fpm/fpm/fpm_main.c 		zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER])) > 0
PG                578 sapi/fpm/fpm/fpm_main.c 		ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_SERVER]);
PG                727 sapi/fpm/fpm/fpm_main.c 				php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
PG                732 sapi/fpm/fpm/fpm_main.c 			php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
PG                735 sapi/fpm/fpm/fpm_main.c 		entry->expires = request_time + PG(user_ini_cache_ttl);
PG                768 sapi/fpm/fpm/fpm_main.c 		(PG(user_ini_filename) && *PG(user_ini_filename))
PG                789 sapi/fpm/fpm/fpm_main.c 		if (PG(user_ini_filename) && *PG(user_ini_filename)) {
PG               1137 sapi/fpm/fpm/fpm_main.c 			if (!env_document_root && PG(doc_root)) {
PG               1138 sapi/fpm/fpm/fpm_main.c 				env_document_root = FCGI_PUTENV(request, "DOCUMENT_ROOT", PG(doc_root));
PG                 99 sapi/fpm/fpm/fpm_php.c 		PG(disable_functions) = v;
PG                106 sapi/fpm/fpm/fpm_php.c 		PG(disable_classes) = v;
PG                205 sapi/litespeed/lsapi_main.c 	int filter_arg = (Z_ARR_P((zval *)arg) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV]))
PG                208 sapi/litespeed/lsapi_main.c     int filter_arg = (arg == PG(http_globals)[TRACK_VARS_ENV])?PARSE_ENV:PARSE_SERVER;
PG                248 sapi/litespeed/lsapi_main.c     if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
PG                249 sapi/litespeed/lsapi_main.c         Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) &&
PG                250 sapi/litespeed/lsapi_main.c         zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_ENV])) > 0
PG                253 sapi/litespeed/lsapi_main.c         ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_ENV]);
PG                255 sapi/litespeed/lsapi_main.c     } else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
PG                256 sapi/litespeed/lsapi_main.c         Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) &&
PG                257 sapi/litespeed/lsapi_main.c         zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER])) > 0
PG                260 sapi/litespeed/lsapi_main.c         ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_SERVER]);
PG                264 sapi/litespeed/lsapi_main.c     if (PG(http_globals)[TRACK_VARS_ENV] &&
PG                265 sapi/litespeed/lsapi_main.c         array_ptr != PG(http_globals)[TRACK_VARS_ENV] &&
PG                266 sapi/litespeed/lsapi_main.c         Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
PG                267 sapi/litespeed/lsapi_main.c         zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0
PG                270 sapi/litespeed/lsapi_main.c         *array_ptr = *PG(http_globals)[TRACK_VARS_ENV];
PG                274 sapi/litespeed/lsapi_main.c     } else if (PG(http_globals)[TRACK_VARS_SERVER] &&
PG                275 sapi/litespeed/lsapi_main.c         array_ptr != PG(http_globals)[TRACK_VARS_SERVER] &&
PG                276 sapi/litespeed/lsapi_main.c         Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
PG                277 sapi/litespeed/lsapi_main.c         zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])) > 0
PG                280 sapi/litespeed/lsapi_main.c         *array_ptr = *PG(http_globals)[TRACK_VARS_SERVER];
PG                815 sapi/phpdbg/phpdbg.c 		switch (PG(last_error_type)) {
PG               1833 sapi/phpdbg/phpdbg.c 		PG(during_request_startup) = 0;
PG                 86 sapi/phpdbg/phpdbg_info.c 	if (PG(last_error_message)) {
PG                 88 sapi/phpdbg/phpdbg_info.c 			phpdbg_writeln("lasterror", "error=\"%s\" file=\"%s\" line=\"%d\"", "Last error: %s at %s line %d", PG(last_error_message), PG(last_error_file), PG(last_error_lineno));
PG               1034 sapi/phpdbg/phpdbg_out.c 					encoded = php_escape_html_entities((unsigned char *) msg, msglen, 0, ENT_NOQUOTES, PG(internal_encoding) && PG(internal_encoding)[0] ? PG(internal_encoding) : (SG(default_charset) ? SG(default_charset) : "UTF-8"));
PG                436 sapi/phpdbg/phpdbg_prompt.c 				php_build_argv(NULL, &PG(http_globals)[TRACK_VARS_SERVER]);
PG                729 sapi/phpdbg/phpdbg_prompt.c 			php_build_argv(NULL, &PG(http_globals)[TRACK_VARS_SERVER]);
PG                 48 sapi/phpdbg/phpdbg_rinit_hook.c 	zval cookies = PG(http_globals)[TRACK_VARS_COOKIE];
PG                 28 sapi/phpdbg/phpdbg_wait.c 	if (Z_TYPE(PG(http_globals)[type]) != IS_UNDEF) {
PG                 29 sapi/phpdbg/phpdbg_wait.c 		zval_dtor(&PG(http_globals)[type]);
PG                 33 sapi/phpdbg/phpdbg_wait.c 		PG(http_globals)[type] = *zvp;
PG                155 sapi/phpdbg/phpdbg_wait.c 		PG(auto_globals_jit) = 0;
PG                177 sapi/phpdbg/phpdbg_wait.c 		SG(request_info).request_body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_tmp_dir));
PG                 57 sapi/phpdbg/phpdbg_webdata_transfer.c 		stream = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_tmp_dir));