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

#include <basic_functions.h>

Data Fields

HashTableuser_shutdown_function_names
 
HashTable putenv_ht
 
zend_stringstrtok_string
 
zend_stringctype_string
 
bool locale_changed
 
char * strtok_last
 
char strtok_table [256]
 
size_t strtok_len
 
zend_fcall_info user_compare_fci
 
zend_fcall_info_cache user_compare_fci_cache
 
zend_llistuser_tick_functions
 
zval active_ini_file_section
 
zval last_http_headers
 
zend_long page_uid
 
zend_long page_gid
 
zend_long page_inode
 
time_t page_mtime
 
zend_stringCurrentStatFile
 
zend_stringCurrentLStatFile
 
php_stream_statbuf ssb
 
php_stream_statbuf lssb
 
char * syslog_device
 
unsigned serialize_lock
 
struct { 
 
   struct php_serialize_data *   data 
 
   unsigned   level 
 
serialize 
 
struct { 
 
   struct php_unserialize_data *   data 
 
   unsigned   level 
 
unserialize 
 
url_adapt_state_ex_t url_adapt_session_ex
 
HashTable url_adapt_session_hosts_ht
 
url_adapt_state_ex_t url_adapt_output_ex
 
HashTable url_adapt_output_hosts_ht
 
HashTableuser_filter_map
 
int umask
 
zend_long unserialize_max_depth
 

Detailed Description

Definition at line 54 of file basic_functions.h.

Field Documentation

◆ active_ini_file_section

zval _php_basic_globals::active_ini_file_section

Definition at line 67 of file basic_functions.h.

◆ ctype_string

zend_string* _php_basic_globals::ctype_string

Definition at line 58 of file basic_functions.h.

◆ CurrentLStatFile

zend_string * _php_basic_globals::CurrentLStatFile

Definition at line 79 of file basic_functions.h.

◆ CurrentStatFile

zend_string* _php_basic_globals::CurrentStatFile

Definition at line 79 of file basic_functions.h.

◆ data [1/2]

struct php_serialize_data* _php_basic_globals::data

Definition at line 88 of file basic_functions.h.

◆ data [2/2]

struct php_unserialize_data* _php_basic_globals::data

Definition at line 92 of file basic_functions.h.

◆ last_http_headers

zval _php_basic_globals::last_http_headers

Definition at line 70 of file basic_functions.h.

◆ level

unsigned _php_basic_globals::level

Definition at line 89 of file basic_functions.h.

◆ locale_changed

bool _php_basic_globals::locale_changed

Definition at line 59 of file basic_functions.h.

◆ lssb

php_stream_statbuf _php_basic_globals::lssb

Definition at line 80 of file basic_functions.h.

◆ page_gid

zend_long _php_basic_globals::page_gid

Definition at line 74 of file basic_functions.h.

◆ page_inode

zend_long _php_basic_globals::page_inode

Definition at line 75 of file basic_functions.h.

◆ page_mtime

time_t _php_basic_globals::page_mtime

Definition at line 76 of file basic_functions.h.

◆ page_uid

zend_long _php_basic_globals::page_uid

Definition at line 73 of file basic_functions.h.

◆ putenv_ht

HashTable _php_basic_globals::putenv_ht

Definition at line 56 of file basic_functions.h.

◆ [struct]

struct { ... } _php_basic_globals::serialize

◆ serialize_lock

unsigned _php_basic_globals::serialize_lock

Definition at line 86 of file basic_functions.h.

◆ ssb

php_stream_statbuf _php_basic_globals::ssb

Definition at line 80 of file basic_functions.h.

◆ strtok_last

char* _php_basic_globals::strtok_last

Definition at line 60 of file basic_functions.h.

◆ strtok_len

size_t _php_basic_globals::strtok_len

Definition at line 62 of file basic_functions.h.

◆ strtok_string

zend_string* _php_basic_globals::strtok_string

Definition at line 57 of file basic_functions.h.

◆ strtok_table

char _php_basic_globals::strtok_table[256]

Definition at line 61 of file basic_functions.h.

◆ syslog_device

char* _php_basic_globals::syslog_device

Definition at line 83 of file basic_functions.h.

◆ umask

int _php_basic_globals::umask

Definition at line 108 of file basic_functions.h.

◆ [struct]

struct { ... } _php_basic_globals::unserialize

◆ unserialize_max_depth

zend_long _php_basic_globals::unserialize_max_depth

Definition at line 109 of file basic_functions.h.

◆ url_adapt_output_ex

url_adapt_state_ex_t _php_basic_globals::url_adapt_output_ex

Definition at line 99 of file basic_functions.h.

◆ url_adapt_output_hosts_ht

HashTable _php_basic_globals::url_adapt_output_hosts_ht

Definition at line 100 of file basic_functions.h.

◆ url_adapt_session_ex

url_adapt_state_ex_t _php_basic_globals::url_adapt_session_ex

Definition at line 97 of file basic_functions.h.

◆ url_adapt_session_hosts_ht

HashTable _php_basic_globals::url_adapt_session_hosts_ht

Definition at line 98 of file basic_functions.h.

◆ user_compare_fci

zend_fcall_info _php_basic_globals::user_compare_fci

Definition at line 63 of file basic_functions.h.

◆ user_compare_fci_cache

zend_fcall_info_cache _php_basic_globals::user_compare_fci_cache

Definition at line 64 of file basic_functions.h.

◆ user_filter_map

HashTable* _php_basic_globals::user_filter_map

Definition at line 101 of file basic_functions.h.

◆ user_shutdown_function_names

HashTable* _php_basic_globals::user_shutdown_function_names

Definition at line 55 of file basic_functions.h.

◆ user_tick_functions

zend_llist* _php_basic_globals::user_tick_functions

Definition at line 65 of file basic_functions.h.


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