Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c656 zend_string *last_function = (void *)~(uintptr_t)0; in PHP_FUNCTION() local
673 if (last_function != NULL) { in PHP_FUNCTION()
676 last_function = NULL; in PHP_FUNCTION()
677 } else if (cur->function_name != last_function || cur->scope != last_scope) { in PHP_FUNCTION()
679 last_function = cur->function_name; in PHP_FUNCTION()
682 fn_name = zend_string_copy(last_function); in PHP_FUNCTION()
684last_function) + ZSTR_LEN(last_scope->name) + 2, "%.*s::%.*s", (int) ZSTR_LEN(last_scope->name), Z… in PHP_FUNCTION()

Completed in 20 milliseconds