Lines Matching refs:TSRMLS_D
56 void init_executor(TSRMLS_D);
57 void shutdown_executor(TSRMLS_D);
58 void shutdown_destructors(TSRMLS_D);
195 static zend_always_inline void zend_vm_stack_init(TSRMLS_D) in zend_vm_stack_init() argument
200 static zend_always_inline void zend_vm_stack_destroy(TSRMLS_D) in zend_vm_stack_destroy() argument
218 static zend_always_inline void **zend_vm_stack_top(TSRMLS_D) in zend_vm_stack_top() argument
228 static zend_always_inline void *zend_vm_stack_pop(TSRMLS_D) in zend_vm_stack_pop() argument
338 static zend_always_inline int zend_vm_stack_get_args_count(TSRMLS_D) in zend_vm_stack_get_args_count() argument
348 void execute_new_code(TSRMLS_D);
353 ZEND_API const char *get_active_function_name(TSRMLS_D);
354 ZEND_API const char *zend_get_executed_filename(TSRMLS_D);
355 ZEND_API uint zend_get_executed_lineno(TSRMLS_D);
356 ZEND_API zend_bool zend_is_executing(TSRMLS_D);
359 ZEND_API void zend_unset_timeout(TSRMLS_D);