Home
last modified time | relevance | path

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

/PHP-5.3/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.c200 EG(called_scope) = NULL; in init_executor()
770 zend_class_entry *called_scope = NULL; in zend_call_function() local
837 called_scope = fci_cache->called_scope; in zend_call_function()
921 current_called_scope = EG(called_scope); in zend_call_function()
922 if (called_scope) { in zend_call_function()
923 EG(called_scope) = called_scope; in zend_call_function()
925 EG(called_scope) = NULL; in zend_call_function()
1030 EG(called_scope) = current_called_scope; in zend_call_function()
1120 fcall_cache.called_scope = NULL; in zend_lookup_class_ex()
1553 if (!EG(called_scope)) { in zend_fetch_class()
[all …]
H A Dzend_vm_execute.skl29 EX(called_scope) = NULL;
H A Dzend_vm_def.h1988 EX(called_scope) = ce;
1993 EX(called_scope) = EG(called_scope);
1995 EX(called_scope) = ce;
2226 if (IS_CTOR_USED(EX(called_scope))) { in ZEND_VM_HELPER()
2240 EX(called_scope) = DECODE_CTOR(EX(called_scope)); in ZEND_VM_HELPER()
2297 EG(called_scope) = EX(called_scope); in ZEND_VM_HELPER()
2398 if (IS_CTOR_USED(EX(called_scope))) { in ZEND_VM_HELPER()
2413 EX(called_scope) = DECODE_CTOR(EX(called_scope)); in ZEND_VM_HELPER()
4328 if (IS_CTOR_CALL(EX(called_scope))) {
4329 if (IS_CTOR_USED(EX(called_scope))) {
[all …]
H A Dzend_globals.h200 zend_class_entry *called_scope; /* Scope of the calling class */ member
H A Dzend_execute.h344 … 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
350 *called_scope = (zend_class_entry *) a; in zend_arg_types_stack_3_pop()
H A Dzend_constants.c331 if (EG(called_scope)) { in zend_get_constant_ex()
332 ce = EG(called_scope); in zend_get_constant_ex()
H A Dzend_API.c2372 fcc->called_scope = EG(called_scope); in zend_is_callable_check_class()
2386 fcc->called_scope = EG(called_scope); in zend_is_callable_check_class()
2396 if (!EG(called_scope)) { in zend_is_callable_check_class()
2399 fcc->called_scope = EG(called_scope); in zend_is_callable_check_class()
2400 fcc->calling_scope = EG(called_scope); in zend_is_callable_check_class()
2415 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); in zend_is_callable_check_class()
2682 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); in zend_is_callable_check_func()
2712 fcc->called_scope = NULL; in zend_is_callable_ex()
2747 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()
2824 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()
[all …]
H A Dzend_vm_execute.h297 EG(called_scope) = EX(called_scope); in zend_do_fcall_common_helper_SPEC()
2696 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
3273 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
3742 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()
3967 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
4404 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
10504 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
12317 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMP_HANDLER()
14122 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_VAR_HANDLER()
15021 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
[all …]
H A Dzend_builtin_functions.c756 if (EG(called_scope)) { in ZEND_FUNCTION()
757 RETURN_STRINGL(EG(called_scope)->name, EG(called_scope)->name_length, 1); in ZEND_FUNCTION()
H A Dzend_compile.h313 zend_class_entry *called_scope; member
H A Dzend_API.h59 zend_class_entry *called_scope; member
/PHP-5.3/ext/standard/
H A Dbasic_functions.c4922 if (EG(called_scope) &&
4923 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
4924 fci_cache.called_scope = EG(called_scope);
4952 if (EG(called_scope) &&
4953 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
4954 fci_cache.called_scope = EG(called_scope);
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c1360 fcc.called_scope = Z_OBJCE_P(reflector_ptr); in _reflection_export()
1774 fcc.called_scope = NULL; in ZEND_METHOD()
1841 fcc.called_scope = NULL; in ZEND_METHOD()
2633 fcc.called_scope = intern->ce; in ZEND_METHOD()
2742 fcc.called_scope = intern->ce; in ZEND_METHOD()
3932 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
4012 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c486 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.3/main/streams/
H A Duserspace.c316 fcc.called_scope = Z_OBJCE_P(us->object); in user_wrapper_opener()
/PHP-5.3/ext/mysqli/
H A Dmysqli.c1309 fcc.called_scope = Z_OBJCE_P(return_value); in php_mysqli_fetch_into_hash()
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c2165 fcc.called_scope = Z_OBJCE_P(return_value);
/PHP-5.3/ext/sqlite/
H A Dsqlite.c2464 fcc.called_scope = Z_OBJCE_P(return_value); in PHP_FUNCTION()
/PHP-5.3/ext/spl/
H A Dspl_directory.c2132 fcic.called_scope = NULL; in spl_filesystem_file_call()
/PHP-5.3/ext/pgsql/
H A Dpgsql.c2573 fcc.called_scope = Z_OBJCE_P(return_value);

Completed in 219 milliseconds