Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds