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.c3749 fcc->calling_scope = scope; in zend_is_callable_check_class()
3794 fcc->calling_scope = ce; in zend_is_callable_check_class()
3844 fcc->calling_scope = NULL; in zend_is_callable_check_func()
3938 fcc->calling_scope = ce_org; in zend_is_callable_check_func()
3949 fcc->calling_scope && in zend_is_callable_check_func()
3976 (fcc->calling_scope && in zend_is_callable_check_func()
4009 } else if (fcc->calling_scope) { in zend_is_callable_check_func()
4011 fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname); in zend_is_callable_check_func()
4060 if (fcc->calling_scope) { in zend_is_callable_check_func()
4149 fcc->calling_scope = NULL; in zend_is_callable_at_frame()
[all …]
H A Dzend_API.h61 zend_class_entry *calling_scope; member
754 && a->calling_scope == b->calling_scope in zend_fcc_equals()
761 && 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.c384 alfi->ce = fcc->calling_scope; in autoload_func_info_from_fci()

Completed in 48 milliseconds