Home
last modified time | relevance | path

Searched refs:php_core_globals (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/main/
H A Dmain.c90 php_core_globals core_globals;
681 …"enable_dl", "1", PHP_INI_SYSTEM, OnUpdateBool, enable_dl, php_core_globals, core_globals)
682 …xpose_php", "1", PHP_INI_SYSTEM, OnUpdateBool, expose_php, php_core_globals, core_globals)
683 …cref_root", "", PHP_INI_ALL, OnUpdateString, docref_root, php_core_globals, core_globals)
684 …ocref_ext", "", PHP_INI_ALL, OnUpdateString, docref_ext, php_core_globals, core_globals)
685 …"html_errors", "1", PHP_INI_ALL, OnUpdateBool, html_errors, php_core_globals, core_globals)
691 …("log_errors", "0", PHP_INI_ALL, OnUpdateBool, log_errors, php_core_globals, core_globals)
730 …ser_dir", NULL, PHP_INI_SYSTEM, OnUpdateString, user_dir, php_core_globals, core_globals)
1968 static void core_globals_ctor(php_core_globals *core_globals) in core_globals_ctor()
1977 static void core_globals_dtor(php_core_globals *core_globals) in core_globals_dtor()
[all …]
H A Dphp_ticks.h22 void php_shutdown_ticks(php_core_globals *core_globals);
H A Dphp_globals.h22 typedef struct _php_core_globals php_core_globals; typedef
25 # define PG(v) ZEND_TSRMG_FAST(core_globals_offset, php_core_globals *, v)
H A Dphp_ticks.c37 void php_shutdown_ticks(php_core_globals *core_globals) in php_shutdown_ticks()
/PHP-8.2/sapi/litespeed/
H A Dlsapi_main.c83 php_core_globals *core_globals;

Completed in 20 milliseconds