Home
last modified time | relevance | path

Searched refs:zend_function (Results 26 – 50 of 76) sorted by relevance

1234

/PHP-7.3/Zend/
H A Dzend_vm_execute.skl33 …(zend_function*)op_array, 0, zend_get_called_scope(EG(current_execute_data)), zend_get_this_object…
H A Dzend_API.c175 zend_function *active_function = EG(current_execute_data)->func; in zend_wrong_parameters_none_error()
195 zend_function *active_function = EG(current_execute_data)->func; in zend_wrong_parameters_none_exception()
215 zend_function *active_function = EG(current_execute_data)->func; in zend_wrong_parameters_count_error()
234 zend_function *active_function = EG(current_execute_data)->func; in zend_wrong_parameters_count_exception()
861 zend_function *active_function = EG(current_execute_data)->func; in zend_parse_parameters_debug_error()
2161 zend_function function, *reg_function; in zend_register_functions()
2252 zend_set_function_arg_flags((zend_function*)internal_function); in zend_register_functions()
3012 zend_function *func; in zend_is_callable_check_func()
3109 zend_function *priv_fbc = Z_PTR_P(zv); in zend_is_callable_check_func()
3311 zend_function *fptr; in zend_get_callable_name_ex()
[all …]
H A Dzend_opcode.c96 ZEND_API void destroy_zend_function(zend_function *function) in destroy_zend_function()
106 zend_function *function = Z_PTR_P(zv); in zend_function_dtor()
210 zend_function *fn; in destroy_zend_class()
H A Dzend_objects.c76 zend_function *destructor = object->ce->destructor; in zend_objects_destroy_object()
H A Dzend_compile.c1038 zend_function *function, *new_function; in do_bind_function()
1050 function = (zend_function*)Z_PTR_P(zv); in do_bind_function()
1055 zend_function *old_function; in do_bind_function()
1059 old_function = (zend_function*)Z_PTR_P(zv); in do_bind_function()
3541 zend_function *fbc; in zend_try_compile_ct_bound_init_user_func()
4012 zend_function *fbc; in zend_compile_call()
4062 zend_function *fbc = NULL; in zend_compile_method_call()
4117 zend_function *fbc = NULL; in zend_compile_static_call()
5891 ce->clone = (zend_function *) op_array; in zend_begin_method_decl()
5909 ce->__get = (zend_function *) op_array; in zend_begin_method_decl()
[all …]
H A Dzend_builtin_functions.c1267 zend_function *mptr; in ZEND_FUNCTION()
1350 zend_function *func = Z_OBJ_HT_P(klass)->get_method(&obj, method_name, NULL); in ZEND_FUNCTION()
1533 zend_function *func; in ZEND_FUNCTION()
1839 zend_function *func = Z_PTR_P(zv); in copy_function_name()
2254 zend_function *func; in ZEND_FUNCTION()
2452 zend_function *func; in zend_fetch_debug_backtrace()
2706 zend_function *zif; in ZEND_FUNCTION()
H A Dzend_vm_def.h3003 zend_function *fbc;
3154 zend_function *fbc;
3291 zend_function *fbc;
3378 zend_function *func;
3450 zend_function *fbc;
3484 zend_function *fbc;
3514 zend_function *fbc = call->func;
4931 zend_function *constructor;
5005 zend_function *clone;
7095 zend_function *fbc;
[all …]
H A Dzend_API.h53 zend_function *function_handler;
282 …d_check_magic_method_implementation(const zend_class_entry *ce, const zend_function *fptr, int err…
508 ZEND_API int zend_fcall_info_args_ex(zend_fcall_info *fci, zend_function *func, zval *args);
547 ZEND_API zend_string *zend_resolve_method_name(zend_class_entry *ce, zend_function *f);
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_utils.h34 PHPDBG_API const zend_function *phpdbg_get_function(const char*, const char*);
H A Dphpdbg_frame.c30 static inline void phpdbg_append_individual_arg(smart_str *s, uint32_t i, zend_function *func, zval… in ZEND_EXTERN_MODULE_GLOBALS()
202 const zend_function *func = NULL; in phpdbg_dump_prototype()
H A Dphpdbg_bp.c34 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_symbol(zend_function*);
578 zend_function *func; in phpdbg_resolve_opline_break()
962 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_symbol(zend_function *fbc) /* {{{ */ in phpdbg_find_breakpoint_symbol()
1032 zend_function *function = execute_data->func; in phpdbg_find_breakpoint_param()
1110 zend_function *orig_func = EG(current_execute_data)->func; in phpdbg_find_conditional_breakpoint()
H A Dphpdbg_utils.c171 PHPDBG_API const zend_function *phpdbg_get_function(const char *fname, const char *cname) /* {{{ */ in phpdbg_get_function()
173 zend_function *func = NULL; in phpdbg_get_function()
H A Dphpdbg_info.c432 zend_function *zf; in PHPDBG_INFO()
/PHP-7.3/ext/spl/
H A Dspl_fixedarray.c51 zend_function *fptr_offset_get;
52 zend_function *fptr_offset_set;
53 zend_function *fptr_offset_has;
54 zend_function *fptr_offset_del;
55 zend_function *fptr_count;
H A Dspl_dllist.c88 zend_function *fptr_offset_get;
89 zend_function *fptr_offset_set;
90 zend_function *fptr_offset_has;
91 zend_function *fptr_offset_del;
92 zend_function *fptr_count;
H A Dspl_array.c67 zend_function *fptr_offset_get;
68 zend_function *fptr_offset_set;
69 zend_function *fptr_offset_has;
70 zend_function *fptr_offset_del;
71 zend_function *fptr_count;
H A Dspl_heap.c72 zend_function *fptr_cmp;
73 zend_function *fptr_count;
H A Dspl_iterators.c107 zend_function *beginIteration;
108 zend_function *endIteration;
109 zend_function *callHasChildren;
110 zend_function *callGetChildren;
111 zend_function *beginChildren;
112 zend_function *endChildren;
113 zend_function *nextElement;
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c45 zend_function *function = Z_PTR_P(zv); in zend_accel_destroy_zend_function()
105 zend_function *function = Z_PTR_P(zv); in is_not_internal_function()
126 zend_function *function = Z_PTR(p->val); in zend_accel_move_user_functions()
467 zend_function *function1, *function2; in zend_accel_function_hash_copy()
511 zend_function *function1, *function2; in zend_accel_function_hash_copy_from_shm()
/PHP-7.3/ext/pdo/
H A Dpdo_dbh.c1280 zend_function *func = (zend_function*)Z_PTR_P(el); in cls_method_dtor()
1289 zend_function *func = (zend_function*)Z_PTR_P(el); in cls_method_pdtor()
1354 zend_set_function_arg_flags((zend_function*)&func); in pdo_hash_methods()
1368 zend_function *fbc = NULL; in dbh_method_get()
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h109 zend_function *zend_optimizer_get_called_func(
H A Dzend_optimizer.c221 zend_function *fbc = (zend_function *)zend_hash_str_find_ptr(EG(function_table), name, len); in zend_optimizer_is_disabled_func()
987 zend_function *zend_optimizer_get_called_func( in zend_optimizer_get_called_func()
995 zend_function *func; in zend_optimizer_get_called_func()
1013 zend_function *func; in zend_optimizer_get_called_func()
1042 zend_function *fbc = zend_hash_find_ptr( in zend_optimizer_get_called_func()
1430 zend_function *func; in zend_adjust_fcall_stack_size()
H A Dzend_call_graph.c85 zend_function *func; in zend_analyze_calls()
H A Dpass1_5.c142 fake_execute_data.func = (zend_function*)op_array; in zend_optimizer_pass1()
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c50 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count);
2096 static zend_function* php_sxe_find_fptr_count(zend_class_entry *ce) in php_sxe_find_fptr_count()
2098 zend_function *fptr_count = NULL; in php_sxe_find_fptr_count()
2123 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count) in php_sxe_object_new()
2166 zend_function *fptr_count; in PHP_FUNCTION()
2212 zend_function *fptr_count; in PHP_FUNCTION()
2515 zend_function *fptr_count; in PHP_FUNCTION()

Completed in 146 milliseconds

1234