Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c627 zend_class_entry *last_scope = NULL; in PHP_FUNCTION() local
647 } else if (cur->function_name != last_function || cur->scope != last_scope) { in PHP_FUNCTION()
650 last_scope = cur->scope; in PHP_FUNCTION()
651 if (last_scope == NULL) { in PHP_FUNCTION()
654 …_LEN(last_function) + ZSTR_LEN(last_scope->name) + 2, "%.*s::%.*s", (int) ZSTR_LEN(last_scope->nam… in PHP_FUNCTION()

Completed in 12 milliseconds