Home
last modified time | relevance | path

Searched refs:calling_scope (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/
H A Dzend_API.c3661 fcc->calling_scope = scope; in zend_is_callable_check_class()
3706 fcc->calling_scope = ce; in zend_is_callable_check_class()
3756 fcc->calling_scope = NULL; in zend_is_callable_check_func()
3850 fcc->calling_scope = ce_org; in zend_is_callable_check_func()
3861 fcc->calling_scope && in zend_is_callable_check_func()
3888 (fcc->calling_scope && in zend_is_callable_check_func()
3921 } else if (fcc->calling_scope) { in zend_is_callable_check_func()
3923 fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname); in zend_is_callable_check_func()
3972 if (fcc->calling_scope) { in zend_is_callable_check_func()
4061 fcc->calling_scope = NULL; in zend_is_callable_at_frame()
[all …]
H A Dzend_API.h61 zend_class_entry *calling_scope; member
753 && a->calling_scope == b->calling_scope in zend_fcc_equals()
760 && a->calling_scope == b->calling_scope in zend_fcc_equals()
/php-src/ext/standard/
H A Dbasic_functions.c1519 if (called_scope && fci_cache.calling_scope &&
1520 instanceof_function(called_scope, fci_cache.calling_scope)) {
1552 if (called_scope && fci_cache.calling_scope &&
1553 instanceof_function(called_scope, fci_cache.calling_scope)) {
/php-src/ext/xml/
H A Dxml.c1102 parser_handler_fcc->calling_scope = NULL; in php_xml_check_string_method_arg()
1113 && parser_to_check->fcc_field.calling_scope == NULL \
/php-src/ext/spl/
H A Dphp_spl.c386 alfi->ce = fcc->calling_scope; in autoload_func_info_from_fci()

Completed in 58 milliseconds