Home
last modified time | relevance | path

Searched refs:executor_globals (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/Zend/
H A Dzend.c700 executor_globals->lambda_count = 0; in executor_globals_ctor()
703 executor_globals->in_autoload = NULL; in executor_globals_ctor()
705 executor_globals->current_module = NULL; in executor_globals_ctor()
706 executor_globals->exit_status = 0; in executor_globals_ctor()
708 executor_globals->saved_fpu_cw = 0; in executor_globals_ctor()
711 executor_globals->active = 0; in executor_globals_ctor()
712 executor_globals->bailout = NULL; in executor_globals_ctor()
715 executor_globals->exception = NULL; in executor_globals_ctor()
733 free(executor_globals->zend_constants); in executor_globals_dtor()
790 zend_executor_globals *executor_globals; in zend_startup() local
[all …]
H A Dzend_globals_macros.h44 # define EG(v) (executor_globals.v)
45 extern ZEND_API zend_executor_globals executor_globals;
H A Dzend_compile.c78 ZEND_API zend_executor_globals executor_globals; variable
/PHP-7.4/
H A D.gdbinit19 set $eg = executor_globals
21 set $eg_ptr = (zend_executor_globals*) &executor_globals
26 portable way of accessing executor_globals, set $eg
149 dumps the current execution stack. usage: dump_bt executor_globals.current_execute_data
322 Example: print_const_table executor_globals.zend_constants
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c82 zend_executor_globals *executor_globals; variable
1509 executor_globals = ts_resource(executor_globals_id); in main()
/PHP-7.4/main/
H A Dmain.c849 …", "2", PHP_INI_SYSTEM, OnUpdateLong, hard_timeout, zend_executor_globals, executor_globals)

Completed in 77 milliseconds