Lines Matching defs:TSRMLS_DC

85 ZEND_API int _zend_get_parameters_array(int ht, int param_count, zval **argument_array TSRMLS_DC) /…  in _zend_get_parameters_array()
147 ZEND_API int _zend_get_parameters_array_ex(int param_count, zval ***argument_array TSRMLS_DC) /* {{… in _zend_get_parameters_array_ex()
170 ZEND_API int zend_copy_parameters_array(int param_count, zval *argument_array TSRMLS_DC) /* {{{ */ in zend_copy_parameters_array()
235 ZEND_API zend_class_entry *zend_get_class_entry(const zval *zobject TSRMLS_DC) /* {{{ */ in zend_get_class_entry()
247 …ect_classname(const zval *object, const char **class_name, zend_uint *class_name_len TSRMLS_DC) /*… in zend_get_object_classname()
261 static int parse_arg_object_to_string(zval **arg, char **p, int *pl, int type TSRMLS_DC) /* {{{ */ in parse_arg_object_to_string()
305 …g_num, zval **arg, va_list *va, const char **spec, char **error, int *severity TSRMLS_DC) /* {{{ */ in zend_parse_arg_impl()
685 …d_parse_arg(int arg_num, zval **arg, va_list *va, const char **spec, int quiet TSRMLS_DC) /* {{{ */ in zend_parse_arg()
716 ZEND_API int zend_parse_parameter(int flags, int arg_num TSRMLS_DC, zval **arg, const char *spec, .… in zend_parse_parameter()
729 static int zend_parse_va_args(int num_args, const char *type_spec, va_list *va, int flags TSRMLS_DC in zend_parse_va_args()
901 ZEND_API int zend_parse_parameters_ex(int flags, int num_args TSRMLS_DC, const char *type_spec, ...… in zend_parse_parameters_ex()
916 ZEND_API int zend_parse_parameters(int num_args TSRMLS_DC, const char *type_spec, ...) /* {{{ */ in zend_parse_parameters()
931 ZEND_API int zend_parse_method_parameters(int num_args TSRMLS_DC, zval *this_ptr, const char *type_… in zend_parse_method_parameters()
967 ZEND_API int zend_parse_method_parameters_ex(int flags, int num_args TSRMLS_DC, zval *this_ptr, con… in zend_parse_method_parameters_ex()
1019 static int zend_merge_property(zval **value TSRMLS_DC, int num_args, va_list args, const zend_hash_… in zend_merge_property()
1038 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties, int destroy_ht TSRMLS_DC) /* … in zend_merge_properties()
1054 static int zval_update_class_constant(zval **pp, int is_static, int offset TSRMLS_DC) /* {{{ */ in zval_update_class_constant()
1089 ZEND_API void zend_update_class_constants(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in zend_update_class_constants()
1177 …rties_init(zval *arg, zend_class_entry *class_type, HashTable *properties ZEND_FILE_LINE_DC TSRMLS… in _object_and_properties_init()
1206 ZEND_API int _object_init_ex(zval *arg, zend_class_entry *class_type ZEND_FILE_LINE_DC TSRMLS_DC) /… in _object_init_ex()
1212 ZEND_API int _object_init(zval *arg ZEND_FILE_LINE_DC TSRMLS_DC) /* {{{ */ in _object_init()
1574 ZEND_API int add_property_long_ex(zval *arg, const char *key, uint key_len, long n TSRMLS_DC) /* {{… in add_property_long_ex()
1592 ZEND_API int add_property_bool_ex(zval *arg, const char *key, uint key_len, int b TSRMLS_DC) /* {{{… in add_property_bool_ex()
1610 ZEND_API int add_property_null_ex(zval *arg, const char *key, uint key_len TSRMLS_DC) /* {{{ */ in add_property_null_ex()
1628 ZEND_API int add_property_resource_ex(zval *arg, const char *key, uint key_len, long n TSRMLS_DC) /… in add_property_resource_ex()
1646 ZEND_API int add_property_double_ex(zval *arg, const char *key, uint key_len, double d TSRMLS_DC) /… in add_property_double_ex()
1664 …ng_ex(zval *arg, const char *key, uint key_len, const char *str, int duplicate TSRMLS_DC) /* {{{ */ in add_property_string_ex()
1682 …rg, const char *key, uint key_len, const char *str, uint length, int duplicate TSRMLS_DC) /* {{{ */ in add_property_stringl_ex()
1700 ZEND_API int add_property_zval_ex(zval *arg, const char *key, uint key_len, zval *value TSRMLS_DC) … in add_property_zval_ex()
1713 ZEND_API int zend_startup_module_ex(zend_module_entry *module TSRMLS_DC) /* {{{ */ in zend_startup_module_ex()
1770 …oid zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare TSRMLS_DC) /* {… in zend_sort_modules()
1899 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module TSRMLS_DC) /* {{{ */ in zend_register_module_ex()
1957 ZEND_API zend_module_entry* zend_register_internal_module(zend_module_entry *module TSRMLS_DC) /* {… in zend_register_internal_module()
1965 …entation(const zend_class_entry *ce, const zend_function *fptr, int error_type TSRMLS_DC) /* {{{ */ in zend_check_magic_method_implementation()
2027 …ope, const zend_function_entry *functions, HashTable *function_table, int type TSRMLS_DC) /* {{{ */ in zend_register_functions()
2288 …functions(const zend_function_entry *functions, int count, HashTable *function_table TSRMLS_DC) /*… in zend_unregister_functions()
2330 static int clean_module_class(const zend_class_entry **ce, int *module_number TSRMLS_DC) /* {{{ */ in clean_module_class()
2340 static void clean_module_classes(int module_number TSRMLS_DC) /* {{{ */ in clean_module_classes()
2408 int module_registry_cleanup(zend_module_entry *module TSRMLS_DC) /* {{{ */ in module_registry_cleanup()
2452 int module_registry_unload_temp(const zend_module_entry *module TSRMLS_DC) /* {{{ */ in module_registry_unload_temp()
2458 static int exec_done_cb(zend_module_entry *module TSRMLS_DC) /* {{{ */ in exec_done_cb()
2492 …o_register_internal_class(zend_class_entry *orig_class_entry, zend_uint ce_flags TSRMLS_DC) /* {{{… in do_register_internal_class()
2524 …ex(zend_class_entry *class_entry, zend_class_entry *parent_ce, char *parent_name TSRMLS_DC) /* {{{… in zend_register_internal_class_ex()
2546 ZEND_API void zend_class_implements(zend_class_entry *class_entry TSRMLS_DC, int num_interfaces, ..… in zend_class_implements()
2563 …ND_API zend_class_entry *zend_register_internal_class(zend_class_entry *orig_class_entry TSRMLS_DC in zend_register_internal_class()
2569 …PI zend_class_entry *zend_register_internal_interface(zend_class_entry *orig_class_entry TSRMLS_DC in zend_register_internal_interface()
2575 …zend_register_class_alias_ex(const char *name, int name_len, zend_class_entry *ce TSRMLS_DC) /* {{… in zend_register_class_alias_ex()
2629 ZEND_API int zend_disable_function(char *function_name, uint function_name_length TSRMLS_DC) /* {{{… in zend_disable_function()
2642 static zend_object_value display_disabled_class(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in display_disabled_class()
2659 ZEND_API int zend_disable_class(char *class_name, uint class_name_length TSRMLS_DC) /* {{{ */ in zend_disable_class()
2674 …ame, int name_len, zend_fcall_info_cache *fcc, int *strict_class, char **error TSRMLS_DC) /* {{{ */ in zend_is_callable_check_class()
2743 …gs, zval *callable, zend_fcall_info_cache *fcc, int strict_class, char **error TSRMLS_DC) /* {{{ */ in zend_is_callable_check_func()
3004 …allable_name, int *callable_name_len, zend_fcall_info_cache *fcc, char **error TSRMLS_DC) /* {{{ */ in zend_is_callable_ex()
3205 …zend_bool zend_is_callable(zval *callable, uint check_flags, char **callable_name TSRMLS_DC) /* {{… in zend_is_callable()
3211 ZEND_API zend_bool zend_make_callable(zval *callable, char **callable_name TSRMLS_DC) /* {{{ */ in zend_make_callable()
3238 …call_info *fci, zend_fcall_info_cache *fcc, char **callable_name, char **error TSRMLS_DC) /* {{{ */ in zend_fcall_info_init()
3287 ZEND_API int zend_fcall_info_args(zend_fcall_info *fci, zval *args TSRMLS_DC) /* {{{ */ in zend_fcall_info_args()
3315 ZEND_API int zend_fcall_info_argp(zend_fcall_info *fci TSRMLS_DC, int argc, zval ***argv) /* {{{ */ in zend_fcall_info_argp()
3338 ZEND_API int zend_fcall_info_argv(zend_fcall_info *fci TSRMLS_DC, int argc, va_list *argv) /* {{{ */ in zend_fcall_info_argv()
3363 ZEND_API int zend_fcall_info_argn(zend_fcall_info *fci TSRMLS_DC, int argc, ...) /* {{{ */ in zend_fcall_info_argn()
3376 …fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval_ptr_ptr, zval *args TSRMLS_DC) /* {{{ */ in zend_fcall_info_call()
3414 …th, zval *property, int access_type, const char *doc_comment, int doc_comment_len TSRMLS_DC) /* {{… in zend_declare_property_ex()
3514 …s_entry *ce, const char *name, int name_length, zval *property, int access_type TSRMLS_DC) /* {{{ … in zend_declare_property()
3520 …y_null(zend_class_entry *ce, const char *name, int name_length, int access_type TSRMLS_DC) /* {{{ … in zend_declare_property_null()
3534 …class_entry *ce, const char *name, int name_length, long value, int access_type TSRMLS_DC) /* {{{ … in zend_declare_property_bool()
3549 …class_entry *ce, const char *name, int name_length, long value, int access_type TSRMLS_DC) /* {{{ … in zend_declare_property_long()
3564 …ass_entry *ce, const char *name, int name_length, double value, int access_type TSRMLS_DC) /* {{{ … in zend_declare_property_double()
3579 …ntry *ce, const char *name, int name_length, const char *value, int access_type TSRMLS_DC) /* {{{ … in zend_declare_property_string()
3596 … char *name, int name_length, const char *value, int value_len, int access_type TSRMLS_DC) /* {{{ … in zend_declare_property_stringl()
3612 …nstant(zend_class_entry *ce, const char *name, size_t name_length, zval *value TSRMLS_DC) /* {{{ */ in zend_declare_class_constant()
3618 …e_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length TSRMLS_DC) /* {{{… in zend_declare_class_constant_null()
3633 …nt_long(zend_class_entry *ce, const char *name, size_t name_length, long value TSRMLS_DC) /* {{{ */ in zend_declare_class_constant_long()
3648 …ool(zend_class_entry *ce, const char *name, size_t name_length, zend_bool value TSRMLS_DC) /* {{{ … in zend_declare_class_constant_bool()
3663 …ouble(zend_class_entry *ce, const char *name, size_t name_length, double value TSRMLS_DC) /* {{{ */ in zend_declare_class_constant_double()
3678 …*ce, const char *name, size_t name_length, const char *value, size_t value_length TSRMLS_DC) /* {{… in zend_declare_class_constant_stringl()
3694 …ng(zend_class_entry *ce, const char *name, size_t name_length, const char *value TSRMLS_DC) /* {{{… in zend_declare_class_constant_string()
3700 …ass_entry *scope, zval *object, const char *name, int name_length, zval *value TSRMLS_DC) /* {{{ */ in zend_update_property()
3724 …y_null(zend_class_entry *scope, zval *object, const char *name, int name_length TSRMLS_DC) /* {{{ … in zend_update_property_null()
3736 …lass_entry *scope, zval *object, const char *name, int name_length, long value TSRMLS_DC) /* {{{ */ in zend_update_property_bool()
3748 …lass_entry *scope, zval *object, const char *name, int name_length, long value TSRMLS_DC) /* {{{ */ in zend_update_property_long()
3760 …ss_entry *scope, zval *object, const char *name, int name_length, double value TSRMLS_DC) /* {{{ */ in zend_update_property_double()
3772 …entry *scope, zval *object, const char *name, int name_length, const char *value TSRMLS_DC) /* {{{… in zend_update_property_string()
3784 …l *object, const char *name, int name_length, const char *value, int value_len TSRMLS_DC) /* {{{ */ in zend_update_property_stringl()
3796 …operty(zend_class_entry *scope, const char *name, int name_length, zval *value TSRMLS_DC) /* {{{ */ in zend_update_static_property()
3833 …static_property_null(zend_class_entry *scope, const char *name, int name_length TSRMLS_DC) /* {{{ … in zend_update_static_property_null()
3845 …ty_bool(zend_class_entry *scope, const char *name, int name_length, long value TSRMLS_DC) /* {{{ */ in zend_update_static_property_bool()
3857 …ty_long(zend_class_entry *scope, const char *name, int name_length, long value TSRMLS_DC) /* {{{ */ in zend_update_static_property_long()
3869 …ouble(zend_class_entry *scope, const char *name, int name_length, double value TSRMLS_DC) /* {{{ */ in zend_update_static_property_double()
3881 …ng(zend_class_entry *scope, const char *name, int name_length, const char *value TSRMLS_DC) /* {{{… in zend_update_static_property_string()
3893 …ry *scope, const char *name, int name_length, const char *value, int value_len TSRMLS_DC) /* {{{ */ in zend_update_static_property_stringl()
3905 …entry *scope, zval *object, const char *name, int name_length, zend_bool silent TSRMLS_DC) /* {{{ … in zend_read_property()
3930 …ty(zend_class_entry *scope, const char *name, int name_length, zend_bool silent TSRMLS_DC) /* {{{ … in zend_read_static_property()
3943 ZEND_API void zend_save_error_handling(zend_error_handling *current TSRMLS_DC) /* {{{ */ in zend_save_error_handling()
3954 …ing_t error_handling, zend_class_entry *exception_class, zend_error_handling *current TSRMLS_DC) /… in zend_replace_error_handling()
3968 ZEND_API void zend_restore_error_handling(zend_error_handling *saved TSRMLS_DC) /* {{{ */ in zend_restore_error_handling()