Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_closures.h31 …, zend_function *op_array, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr…
32 …, 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
153 fci_cache.called_scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
157 …sure(&new_closure, fci_cache.function_handler, Z_OBJCE_P(newthis), closure->called_scope, newthis); in ZEND_METHOD()
192 zend_class_entry *ce, *called_scope; in ZEND_METHOD() local
225 called_scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
227 called_scope = ce; in ZEND_METHOD()
230 zend_create_closure(return_value, &closure->func, ce, called_scope, newthis); in ZEND_METHOD()
383 closure->func.common.scope, closure->called_scope, &closure->this_ptr); in zend_closure_clone()
398 *ce_ptr = closure->called_scope; in zend_closure_get_closure()
614 closure->called_scope = called_scope; in zend_create_closure()
[all …]
H A Dzend_interfaces.c91 fcic.called_scope = Z_OBJCE_P(object); in zend_call_method()
93 zend_class_entry *called_scope = zend_get_called_scope(EG(current_execute_data)); in zend_call_method() local
96 (!called_scope || in zend_call_method()
97 !instanceof_function(called_scope, obj_ce))) { in zend_call_method()
98 fcic.called_scope = obj_ce; in zend_call_method()
100 fcic.called_scope = called_scope; in zend_call_method()
H A Dzend_execute.h174 … 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
193 call->called_scope = called_scope; 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_vm_def.h2926 zend_class_entry *called_scope; variable
2989 called_scope = obj->ce;
3173 ce = EX(called_scope);
3219 zend_class_entry *called_scope; variable
3251 fbc = called_scope->get_static_method(called_scope, mname);
3301 called_scope = NULL;
3352 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method));
3442 zend_class_entry *called_scope; variable
3451 called_scope = fcc.called_scope;
3496 called_scope = NULL;
[all …]
H A Dzend_exceptions.c270 if (execute_data->called_scope) { in ZEND_METHOD()
271 ce = execute_data->called_scope; in ZEND_METHOD()
333 if (execute_data->called_scope) { in ZEND_METHOD()
334 ce = execute_data->called_scope; in ZEND_METHOD()
H A Dzend_API.c2843 fcc->called_scope = zend_get_called_scope(EG(current_execute_data)); in zend_is_callable_check_class()
2867 if (!called_scope) { in zend_is_callable_check_class()
2870 fcc->called_scope = called_scope; in zend_is_callable_check_class()
2871 fcc->calling_scope = called_scope; in zend_is_callable_check_class()
2894 fcc->called_scope = object->ce; in zend_is_callable_check_class()
2896 fcc->called_scope = fcc->calling_scope; in zend_is_callable_check_class()
3174 fcc->called_scope = fcc->object->ce; in zend_is_callable_check_func()
3200 fcc->called_scope = NULL; in zend_is_callable_ex()
3231 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()
3316 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()
[all …]
H A Dzend_execute_API.c773 func, fci->param_count, fci_cache->called_scope, fci_cache->object); in zend_call_function()
1045 fcall_cache.called_scope = NULL; in zend_lookup_class_ex()
1077 if (ex->called_scope) { in zend_get_called_scope()
1078 return ex->called_scope; in zend_get_called_scope()
1081 return ex->called_scope; in zend_get_called_scope()
H A Dzend_vm_execute.h1956 fbc = called_scope->get_static_method(called_scope, mname);
2006 called_scope = NULL;
2057 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method));
2387 fbc = called_scope->get_static_method(called_scope, mname);
2488 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method));
2651 fbc = called_scope->get_static_method(called_scope, mname);
2752 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method));
5822 called_scope = fcc.called_scope;
5866 called_scope = NULL;
9617 called_scope = fcc.called_scope;
[all …]
H A Dzend_builtin_functions.c947 zend_class_entry *called_scope; in ZEND_FUNCTION() local
953 called_scope = zend_get_called_scope(execute_data); in ZEND_FUNCTION()
954 if (called_scope) { in ZEND_FUNCTION()
955 RETURN_STR_COPY(called_scope->name); in ZEND_FUNCTION()
H A Dzend_compile.h436 zend_class_entry *called_scope; member
H A Dzend_API.h60 zend_class_entry *called_scope; member
H A Dzend_execute.c2345 call->called_scope, in zend_create_generator_execute_data()
/PHP-7.0/ext/spl/
H A Dspl_engine.h77 fcc.called_scope = pce; in spl_instantiate_arg_n()
H A Dspl_directory.c2090 fcic.called_scope = NULL; in spl_filesystem_file_call()
/PHP-7.0/ext/standard/
H A Dbasic_functions.c4824 zend_class_entry *called_scope; local
4836 called_scope = zend_get_called_scope(execute_data);
4837 if (called_scope && fci_cache.calling_scope &&
4838 instanceof_function(called_scope, fci_cache.calling_scope)) {
4839 fci_cache.called_scope = called_scope;
4855 zend_class_entry *called_scope; local
4864 called_scope = zend_get_called_scope(execute_data);
4865 if (called_scope && fci_cache.calling_scope &&
4866 instanceof_function(called_scope, fci_cache.calling_scope)) {
4867 fci_cache.called_scope = called_scope;
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c1434 fcc.called_scope = Z_OBJCE(reflector); in _reflection_export()
1963 fcc.called_scope = NULL; in ZEND_METHOD()
2023 fcc.called_scope = NULL; in ZEND_METHOD()
3255 fcc.called_scope = intern->ce; in ZEND_METHOD()
3362 fcc.called_scope = intern->ce; in ZEND_METHOD()
4666 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
4770 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
/PHP-7.0/main/streams/
H A Duserspace.c319 fcc.called_scope = Z_OBJCE_P(object); in user_stream_create_object()
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c455 fcc.called_scope = Z_OBJCE_P(object); in pdo_stmt_construct()
H A Dpdo_stmt.c756 fcc->called_scope = ce; in do_fetch_class_prepare()
/PHP-7.0/ext/mysqli/
H A Dmysqli.c1324 fcc.called_scope = Z_OBJCE_P(return_value); in php_mysqli_fetch_into_hash()
/PHP-7.0/ext/pgsql/
H A Dpgsql.c2819 fcc.called_scope = Z_OBJCE_P(return_value);

Completed in 353 milliseconds