Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c657 zend_class_entry *last_scope = NULL; in PHP_FUNCTION() local
677 } else if (cur->function_name != last_function || cur->scope != last_scope) { in PHP_FUNCTION()
680 last_scope = cur->scope; in PHP_FUNCTION()
681 if (last_scope == NULL) { in PHP_FUNCTION()
684 …_LEN(last_function) + ZSTR_LEN(last_scope->name) + 2, "%.*s::%.*s", (int) ZSTR_LEN(last_scope->nam… in PHP_FUNCTION()

Completed in 10 milliseconds