php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_php_core_globals Struct Reference

#include <php_globals.h>

Data Fields

zend_long output_buffering
 
bool implicit_flush
 
bool enable_dl
 
uint8_t display_errors
 
bool display_startup_errors
 
bool log_errors
 
bool ignore_repeated_errors
 
bool ignore_repeated_source
 
bool report_memleaks
 
char * output_handler
 
char * unserialize_callback_func
 
zend_long serialize_precision
 
zend_long memory_limit
 
zend_long max_input_time
 
char * error_log
 
char * doc_root
 
char * user_dir
 
char * include_path
 
char * open_basedir
 
bool open_basedir_modified
 
char * extension_dir
 
char * php_binary
 
char * sys_temp_dir
 
char * upload_tmp_dir
 
zend_long upload_max_filesize
 
char * error_append_string
 
char * error_prepend_string
 
char * auto_prepend_file
 
char * auto_append_file
 
char * input_encoding
 
char * internal_encoding
 
char * output_encoding
 
arg_separators arg_separator
 
char * variables_order
 
HashTable rfc1867_protected_variables
 
short connection_status
 
bool ignore_user_abort
 
unsigned char header_is_being_sent
 
zend_llist tick_functions
 
zval http_globals [6]
 
bool expose_php
 
bool register_argc_argv
 
bool auto_globals_jit
 
bool html_errors
 
bool xmlrpc_errors
 
char * docref_root
 
char * docref_ext
 
zend_long xmlrpc_error_number
 
bool activated_auto_globals [8]
 
bool modules_activated
 
bool file_uploads
 
bool during_request_startup
 
bool allow_url_fopen
 
bool enable_post_data_reading
 
bool report_zend_debug
 
int last_error_type
 
int last_error_lineno
 
zend_stringlast_error_message
 
zend_stringlast_error_file
 
char * php_sys_temp_dir
 
char * disable_classes
 
zend_long max_input_nesting_level
 
zend_long max_input_vars
 
char * user_ini_filename
 
zend_long user_ini_cache_ttl
 
char * request_order
 
char * mail_log
 
bool mail_x_header
 
bool mail_mixed_lf_and_crlf
 
bool in_error_log
 
bool allow_url_include
 
bool in_user_include
 
bool have_called_openlog
 
zend_long syslog_facility
 
char * syslog_ident
 
zend_long syslog_filter
 
zend_long error_log_mode
 

Detailed Description

Definition at line 55 of file php_globals.h.

Field Documentation

◆ activated_auto_globals

bool _php_core_globals::activated_auto_globals[8]

Definition at line 129 of file php_globals.h.

◆ allow_url_fopen

bool _php_core_globals::allow_url_fopen

Definition at line 134 of file php_globals.h.

◆ allow_url_include

bool _php_core_globals::allow_url_include

Definition at line 160 of file php_globals.h.

◆ arg_separator

arg_separators _php_core_globals::arg_separator

Definition at line 101 of file php_globals.h.

◆ auto_append_file

char* _php_core_globals::auto_append_file

Definition at line 95 of file php_globals.h.

◆ auto_globals_jit

bool _php_core_globals::auto_globals_jit

Definition at line 119 of file php_globals.h.

◆ auto_prepend_file

char* _php_core_globals::auto_prepend_file

Definition at line 94 of file php_globals.h.

◆ connection_status

short _php_core_globals::connection_status

Definition at line 107 of file php_globals.h.

◆ disable_classes

char* _php_core_globals::disable_classes

Definition at line 145 of file php_globals.h.

◆ display_errors

uint8_t _php_core_globals::display_errors

Definition at line 62 of file php_globals.h.

◆ display_startup_errors

bool _php_core_globals::display_startup_errors

Definition at line 63 of file php_globals.h.

◆ doc_root

char* _php_core_globals::doc_root

Definition at line 79 of file php_globals.h.

◆ docref_ext

char* _php_core_globals::docref_ext

Definition at line 125 of file php_globals.h.

◆ docref_root

char* _php_core_globals::docref_root

Definition at line 124 of file php_globals.h.

◆ during_request_startup

bool _php_core_globals::during_request_startup

Definition at line 133 of file php_globals.h.

◆ enable_dl

bool _php_core_globals::enable_dl

Definition at line 60 of file php_globals.h.

◆ enable_post_data_reading

bool _php_core_globals::enable_post_data_reading

Definition at line 135 of file php_globals.h.

◆ error_append_string

char* _php_core_globals::error_append_string

Definition at line 91 of file php_globals.h.

◆ error_log

char* _php_core_globals::error_log

Definition at line 77 of file php_globals.h.

◆ error_log_mode

zend_long _php_core_globals::error_log_mode

Definition at line 174 of file php_globals.h.

◆ error_prepend_string

char* _php_core_globals::error_prepend_string

Definition at line 92 of file php_globals.h.

◆ expose_php

bool _php_core_globals::expose_php

Definition at line 116 of file php_globals.h.

◆ extension_dir

char* _php_core_globals::extension_dir

Definition at line 84 of file php_globals.h.

◆ file_uploads

bool _php_core_globals::file_uploads

Definition at line 132 of file php_globals.h.

◆ have_called_openlog

bool _php_core_globals::have_called_openlog

Definition at line 170 of file php_globals.h.

◆ header_is_being_sent

unsigned char _php_core_globals::header_is_being_sent

Definition at line 110 of file php_globals.h.

◆ html_errors

bool _php_core_globals::html_errors

Definition at line 121 of file php_globals.h.

◆ http_globals

zval _php_core_globals::http_globals[6]

Definition at line 114 of file php_globals.h.

◆ ignore_repeated_errors

bool _php_core_globals::ignore_repeated_errors

