Searched refs:php_core_globals (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/main/ |
H A D | main.c | 125 php_core_globals core_globals; 494 …"enable_dl", "1", PHP_INI_SYSTEM, OnUpdateBool, enable_dl, php_core_globals, core_globals) 496 …cref_root", "", PHP_INI_ALL, OnUpdateString, docref_root, php_core_globals, core_globals) 497 …ocref_ext", "", PHP_INI_ALL, OnUpdateString, docref_ext, php_core_globals, core_globals) 498 …"html_errors", "1", PHP_INI_ALL, OnUpdateBool, html_errors, php_core_globals, core_globals) 504 …("log_errors", "0", PHP_INI_ALL, OnUpdateBool, log_errors, php_core_globals, core_globals) 528 …ror_log", NULL, PHP_INI_ALL, OnUpdateErrorLog, error_log, php_core_globals, core_globals) 541 …ser_dir", NULL, PHP_INI_SYSTEM, OnUpdateString, user_dir, php_core_globals, core_globals) 1875 static void core_globals_ctor(php_core_globals *core_globals TSRMLS_DC) in core_globals_ctor() 1886 static void core_globals_dtor(php_core_globals *core_globals TSRMLS_DC) in core_globals_dtor() [all …]
|
H A D | php_globals.h | 26 typedef struct _php_core_globals php_core_globals; typedef 29 # define PG(v) TSRMG(core_globals_id, php_core_globals *, v)
|
/PHP-5.4/sapi/continuity/ |
H A D | capi.c | 459 php_core_globals *core_globals; in phpFinit()
|
/PHP-5.4/sapi/litespeed/ |
H A D | lsapi_main.c | 82 php_core_globals *core_globals;
|
/PHP-5.4/sapi/nsapi/ |
H A D | nsapi.c | 908 php_core_globals *core_globals; in php5_init()
|
Completed in 30 milliseconds