Searched refs:core_globals (Results 1 – 5 of 5) sorted by relevance
90 php_core_globals core_globals; variable1970 memset(core_globals, 0, sizeof(*core_globals)); in core_globals_ctor()1980 ZEND_ASSERT(!core_globals->last_error_message); in core_globals_dtor()1981 ZEND_ASSERT(!core_globals->last_error_file); in core_globals_dtor()1983 if (core_globals->disable_classes) { in core_globals_dtor()1984 free(core_globals->disable_classes); in core_globals_dtor()1986 if (core_globals->php_binary) { in core_globals_dtor()1987 free(core_globals->php_binary); in core_globals_dtor()1990 php_shutdown_ticks(core_globals); in core_globals_dtor()2109 memset(&core_globals, 0, sizeof(core_globals)); in php_module_startup()[all …]
37 void php_shutdown_ticks(php_core_globals *core_globals) in php_shutdown_ticks() argument39 zend_llist_destroy(&core_globals->tick_functions); in php_shutdown_ticks()
22 void php_shutdown_ticks(php_core_globals *core_globals);
29 # define PG(v) (core_globals.v)30 extern ZEND_API struct _php_core_globals core_globals;
83 php_core_globals *core_globals; variable1494 core_globals = ts_resource(core_globals_id); in main()
Completed in 39 milliseconds