Searched refs:ts_resource (Results 1 – 6 of 6) sorted by relevance
99 #define ts_resource(id) ts_resource_ex(id, NULL) macro
1492 compiler_globals = ts_resource(compiler_globals_id); in main()1493 executor_globals = ts_resource(executor_globals_id); in main()1494 core_globals = ts_resource(core_globals_id); in main()1495 sapi_globals = ts_resource(sapi_globals_id); in main()
254 # define ZEND_INI_GET_BASE() ((char *) ts_resource(*((int *) mh_arg2)))
995 compiler_globals = ts_resource(compiler_globals_id); in zend_startup()996 executor_globals = ts_resource(executor_globals_id); in zend_startup()1066 zend_compiler_globals *compiler_globals = ts_resource(compiler_globals_id); in zend_post_startup()1067 zend_executor_globals *executor_globals = ts_resource(executor_globals_id); in zend_post_startup()
597 (void)ts_resource(0); in php_handler()
2086 (void)ts_resource(0); in php_module_startup()2701 (void)ts_resource(0); in php_tsrm_startup_ex()
Completed in 30 milliseconds