Searched refs:core_globals (Results 1 – 5 of 5) sorted by relevance
90 php_core_globals core_globals; variable1928 memset(core_globals, 0, sizeof(*core_globals)); in core_globals_ctor()1938 ZEND_ASSERT(!core_globals->last_error_message); in core_globals_dtor()1939 ZEND_ASSERT(!core_globals->last_error_file); in core_globals_dtor()1941 if (core_globals->disable_classes) { in core_globals_dtor()1942 free(core_globals->disable_classes); in core_globals_dtor()1944 if (core_globals->php_binary) { in core_globals_dtor()1945 free(core_globals->php_binary); in core_globals_dtor()1948 php_shutdown_ticks(core_globals); in core_globals_dtor()2084 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()
29 # define PG(v) (core_globals.v)30 extern ZEND_API struct _php_core_globals core_globals;
22 void php_shutdown_ticks(php_core_globals *core_globals);
83 php_core_globals *core_globals; variable1498 core_globals = ts_resource(core_globals_id); in main()
Completed in 20 milliseconds