last_scope 2919 Zend/zend_API.c zend_class_entry *last_scope; last_scope 2982 Zend/zend_API.c last_scope = EG(scope); last_scope 2990 Zend/zend_API.c EG(scope) = last_scope; last_scope 2994 Zend/zend_API.c EG(scope) = last_scope; last_scope 630 sapi/phpdbg/phpdbg.c zend_class_entry *last_scope = NULL; last_scope 650 sapi/phpdbg/phpdbg.c } else if (cur->function_name != last_function || cur->scope != last_scope) { last_scope 653 sapi/phpdbg/phpdbg.c last_scope = cur->scope; last_scope 654 sapi/phpdbg/phpdbg.c if (last_scope == NULL) { last_scope 657 sapi/phpdbg/phpdbg.c fn_name = strpprintf(ZSTR_LEN(last_function) + ZSTR_LEN(last_scope->name) + 2, "%.*s::%.*s", (int) ZSTR_LEN(last_scope->name), ZSTR_VAL(last_scope->name), (int) ZSTR_LEN(last_function), ZSTR_VAL(last_function));