Page MenuHomePhabricator
Paste P961

failed
ActivePublic

Authored by chad on Oct 25 2013, 10:46 PM.
Tags
None
Referenced Files
F75079: failed
Oct 25 2013, 10:46 PM
Subscribers
chad@phab1:/var/www/phabricator$ phabup
+ ROOT=/var/www
+ [ -e /var/www/diviner ]
+ cd /var/www/libphutil
+ git pull
Already up-to-date.
+ cd /var/www/arcanist
+ git pull
Already up-to-date.
+ cd /var/www/phabricator
+ git pull
Already up-to-date.
+ git submodule update --init
+ cd /var/www/phabricator
+ ../arcanist/bin/arc unit src/infrastructure/__tests__/
PHP Fatal error: Can't inherit abstract function PhabricatorFlaggableInterface::getPHID() (previously declared abstract in PhabricatorPolicyInterface) in /var/www/phabricator/src/applications/maniphest/storage/ManiphestTask.php on line 8
Fatal error: Can't inherit abstract function PhabricatorFlaggableInterface::getPHID() (previously declared abstract in PhabricatorPolicyInterface) in /var/www/phabricator/src/applications/maniphest/storage/ManiphestTask.php on line 8
chad@phab1:/var/www/phabricator$

Event Timeline

chad changed the title of this paste from untitled to failed.
chad updated the paste's language from autodetect to autodetect.

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