<?php
class Foo {
    function __set(\Countable $name, $value) {}
}
?>