static function &parent_scope()
 {
     self::debug("parent_scope()", self::DEBUG_LEVEL_SCOPE_LOOKUP);
     return parent::parent_scope();
 }