Home
last modified time | relevance | path

Searched refs:object_or_called_scope (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_vm_execute.skl45 void *object_or_called_scope;
52 object_or_called_scope = zend_get_this_object(EG(current_execute_data));
53 if (EXPECTED(!object_or_called_scope)) {
54 object_or_called_scope = zend_get_called_scope(EG(current_execute_data));
60 (zend_function*)op_array, 0, object_or_called_scope);
H A Dzend_execute.h254 …ta *call, uint32_t call_info, zend_function *func, uint32_t num_args, void *object_or_called_scope) in zend_vm_init_call_frame() argument
256 ZEND_ASSERT(!func->common.scope || object_or_called_scope); in zend_vm_init_call_frame()
258 Z_PTR(call->This) = object_or_called_scope; in zend_vm_init_call_frame()
263 …ed_stack, uint32_t call_info, zend_function *func, uint32_t num_args, void *object_or_called_scope) in zend_vm_stack_push_call_frame_ex() argument
272 …_vm_init_call_frame(call, call_info | ZEND_CALL_ALLOCATED, func, num_args, object_or_called_scope); in zend_vm_stack_push_call_frame_ex()
276 zend_vm_init_call_frame(call, call_info, func, num_args, object_or_called_scope); in zend_vm_stack_push_call_frame_ex()
291 …all_frame(uint32_t call_info, zend_function *func, uint32_t num_args, void *object_or_called_scope) in zend_vm_stack_push_call_frame() argument
296 func, num_args, object_or_called_scope); in zend_vm_stack_push_call_frame()
H A Dzend_execute.c4749 void *object_or_called_scope; in zend_init_dynamic_call_object() local
4757 object_or_called_scope = called_scope; in zend_init_dynamic_call_object()
4766 object_or_called_scope = object; in zend_init_dynamic_call_object()
4773 object_or_called_scope = object; in zend_init_dynamic_call_object()
4786 fbc, num_args, object_or_called_scope); in zend_init_dynamic_call_object()
4793 void *object_or_called_scope; in zend_init_dynamic_call_array() local
4845 object_or_called_scope = called_scope; in zend_init_dynamic_call_array()
4858 object_or_called_scope = object->ce; in zend_init_dynamic_call_array()
4862 object_or_called_scope = object; in zend_init_dynamic_call_array()
4875 fbc, num_args, object_or_called_scope); in zend_init_dynamic_call_array()
[all …]
H A Dzend_execute_API.c764 void *object_or_called_scope; in zend_call_function() local
804 object_or_called_scope = fci_cache->called_scope; in zend_call_function()
807 object_or_called_scope = fci_cache->object; in zend_call_function()
812 func, fci->param_count, object_or_called_scope); in zend_call_function()
H A Dzend_vm_def.h3845 void *object_or_called_scope; variable
3854 object_or_called_scope = fcc.called_scope;
3863 object_or_called_scope = fcc.object;
3868 object_or_called_scope = fcc.object;
3893 func, opline->extended_value, object_or_called_scope);
H A Dzend_vm_execute.h7071 void *object_or_called_scope; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER() local
7089 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
7094 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
9591 void *object_or_called_scope; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER() local
9609 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
9614 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
11978 void *object_or_called_scope; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER() local
11996 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()
12001 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()
61580 void *object_or_called_scope; local
[all …]
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc8611 | // object_or_called_scope = closure->called_scope;
8625 | // object_or_called_scope = Z_OBJ(closure->this_ptr);
8632 | // Z_PTR(call->This) = object_or_called_scope;
H A Dzend_jit_x86.dasc9232 | // object_or_called_scope = closure->called_scope;
9245 | // object_or_called_scope = Z_OBJ(closure->this_ptr);
9250 | // Z_PTR(call->This) = object_or_called_scope;

Completed in 222 milliseconds