<?php

final abstract class C {
    private function priv() { }
}

?>