Home
last modified time | relevance | path

Searched refs:TSRMLS_D (Results 1 – 25 of 220) sorted by path

123456789

/PHP-5.5/
H A DCODING_STANDARDS179 static int php_session_destroy(TSRMLS_D)
/PHP-5.5/TSRM/
H A DTSRM.h165 #define TSRMLS_D void ***tsrm_ls macro
166 #define TSRMLS_DC , TSRMLS_D
179 #define TSRMLS_D void macro
H A Dtsrm_virtual_cwd.c592 CWD_API void realpath_cache_clean(TSRMLS_D) /* {{{ */ in realpath_cache_clean() argument
731 CWD_API int realpath_cache_size(TSRMLS_D) in realpath_cache_size() argument
736 CWD_API int realpath_cache_max_buckets(TSRMLS_D) in realpath_cache_max_buckets() argument
741 CWD_API realpath_cache_bucket** realpath_cache_get_buckets(TSRMLS_D) in realpath_cache_get_buckets() argument
H A Dtsrm_virtual_cwd.h244 CWD_API void realpath_cache_clean(TSRMLS_D);
247 CWD_API int realpath_cache_size(TSRMLS_D);
248 CWD_API int realpath_cache_max_buckets(TSRMLS_D);
249 CWD_API realpath_cache_bucket** realpath_cache_get_buckets(TSRMLS_D);
/PHP-5.5/Zend/
H A Dzend.c472 static void zend_set_default_compile_time_values(TSRMLS_D) /* {{{ */ in zend_set_default_compile_time_values() argument
481 static void zend_init_exception_op(TSRMLS_D) /* {{{ */ in zend_init_exception_op() argument
764 void zend_register_standard_ini_entries(TSRMLS_D) /* {{{ */ in zend_register_standard_ini_entries() argument
775 void zend_post_startup(TSRMLS_D) /* {{{ */ in zend_post_startup() argument
808 void zend_shutdown(TSRMLS_D) /* {{{ */ in zend_shutdown() argument
918 void zend_activate(TSRMLS_D) /* {{{ */ in zend_activate() argument
927 void zend_call_destructors(TSRMLS_D) /* {{{ */ in zend_call_destructors() argument
935 void zend_deactivate(TSRMLS_D) /* {{{ */ in zend_deactivate() argument
H A Dzend.h606 void zend_shutdown(TSRMLS_D);
607 void zend_register_standard_ini_entries(TSRMLS_D);
608 void zend_post_startup(TSRMLS_D);
654 void zend_activate(TSRMLS_D);
655 void zend_deactivate(TSRMLS_D);
656 void zend_call_destructors(TSRMLS_D);
657 void zend_activate_modules(TSRMLS_D);
658 void zend_deactivate_modules(TSRMLS_D);
659 void zend_post_deactivate_modules(TSRMLS_D);
H A Dzend_API.c192 ZEND_API void zend_wrong_param_count(TSRMLS_D) /* {{{ */ in zend_wrong_param_count() argument
1805 ZEND_API void zend_collect_module_handlers(TSRMLS_D) /* {{{ */ in zend_collect_module_handlers() argument
1883 ZEND_API int zend_startup_modules(TSRMLS_D) /* {{{ */ in zend_startup_modules() argument
2391 void zend_activate_modules(TSRMLS_D) /* {{{ */ in zend_activate_modules() argument
2420 void zend_deactivate_modules(TSRMLS_D) /* {{{ */ in zend_deactivate_modules() argument
2441 ZEND_API void zend_cleanup_internal_classes(TSRMLS_D) /* {{{ */ in zend_cleanup_internal_classes() argument
2467 void zend_post_deactivate_modules(TSRMLS_D) /* {{{ */ in zend_post_deactivate_modules() argument
H A Dzend_API.h271 ZEND_API int zend_startup_modules(TSRMLS_D);
272 ZEND_API void zend_collect_module_handlers(TSRMLS_D);
291 ZEND_API void zend_wrong_param_count(TSRMLS_D);
522 ZEND_API void zend_rebuild_symbol_table(TSRMLS_D);
H A Dzend_alloc.c2417 ZEND_API int is_zend_mm(TSRMLS_D) in is_zend_mm() argument
2744 ZEND_API void start_memory_manager(TSRMLS_D) in start_memory_manager() argument
H A Dzend_alloc.h144 ZEND_API void start_memory_manager(TSRMLS_D);
146 ZEND_API int is_zend_mm(TSRMLS_D);
H A Dzend_builtin_functions.c340 int zend_startup_builtin_functions(TSRMLS_D) /* {{{ */ in zend_startup_builtin_functions() argument
H A Dzend_builtin_functions.h25 int zend_startup_builtin_functions(TSRMLS_D);
H A Dzend_closures.c415 void zend_register_closure_ce(TSRMLS_D) /* {{{ */ in zend_register_closure_ce() argument
H A Dzend_closures.h27 void zend_register_closure_ce(TSRMLS_D);
H A Dzend_compile.c175 void zend_init_compiler_context(TSRMLS_D) /* {{{ */ in zend_init_compiler_context() argument
222 void init_compiler(TSRMLS_D) /* {{{ */ in init_compiler() argument
234 void shutdown_compiler(TSRMLS_D) /* {{{ */ in shutdown_compiler() argument
1260 void zend_do_if_end(TSRMLS_D) /* {{{ */ in zend_do_if_end() argument
4637 void zend_do_early_binding(TSRMLS_D) /* {{{ */ in zend_do_early_binding() argument
5863 void zend_do_new_list_end(TSRMLS_D) /* {{{ */ in zend_do_new_list_end() argument
5870 void zend_do_list_init(TSRMLS_D) /* {{{ */ in zend_do_list_init() argument
6422 void zend_do_declare_begin(TSRMLS_D) /* {{{ */ in zend_do_declare_begin() argument
6665 void zend_do_extended_info(TSRMLS_D) /* {{{ */ in zend_do_extended_info() argument
6713 void zend_do_ticks(TSRMLS_D) /* {{{ */ in zend_do_ticks() argument
[all …]
H A Dzend_compile.h422 void init_compiler(TSRMLS_D);
423 void shutdown_compiler(TSRMLS_D);
431 void startup_scanner(TSRMLS_D);
432 void shutdown_scanner(TSRMLS_D);
446 int zend_get_zendleng(TSRMLS_D);
481 void zend_do_if_end(TSRMLS_D);
544 void zend_do_early_binding(TSRMLS_D);
586 void zend_do_list_init(TSRMLS_D);
590 void zend_do_new_list_end(TSRMLS_D);
609 void zend_do_declare_begin(TSRMLS_D);
[all …]
H A Dzend_constants.c86 int zend_startup_constants(TSRMLS_D) in zend_startup_constants() argument
98 void zend_register_standard_constants(TSRMLS_D) in zend_register_standard_constants() argument
161 int zend_shutdown_constants(TSRMLS_D) in zend_shutdown_constants() argument
169 void clean_non_persistent_constants(TSRMLS_D) in clean_non_persistent_constants() argument
H A Dzend_constants.h59 int zend_startup_constants(TSRMLS_D);
60 int zend_shutdown_constants(TSRMLS_D);
61 void zend_register_standard_constants(TSRMLS_D);
62 void clean_non_persistent_constants(TSRMLS_D);
H A Dzend_default_classes.c31 ZEND_API void zend_register_default_classes(TSRMLS_D) in zend_register_default_classes() argument
H A Dzend_dtrace.c27 static inline const char *dtrace_get_executed_filename(TSRMLS_D) in dtrace_get_executed_filename() argument
H A Dzend_exceptions.c59 void zend_exception_save(TSRMLS_D) /* {{{ */ in zend_exception_save() argument
71 void zend_exception_restore(TSRMLS_D) /* {{{ */ in zend_exception_restore() argument
129 ZEND_API void zend_clear_exception(TSRMLS_D) /* {{{ */ in zend_clear_exception() argument
786 void zend_register_default_exception(TSRMLS_D) /* {{{ */ in zend_register_default_exception() argument
811 ZEND_API zend_class_entry *zend_exception_get_default(TSRMLS_D) /* {{{ */ in zend_exception_get_default() argument
817 ZEND_API zend_class_entry *zend_get_error_exception(TSRMLS_D) /* {{{ */ in zend_get_error_exception() argument
H A Dzend_exceptions.h30 ZEND_API void zend_exception_save(TSRMLS_D);
31 ZEND_API void zend_exception_restore(TSRMLS_D);
35 void zend_register_default_exception(TSRMLS_D);
37 ZEND_API zend_class_entry *zend_exception_get_default(TSRMLS_D);
38 ZEND_API zend_class_entry *zend_get_error_exception(TSRMLS_D);
39 ZEND_API void zend_register_default_classes(TSRMLS_D);
46 ZEND_API void zend_clear_exception(TSRMLS_D);
H A Dzend_execute.c462 static zend_always_inline zval *_get_obj_zval_ptr_unused(TSRMLS_D) in _get_obj_zval_ptr_unused() argument
487 static zend_always_inline zval **_get_obj_zval_ptr_ptr_unused(TSRMLS_D) in _get_obj_zval_ptr_ptr_unused() argument
H A Dzend_execute.h56 void init_executor(TSRMLS_D);
57 void shutdown_executor(TSRMLS_D);
58 void shutdown_destructors(TSRMLS_D);
185 static zend_always_inline void zend_vm_stack_init(TSRMLS_D) in zend_vm_stack_init() argument
218 static zend_always_inline void *zend_vm_stack_pop(TSRMLS_D) in zend_vm_stack_pop() argument
338 void execute_new_code(TSRMLS_D);
343 ZEND_API const char *get_active_function_name(TSRMLS_D);
344 ZEND_API const char *zend_get_executed_filename(TSRMLS_D);
345 ZEND_API uint zend_get_executed_lineno(TSRMLS_D);
346 ZEND_API zend_bool zend_is_executing(TSRMLS_D);
[all …]
H A Dzend_execute_API.c127 void init_executor(TSRMLS_D) /* {{{ */ in init_executor() argument
208 void shutdown_destructors(TSRMLS_D) /* {{{ */ in shutdown_destructors() argument
224 void shutdown_executor(TSRMLS_D) /* {{{ */ in shutdown_executor() argument
366 ZEND_API const char *get_active_function_name(TSRMLS_D) /* {{{ */ in get_active_function_name() argument
391 ZEND_API const char *zend_get_executed_filename(TSRMLS_D) /* {{{ */ in zend_get_executed_filename() argument
401 ZEND_API uint zend_get_executed_lineno(TSRMLS_D) /* {{{ */ in zend_get_executed_lineno() argument
415 ZEND_API zend_bool zend_is_executing(TSRMLS_D) /* {{{ */ in zend_is_executing() argument
1244 void execute_new_code(TSRMLS_D) /* {{{ */ in execute_new_code() argument
1429 void zend_unset_timeout(TSRMLS_D) /* {{{ */ in zend_unset_timeout() argument
1664 ZEND_API void zend_rebuild_symbol_table(TSRMLS_D) /* {{{ */ in zend_rebuild_symbol_table() argument

Completed in 116 milliseconds

123456789