<?php

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

?>