]> granicus.if.org Git - php/commit
Allow overriding abstract methods
authorPedro Magalhães <mail@pmmaga.net>
Sat, 22 Apr 2017 16:41:54 +0000 (18:41 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 24 May 2017 15:42:01 +0000 (17:42 +0200)
commita5eb57c96e8e851793d419cd4a4b4815a2cb44cb
tree0c6ac290e746e4b6bf7176e99130b8b76ac2f7d0
parent5dc43b4c9d7dbff583b5906a6d50890d615568c1
Allow overriding abstract methods

RFC: https://wiki.php.net/rfc/allow-abstract-function-override
NEWS
UPGRADING
Zend/tests/abstract_inheritance_001.phpt [new file with mode: 0644]
Zend/tests/abstract_inheritance_002.phpt [new file with mode: 0644]
Zend/tests/abstract_inheritance_003.phpt [new file with mode: 0644]
Zend/zend_inheritance.c