Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend.c563 executor_globals->lambda_count = 0; in executor_globals_ctor()
566 executor_globals->in_autoload = NULL; in executor_globals_ctor()
568 executor_globals->current_module = NULL; in executor_globals_ctor()
569 executor_globals->exit_status = 0; in executor_globals_ctor()
571 executor_globals->saved_fpu_cw = 0; in executor_globals_ctor()
574 executor_globals->active = 0; in executor_globals_ctor()
575 executor_globals->bailout = NULL; in executor_globals_ctor()
578 executor_globals->exception = NULL; in executor_globals_ctor()
596 free(executor_globals->zend_constants); in executor_globals_dtor()
654 zend_executor_globals *executor_globals; in zend_startup() local
[all …]
H A Dzend_globals_macros.h46 # define EG(v) (executor_globals.v)
47 extern ZEND_API zend_executor_globals executor_globals;
H A Dzend_compile.c86 ZEND_API zend_executor_globals executor_globals; variable
/PHP-7.1/
H A D.gdbinit21 set $eg = executor_globals
23 set $eg_ptr = (zend_executor_globals*) &executor_globals
28 portable way of accessing executor_globals, set $eg
151 dumps the current execution stack. usage: dump_bt executor_globals.current_execute_data
313 Example: print_const_table executor_globals.zend_constants
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c100 zend_executor_globals *executor_globals; variable
1280 executor_globals = ts_resource(executor_globals_id); in main()
/PHP-7.1/main/
H A Dmain.c640 …", "2", PHP_INI_SYSTEM, OnUpdateLong, hard_timeout, zend_executor_globals, executor_globals)

Completed in 55 milliseconds