Event Timeline
Comment Actions
chad@phab1:/var/www/phabricator$ php -r 'interface A { function f(); } interface B { function f(); } class C implements A, B { function f() {} }'
PHP Fatal error: Can't inherit abstract function B::f() (previously declared abstract in A) in Command line code on line 1