Searched refs:ts_resource (Results 1 – 6 of 6) sorted by relevance
99 #define ts_resource(id) ts_resource_ex(id, NULL) macro
1488 compiler_globals = ts_resource(compiler_globals_id); in main()1489 executor_globals = ts_resource(executor_globals_id); in main()1490 core_globals = ts_resource(core_globals_id); in main()1491 sapi_globals = ts_resource(sapi_globals_id); in main()
256 # define ZEND_INI_GET_BASE() ((char *) ts_resource(*((int *) mh_arg2)))
1024 compiler_globals = ts_resource(compiler_globals_id); in zend_startup()1025 executor_globals = ts_resource(executor_globals_id); in zend_startup()1095 zend_compiler_globals *compiler_globals = ts_resource(compiler_globals_id); in zend_post_startup()1096 zend_executor_globals *executor_globals = ts_resource(executor_globals_id); in zend_post_startup()
593 (void)ts_resource(0); in php_handler()
2126 (void)ts_resource(0); in php_module_startup()2759 (void)ts_resource(0); in php_tsrm_startup_ex()
Completed in 34 milliseconds