Definition at line 65 of file php_globals.h.

◆ ignore_repeated_source

bool _php_core_globals::ignore_repeated_source

Definition at line 66 of file php_globals.h.

◆ ignore_user_abort

bool _php_core_globals::ignore_user_abort

Definition at line 108 of file php_globals.h.

◆ implicit_flush

bool _php_core_globals::implicit_flush

Definition at line 58 of file php_globals.h.

◆ in_error_log

bool _php_core_globals::in_error_log

Definition at line 158 of file php_globals.h.

◆ in_user_include

bool _php_core_globals::in_user_include

Definition at line 164 of file php_globals.h.

◆ include_path

char* _php_core_globals::include_path

Definition at line 81 of file php_globals.h.

◆ input_encoding

char* _php_core_globals::input_encoding

Definition at line 97 of file php_globals.h.

◆ internal_encoding

char* _php_core_globals::internal_encoding

Definition at line 98 of file php_globals.h.

◆ last_error_file

zend_string* _php_core_globals::last_error_file

Definition at line 141 of file php_globals.h.

◆ last_error_lineno

int _php_core_globals::last_error_lineno

Definition at line 139 of file php_globals.h.

◆ last_error_message

zend_string* _php_core_globals::last_error_message

Definition at line 140 of file php_globals.h.

◆ last_error_type

int _php_core_globals::last_error_type

Definition at line 138 of file php_globals.h.

◆ log_errors

bool _php_core_globals::log_errors

Definition at line 64 of file php_globals.h.

◆ mail_log

char* _php_core_globals::mail_log

Definition at line 154 of file php_globals.h.

◆ mail_mixed_lf_and_crlf

bool _php_core_globals::mail_mixed_lf_and_crlf

Definition at line 156 of file php_globals.h.

◆ mail_x_header

bool _php_core_globals::mail_x_header

Definition at line 155 of file php_globals.h.

◆ max_input_nesting_level

zend_long _php_core_globals::max_input_nesting_level

Definition at line 146 of file php_globals.h.

◆ max_input_time

zend_long _php_core_globals::max_input_time

Definition at line 75 of file php_globals.h.

◆ max_input_vars

zend_long _php_core_globals::max_input_vars

Definition at line 147 of file php_globals.h.

◆ memory_limit

zend_long _php_core_globals::memory_limit

Definition at line 74 of file php_globals.h.

◆ modules_activated

bool _php_core_globals::modules_activated

Definition at line 131 of file php_globals.h.

◆ open_basedir

char* _php_core_globals::open_basedir

Definition at line 82 of file php_globals.h.

◆ open_basedir_modified

bool _php_core_globals::open_basedir_modified

Definition at line 83 of file php_globals.h.

◆ output_buffering

zend_long _php_core_globals::output_buffering

Definition at line 56 of file php_globals.h.

◆ output_encoding

char* _php_core_globals::output_encoding

Definition at line 99 of file php_globals.h.

◆ output_handler

char* _php_core_globals::output_handler

Definition at line 69 of file php_globals.h.

◆ php_binary

char* _php_core_globals::php_binary

Definition at line 85 of file php_globals.h.

◆ php_sys_temp_dir

char* _php_core_globals::php_sys_temp_dir

Definition at line 143 of file php_globals.h.

◆ register_argc_argv

bool _php_core_globals::register_argc_argv

Definition at line 118 of file php_globals.h.

◆ report_memleaks

bool _php_core_globals::report_memleaks

Definition at line 67 of file php_globals.h.

◆ report_zend_debug

bool _php_core_globals::report_zend_debug

Definition at line 136 of file php_globals.h.

◆ request_order

char* _php_core_globals::request_order

Definition at line 152 of file php_globals.h.

◆ rfc1867_protected_variables

HashTable _php_core_globals::rfc1867_protected_variables

Definition at line 105 of file php_globals.h.

◆ serialize_precision

zend_long _php_core_globals::serialize_precision

Definition at line 72 of file php_globals.h.

◆ sys_temp_dir

char* _php_core_globals::sys_temp_dir

Definition at line 86 of file php_globals.h.

◆ syslog_facility

zend_long _php_core_globals::syslog_facility

Definition at line 171 of file php_globals.h.

◆ syslog_filter

zend_long _php_core_globals::syslog_filter

Definition at line 173 of file php_globals.h.

◆ syslog_ident

char* _php_core_globals::syslog_ident

Definition at line 172 of file php_globals.h.

◆ tick_functions

zend_llist _php_core_globals::tick_functions

Definition at line 112 of file php_globals.h.

◆ unserialize_callback_func

char* _php_core_globals::unserialize_callback_func

Definition at line 71 of file php_globals.h.

◆ upload_max_filesize

zend_long _php_core_globals::upload_max_filesize

Definition at line 89 of file php_globals.h.

◆ upload_tmp_dir

char* _php_core_globals::upload_tmp_dir

Definition at line 88 of file php_globals.h.

◆ user_dir

char* _php_core_globals::user_dir

Definition at line 80 of file php_globals.h.

◆ user_ini_cache_ttl

zend_long _php_core_globals::user_ini_cache_ttl

Definition at line 150 of file php_globals.h.

◆ user_ini_filename

char* _php_core_globals::user_ini_filename

Definition at line 149 of file php_globals.h.

◆ variables_order

char* _php_core_globals::variables_order

Definition at line 103 of file php_globals.h.

◆ xmlrpc_error_number

zend_long _php_core_globals::xmlrpc_error_number

Definition at line 127 of file php_globals.h.

◆ xmlrpc_errors

bool _php_core_globals::xmlrpc_errors

Definition at line 122 of file php_globals.h.


The documentation for this struct was generated from the following file: