<?php

class test {
    private protected function foo() {}
}

echo "Done\n";
?>