Home
last modified time | relevance | path

Searched refs:called_scope (Results 1 – 20 of 20) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_closures.h32 …, zend_function *op_array, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr…
33 …, zend_function *op_array, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr…
H A Dzend_closures.c44 zend_class_entry *called_scope; member
148 fci_cache.called_scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
190 zend_class_entry *ce, *called_scope; in ZEND_METHOD() local
223 called_scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
225 called_scope = ce; in ZEND_METHOD()
228 zend_create_closure(return_value, &closure->func, ce, called_scope, newthis); in ZEND_METHOD()
290 zend_create_fake_closure(return_value, mptr, mptr->common.scope, fcc.called_scope, NULL); in zend_create_closure_from_callable()
470 closure->func.common.scope, closure->called_scope, &closure->this_ptr); in zend_closure_clone()
479 *ce_ptr = closure->called_scope; in zend_closure_get_closure()
710 closure->called_scope = called_scope; in zend_create_closure()
[all …]
H A Dzend_execute.h166 … call_info, zend_function *func, uint32_t num_args, zend_class_entry *called_scope, zend_object *o… in zend_vm_init_call_frame() argument
173 Z_CE(call->This) = called_scope; in zend_vm_init_call_frame()
179 … call_info, zend_function *func, uint32_t num_args, zend_class_entry *called_scope, zend_object *o… in zend_vm_stack_push_call_frame_ex() argument
188 …zend_vm_init_call_frame(call, call_info | ZEND_CALL_ALLOCATED, func, num_args, called_scope, objec… in zend_vm_stack_push_call_frame_ex()
192 zend_vm_init_call_frame(call, call_info, func, num_args, called_scope, object); in zend_vm_stack_push_call_frame_ex()
207 … call_info, zend_function *func, uint32_t num_args, zend_class_entry *called_scope, zend_object *o… in zend_vm_stack_push_call_frame() argument
212 func, num_args, called_scope, object); in zend_vm_stack_push_call_frame()
H A Dzend_interfaces.c86 fcic.called_scope = Z_OBJCE_P(object); in zend_call_method()
88 zend_class_entry *called_scope = zend_get_called_scope(EG(current_execute_data)); in zend_call_method() local
91 (!called_scope || in zend_call_method()
92 !instanceof_function(called_scope, obj_ce))) { in zend_call_method()
93 fcic.called_scope = obj_ce; in zend_call_method()
95 fcic.called_scope = called_scope; in zend_call_method()
H A Dzend_execute.c2567 zend_class_entry *called_scope; in zend_init_dynamic_call_string() local
2589 if (called_scope->get_static_method) { in zend_init_dynamic_call_string()
2590 fbc = called_scope->get_static_method(called_scope, mname); in zend_init_dynamic_call_string()
2637 called_scope = NULL; in zend_init_dynamic_call_string()
2645 fbc, num_args, called_scope, NULL); in zend_init_dynamic_call_string()
2652 zend_class_entry *called_scope; in zend_init_dynamic_call_object() local
2678 fbc, num_args, called_scope, object); in zend_init_dynamic_call_object()
2685 zend_class_entry *called_scope; in zend_init_dynamic_call_array() local
2720 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); in zend_init_dynamic_call_array()
2747 called_scope = Z_OBJCE_P(obj); in zend_init_dynamic_call_array()
[all …]
H A Dzend_API.c2840 fcc->called_scope = zend_get_called_scope(EG(current_execute_data)); in zend_is_callable_check_class()
2864 if (!called_scope) { in zend_is_callable_check_class()
2867 fcc->called_scope = called_scope; in zend_is_callable_check_class()
2868 fcc->calling_scope = called_scope; in zend_is_callable_check_class()
2891 fcc->called_scope = object->ce; in zend_is_callable_check_class()
2893 fcc->called_scope = fcc->calling_scope; in zend_is_callable_check_class()
3178 fcc->called_scope = fcc->object->ce; in zend_is_callable_check_func()
3204 fcc->called_scope = NULL; in zend_is_callable_ex()
3235 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()
3320 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()
[all …]
H A Dzend_vm_def.h3125 zend_class_entry *called_scope; variable
3188 called_scope = obj->ce;
3496 zend_class_entry *called_scope; variable
3505 called_scope = fcc.called_scope;
3553 called_scope = NULL;
7363 zend_class_entry *called_scope; variable
7371 called_scope = Z_OBJCE(EX(This));
7379 called_scope = Z_CE(EX(This));
7901 zend_class_entry *called_scope, *scope; variable
7929 called_scope = Z_OBJCE(EX(This));
[all …]
H A Dzend_builtin_functions.c1024 zend_class_entry *called_scope; in ZEND_FUNCTION() local
1030 called_scope = zend_get_called_scope(execute_data); in ZEND_FUNCTION()
1031 if (called_scope) { in ZEND_FUNCTION()
1032 RETURN_STR_COPY(called_scope->name); in ZEND_FUNCTION()
H A Dzend_execute_API.c769 func, fci->param_count, fci_cache->called_scope, fci->object); in zend_call_function()
1024 fcall_cache.called_scope = NULL; in zend_lookup_class_ex()
H A Dzend_vm_execute.h5405 called_scope = obj->ce;
5633 called_scope = fcc.called_scope;
5680 called_scope = NULL;
9342 called_scope = obj->ce;
9570 called_scope = fcc.called_scope;
9617 called_scope = NULL;
11320 called_scope = obj->ce;
11549 called_scope = fcc.called_scope;
11597 called_scope = NULL;
29526 called_scope = obj->ce;
[all …]
H A Dzend_API.h58 zend_class_entry *called_scope; member
/PHP-7.1/ext/spl/
H A Dspl_engine.h75 fcc.called_scope = pce; in spl_instantiate_arg_n()
H A Dspl_directory.c2094 fcic.called_scope = NULL; in spl_filesystem_file_call()
/PHP-7.1/ext/standard/
H A Dbasic_functions.c4913 zend_class_entry *called_scope; local
4926 called_scope = zend_get_called_scope(execute_data);
4927 if (called_scope && fci_cache.calling_scope &&
4928 instanceof_function(called_scope, fci_cache.calling_scope)) {
4929 fci_cache.called_scope = called_scope;
4948 zend_class_entry *called_scope; local
4957 called_scope = zend_get_called_scope(execute_data);
4958 if (called_scope && fci_cache.calling_scope &&
4959 instanceof_function(called_scope, fci_cache.calling_scope)) {
4960 fci_cache.called_scope = called_scope;
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1475 fcc.called_scope = Z_OBJCE(reflector); in _reflection_export()
2001 fcc.called_scope = NULL; in ZEND_METHOD()
2062 fcc.called_scope = NULL; in ZEND_METHOD()
3332 fcc.called_scope = intern->ce; in reflection_method_invoke()
4891 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
4993 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
/PHP-7.1/main/streams/
H A Duserspace.c317 fcc.called_scope = Z_OBJCE_P(object); in user_stream_create_object()
/PHP-7.1/ext/mysqli/
H A Dmysqli.c1315 fcc.called_scope = Z_OBJCE_P(return_value); in php_mysqli_fetch_into_hash()
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c453 fcc.called_scope = Z_OBJCE_P(object); in pdo_stmt_construct()
H A Dpdo_stmt.c748 fcc->called_scope = ce; in do_fetch_class_prepare()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c2848 fcc.called_scope = Z_OBJCE_P(return_value);

Completed in 276 milliseconds