Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dmain.c117 php_core_globals core_globals;
554 …"enable_dl", "1", PHP_INI_SYSTEM, OnUpdateBool, enable_dl, php_core_globals, core_globals)
555 …xpose_php", "1", PHP_INI_SYSTEM, OnUpdateBool, expose_php, php_core_globals, core_globals)
556 …cref_root", "", PHP_INI_ALL, OnUpdateString, docref_root, php_core_globals, core_globals)
557 …ocref_ext", "", PHP_INI_ALL, OnUpdateString, docref_ext, php_core_globals, core_globals)
558 …"html_errors", "1", PHP_INI_ALL, OnUpdateBool, html_errors, php_core_globals, core_globals)
564 …("log_errors", "0", PHP_INI_ALL, OnUpdateBool, log_errors, php_core_globals, core_globals)
590 …ror_log", NULL, PHP_INI_ALL, OnUpdateErrorLog, error_log, php_core_globals, core_globals)
604 …ser_dir", NULL, PHP_INI_SYSTEM, OnUpdateString, user_dir, php_core_globals, core_globals)
1978 static void core_globals_ctor(php_core_globals *core_globals) in core_globals_ctor()
[all …]
H A Dphp_globals.h26 typedef struct _php_core_globals php_core_globals; typedef
29 # define PG(v) ZEND_TSRMG(core_globals_id, php_core_globals *, v)
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c102 php_core_globals *core_globals;

Completed in 51 milliseconds