Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c676 zend_class_entry *last_scope = NULL; in PHP_FUNCTION() local
696 } else if (cur->function_name != last_function || cur->scope != last_scope) { in PHP_FUNCTION()
699 last_scope = cur->scope; in PHP_FUNCTION()
700 if (last_scope == NULL) { in PHP_FUNCTION()
703 …_LEN(last_function) + ZSTR_LEN(last_scope->name) + 2, "%.*s::%.*s", (int) ZSTR_LEN(last_scope->nam… in PHP_FUNCTION()

Completed in 9 milliseconds