Searched refs:core_globals (Results 1 – 5 of 5) sorted by relevance
92 php_core_globals core_globals; variable2023 memset(core_globals, 0, sizeof(*core_globals)); in core_globals_ctor()2033 ZEND_ASSERT(!core_globals->last_error_message); in core_globals_dtor()2034 ZEND_ASSERT(!core_globals->last_error_file); in core_globals_dtor()2036 if (core_globals->disable_classes) { in core_globals_dtor()2037 free(core_globals->disable_classes); in core_globals_dtor()2039 if (core_globals->php_binary) { in core_globals_dtor()2040 free(core_globals->php_binary); in core_globals_dtor()2043 php_shutdown_ticks(core_globals); in core_globals_dtor()2157 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);
31 # define PG(v) (core_globals.v)32 extern ZEND_API struct _php_core_globals core_globals;
82 php_core_globals *core_globals; variable1490 core_globals = ts_resource(core_globals_id); in main()
Completed in 18 milliseconds