Searched refs:last_scope (Results 1 – 1 of 1) sorted by relevance
627 zend_class_entry *last_scope = NULL; in PHP_FUNCTION() local647 } else if (cur->function_name != last_function || cur->scope != last_scope) { in PHP_FUNCTION()650 last_scope = cur->scope; in PHP_FUNCTION()651 if (last_scope == NULL) { in PHP_FUNCTION()654 …_LEN(last_function) + ZSTR_LEN(last_scope->name) + 2, "%.*s::%.*s", (int) ZSTR_LEN(last_scope->nam… in PHP_FUNCTION()
Completed in 12 milliseconds