Searched refs:last_function (Results 1 – 1 of 1) sorted by relevance
628 zend_string *last_function = (void *)~(uintptr_t)0; in PHP_FUNCTION() local645 if (last_function != NULL) { in PHP_FUNCTION()648 last_function = NULL; in PHP_FUNCTION()649 } else if (cur->function_name != last_function || cur->scope != last_scope) { in PHP_FUNCTION()651 last_function = cur->function_name; in PHP_FUNCTION()654 fn_name = zend_string_copy(last_function); in PHP_FUNCTION()656 …last_function) + ZSTR_LEN(last_scope->name) + 2, "%.*s::%.*s", (int) ZSTR_LEN(last_scope->name), Z… in PHP_FUNCTION()
Completed in 9 milliseconds