Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_interfaces.c88 fcic.called_scope = Z_OBJCE_PP(object_pp); in zend_call_method()
90 !(EG(called_scope) && in zend_call_method()
91 instanceof_function(EG(called_scope), obj_ce TSRMLS_CC))) { in zend_call_method()
92 fcic.called_scope = obj_ce; in zend_call_method()
94 fcic.called_scope = EG(called_scope); in zend_call_method()
H A Dzend_execute_API.c190 EG(called_scope) = NULL; in init_executor()
762 zend_class_entry *called_scope = NULL; in zend_call_function() local
829 called_scope = fci_cache->called_scope; in zend_call_function()
910 current_called_scope = EG(called_scope); in zend_call_function()
911 if (called_scope) { in zend_call_function()
912 EG(called_scope) = called_scope; in zend_call_function()
914 EG(called_scope) = NULL; in zend_call_function()
1019 EG(called_scope) = current_called_scope; in zend_call_function()
1129 fcall_cache.called_scope = NULL; in zend_lookup_class_ex()
1577 if (!EG(called_scope)) { in zend_fetch_class()
[all …]
H A Dzend_vm_def.h2242 EX(called_scope) = ce;
2247 EX(called_scope) = EG(called_scope);
2249 EX(called_scope) = ce;
2427 EX(called_scope) = ce;
2596 EX(called_scope) = DECODE_CTOR(EX(called_scope)); in ZEND_VM_HELPER()
2656 EG(called_scope) = EX(called_scope); in ZEND_VM_HELPER()
2765 if (IS_CTOR_USED(EX(called_scope))) { in ZEND_VM_HELPER()
2780 EX(called_scope) = DECODE_CTOR(EX(called_scope)); in ZEND_VM_HELPER()
5025 if (IS_CTOR_CALL(EX(called_scope))) {
5026 if (IS_CTOR_USED(EX(called_scope))) {
[all …]
H A Dzend_vm_execute.skl30 EX(called_scope) = NULL;
H A Dzend_globals.h200 zend_class_entry *called_scope; /* Scope of the calling class */ member
H A Dzend_vm_execute.h614 EG(called_scope) = EX(called_scope); in zend_do_fcall_common_helper_SPEC()
3446 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
4254 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
4930 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()
5493 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
6175 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
13558 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
15736 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMP_HANDLER()
17877 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_VAR_HANDLER()
19161 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
[all …]
H A Dzend_execute.h365 … zend_arg_types_stack_3_pop(zend_ptr_stack *stack, zend_class_entry **called_scope, zval **object,… in zend_arg_types_stack_3_pop() argument
371 *called_scope = (zend_class_entry *) a; in zend_arg_types_stack_3_pop()
H A Dzend_API.c2623 fcc->called_scope = EG(called_scope); in zend_is_callable_check_class()
2637 fcc->called_scope = EG(called_scope); in zend_is_callable_check_class()
2647 if (!EG(called_scope)) { in zend_is_callable_check_class()
2650 fcc->called_scope = EG(called_scope); in zend_is_callable_check_class()
2651 fcc->calling_scope = EG(called_scope); in zend_is_callable_check_class()
2666 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); in zend_is_callable_check_class()
2932 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); in zend_is_callable_check_func()
2962 fcc->called_scope = NULL; in zend_is_callable_ex()
2997 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()
3074 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()
[all …]
H A Dzend_constants.c369 if (EG(called_scope)) { in zend_get_constant_ex()
370 ce = EG(called_scope); in zend_get_constant_ex()
H A Dzend_builtin_functions.c783 if (EG(called_scope)) { in ZEND_FUNCTION()
784 RETURN_STRINGL(EG(called_scope)->name, EG(called_scope)->name_length, 1); in ZEND_FUNCTION()
H A Dzend_compile.h370 zend_class_entry *called_scope; member
H A Dzend_API.h59 zend_class_entry *called_scope; member
/PHP-5.4/ext/standard/
H A Dbasic_functions.c4863 if (EG(called_scope) &&
4864 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
4865 fci_cache.called_scope = EG(called_scope);
4893 if (EG(called_scope) &&
4894 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
4895 fci_cache.called_scope = EG(called_scope);
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c1407 fcc.called_scope = Z_OBJCE_P(reflector_ptr); in _reflection_export()
1923 fcc.called_scope = NULL; in ZEND_METHOD()
1990 fcc.called_scope = NULL; in ZEND_METHOD()
2895 fcc.called_scope = intern->ce; in ZEND_METHOD()
3004 fcc.called_scope = intern->ce; in ZEND_METHOD()
4224 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
4322 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
/PHP-5.4/ext/mysqli/
H A Dmysqli.c1314 fcc.called_scope = Z_OBJCE_P(return_value); in php_mysqli_fetch_into_hash()
/PHP-5.4/ext/pdo/
H A Dpdo_dbh.c491 fcc.called_scope = Z_OBJCE_P(object); in pdo_stmt_construct()
H A Dpdo_stmt.c780 fcc->called_scope = ce; in do_fetch_class_prepare()
/PHP-5.4/main/streams/
H A Duserspace.c318 fcc.called_scope = Z_OBJCE_P(object); in user_stream_create_object()
/PHP-5.4/ext/mysql/
H A Dphp_mysql.c2203 fcc.called_scope = Z_OBJCE_P(return_value);
/PHP-5.4/ext/spl/
H A Dspl_directory.c2134 fcic.called_scope = NULL; in spl_filesystem_file_call()
/PHP-5.4/ext/pgsql/
H A Dpgsql.c2718 fcc.called_scope = Z_OBJCE_P(return_value);

Completed in 287 milliseconds