<?php

class a {
    static protected function __callstatic($a, $b) {
    }
}

?>