Lines Matching refs:TSRMLS_D
55 void init_executor(TSRMLS_D);
56 void shutdown_executor(TSRMLS_D);
57 void shutdown_destructors(TSRMLS_D);
192 static zend_always_inline void zend_vm_stack_init(TSRMLS_D) in zend_vm_stack_init() argument
197 static zend_always_inline void zend_vm_stack_destroy(TSRMLS_D) in zend_vm_stack_destroy() argument
215 static zend_always_inline void **zend_vm_stack_top(TSRMLS_D) in zend_vm_stack_top() argument
231 static zend_always_inline void *zend_vm_stack_pop(TSRMLS_D) in zend_vm_stack_pop() argument
331 static zend_always_inline void zend_vm_stack_clear_multiple(TSRMLS_D) in zend_vm_stack_clear_multiple() argument
376 void execute_new_code(TSRMLS_D);
381 ZEND_API const char *get_active_function_name(TSRMLS_D);
382 ZEND_API const char *zend_get_executed_filename(TSRMLS_D);
383 ZEND_API uint zend_get_executed_lineno(TSRMLS_D);
384 ZEND_API zend_bool zend_is_executing(TSRMLS_D);
387 ZEND_API void zend_unset_timeout(TSRMLS_D);