Home
last modified time | relevance | path

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

/PHP-7.2/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.c41 zend_class_entry *called_scope; member
145 fci_cache.called_scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
187 zend_class_entry *ce, *called_scope; in ZEND_METHOD() local
220 called_scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
222 called_scope = ce; in ZEND_METHOD()
225 zend_create_closure(return_value, &closure->func, ce, called_scope, newthis); in ZEND_METHOD()
295 zend_create_fake_closure(return_value, mptr, mptr->common.scope, fcc.called_scope, NULL); in zend_create_closure_from_callable()
475 closure->func.common.scope, closure->called_scope, &closure->this_ptr); in zend_closure_clone()
484 *ce_ptr = closure->called_scope; in zend_closure_get_closure()
715 closure->called_scope = called_scope; in zend_create_closure()
[all …]
H A Dzend_execute.h167 … call_info, zend_function *func, uint32_t num_args, zend_class_entry *called_scope, zend_object *o… in zend_vm_init_call_frame() argument
174 Z_CE(call->This) = called_scope; in zend_vm_init_call_frame()
180 … 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
189 …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()
193 zend_vm_init_call_frame(call, call_info, func, num_args, called_scope, object); in zend_vm_stack_push_call_frame_ex()
208 … 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
213 func, num_args, called_scope, object); in zend_vm_stack_push_call_frame()
H A Dzend_interfaces.c87 fcic.called_scope = Z_OBJCE_P(object); in zend_call_method()
89 zend_class_entry *called_scope = zend_get_called_scope(EG(current_execute_data)); in zend_call_method() local
92 (!called_scope || in zend_call_method()
93 !instanceof_function(called_scope, obj_ce))) { in zend_call_method()
94 fcic.called_scope = obj_ce; in zend_call_method()
96 fcic.called_scope = called_scope; in zend_call_method()
H A Dzend_execute.c2551 zend_class_entry *called_scope; in zend_init_dynamic_call_string() local
2573 if (called_scope->get_static_method) { in zend_init_dynamic_call_string()
2574 fbc = called_scope->get_static_method(called_scope, mname); in zend_init_dynamic_call_string()
2621 called_scope = NULL; in zend_init_dynamic_call_string()
2629 fbc, num_args, called_scope, NULL); in zend_init_dynamic_call_string()
2636 zend_class_entry *called_scope; in zend_init_dynamic_call_object() local
2665 fbc, num_args, called_scope, object); in zend_init_dynamic_call_object()
2672 zend_class_entry *called_scope; in zend_init_dynamic_call_array() local
2707 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); in zend_init_dynamic_call_array()
2734 called_scope = Z_OBJCE_P(obj); in zend_init_dynamic_call_array()
[all …]
H A Dzend_API.c2916 fcc->called_scope = zend_get_called_scope(EG(current_execute_data)); in zend_is_callable_check_class()
2940 if (!called_scope) { in zend_is_callable_check_class()
2943 fcc->called_scope = called_scope; in zend_is_callable_check_class()
2944 fcc->calling_scope = called_scope; in zend_is_callable_check_class()
2967 fcc->called_scope = object->ce; in zend_is_callable_check_class()
2969 fcc->called_scope = fcc->calling_scope; in zend_is_callable_check_class()
3254 fcc->called_scope = fcc->object->ce; in zend_is_callable_check_func()
3352 fcc->called_scope = NULL; in zend_is_callable_impl()
3365 fcc->called_scope = fcc->calling_scope; in zend_is_callable_impl()
3421 fcc->called_scope = fcc->calling_scope; in zend_is_callable_impl()
[all …]
H A Dzend_vm_def.h2963 zend_class_entry *called_scope; variable
3025 called_scope = obj->ce;
3336 zend_class_entry *called_scope; variable
3345 called_scope = fcc.called_scope;
3393 called_scope = NULL;
7188 zend_class_entry *called_scope; variable
7194 called_scope = Z_OBJCE(EX(This));
7202 called_scope = Z_CE(EX(This));
7731 zend_class_entry *called_scope, *scope; variable
7762 called_scope = Z_OBJCE(EX(This));
[all …]
H A Dzend_builtin_functions.c915 zend_class_entry *called_scope; in ZEND_FUNCTION() local
921 called_scope = zend_get_called_scope(execute_data); in ZEND_FUNCTION()
922 if (called_scope) { in ZEND_FUNCTION()
923 RETURN_STR_COPY(called_scope->name); in ZEND_FUNCTION()
H A Dzend_execute_API.c747 func, fci->param_count, fci_cache->called_scope, fci->object); in zend_call_function()
987 fcall_cache.called_scope = NULL; in zend_lookup_class_ex()
H A Dzend_vm_execute.h5348 called_scope = obj->ce;
5579 called_scope = fcc.called_scope;
5626 called_scope = NULL;
9399 called_scope = obj->ce;
9630 called_scope = fcc.called_scope;
9677 called_scope = NULL;
11421 called_scope = obj->ce;
11653 called_scope = fcc.called_scope;
11701 called_scope = NULL;
28217 called_scope = obj->ce;
[all …]
H A Dzend_API.h58 zend_class_entry *called_scope; member
/PHP-7.2/ext/spl/
H A Dspl_engine.h75 fcc.called_scope = pce; in spl_instantiate_arg_n()
H A Dphp_spl.c408 zend_class_entry *called_scope = zend_get_called_scope(execute_data); in PHP_FUNCTION() local
439 (!called_scope || in PHP_FUNCTION()
440 !instanceof_function(called_scope, alfi->ce))) { in PHP_FUNCTION()
441 fcic.called_scope = alfi->ce; in PHP_FUNCTION()
443 fcic.called_scope = called_scope; in PHP_FUNCTION()
448 fcic.called_scope = Z_OBJCE(alfi->obj); in PHP_FUNCTION()
H A Dspl_directory.c2117 fcic.called_scope = NULL; in spl_filesystem_file_call()
/PHP-7.2/ext/standard/
H A Dbasic_functions.c4923 zend_class_entry *called_scope; local
4937 called_scope = zend_get_called_scope(execute_data);
4938 if (called_scope && fci_cache.calling_scope &&
4939 instanceof_function(called_scope, fci_cache.calling_scope)) {
4940 fci_cache.called_scope = called_scope;
4959 zend_class_entry *called_scope; local
4969 called_scope = zend_get_called_scope(execute_data);
4970 if (called_scope && fci_cache.calling_scope &&
4971 instanceof_function(called_scope, fci_cache.calling_scope)) {
4972 fci_cache.called_scope = called_scope;
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c1372 fcc.called_scope = Z_OBJCE(reflector); in _reflection_export()
1897 fcc.called_scope = NULL; in ZEND_METHOD()
1902 &intern->obj, &fcc.called_scope, &fcc.function_handler, &fcc.object); in ZEND_METHOD()
1963 fcc.called_scope = NULL; in ZEND_METHOD()
1968 &intern->obj, &fcc.called_scope, &fcc.function_handler, &fcc.object); in ZEND_METHOD()
3221 fcc.called_scope = intern->ce; in reflection_method_invoke()
4779 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
4885 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
/PHP-7.2/ext/pdo/
H A Dpdo_dbh.c456 fcc.called_scope = Z_OBJCE_P(object); in pdo_stmt_construct()
H A Dpdo_stmt.c744 fcc->called_scope = ce; in do_fetch_class_prepare()
/PHP-7.2/main/streams/
H A Duserspace.c320 fcc.called_scope = Z_OBJCE_P(object); in user_stream_create_object()
/PHP-7.2/ext/mysqli/
H A Dmysqli.c1318 fcc.called_scope = Z_OBJCE_P(return_value); in php_mysqli_fetch_into_hash()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c2854 fcc.called_scope = Z_OBJCE_P(return_value);

Completed in 360 milliseconds