Home
last modified time | relevance | path

Searched refs:last_scope (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.c651 zend_class_entry *last_scope = NULL; in PHP_FUNCTION() local
671 } else if (cur->function_name != last_function || cur->scope != last_scope) { in PHP_FUNCTION()
674 last_scope = cur->scope; in PHP_FUNCTION()
675 if (last_scope == NULL) { in PHP_FUNCTION()
678 …_LEN(last_function) + ZSTR_LEN(last_scope->name) + 2, "%.*s::%.*s", (int) ZSTR_LEN(last_scope->nam… in PHP_FUNCTION()
/PHP-7.0/Zend/
H A Dzend_API.c2919 zend_class_entry *last_scope; in zend_is_callable_check_func() local
2982 last_scope = EG(scope); in zend_is_callable_check_func()
2990 EG(scope) = last_scope; in zend_is_callable_check_func()
2994 EG(scope) = last_scope; in zend_is_callable_check_func()

Completed in 24 milliseconds