Searched refs:last_function (Results 1 – 1 of 1) sorted by relevance
675 zend_string *last_function = (void *)~(uintptr_t)0; in PHP_FUNCTION() local692 if (last_function != NULL) { in PHP_FUNCTION()695 last_function = NULL; in PHP_FUNCTION()696 } else if (cur->function_name != last_function || cur->scope != last_scope) { in PHP_FUNCTION()698 last_function = cur->function_name; in PHP_FUNCTION()701 fn_name = zend_string_copy(last_function); in PHP_FUNCTION()703 …last_function) + ZSTR_LEN(last_scope->name) + 2, "%.*s::%.*s", (int) ZSTR_LEN(last_scope->name), Z… in PHP_FUNCTION()
Completed in 13 milliseconds