<?php

abstract class b {
    abstract protected function __set($a);
}

?>