]> granicus.if.org Git - php/commit
Implement ReflectionClass::setFinal() and ReflectionMethod::setFinal().
authorSebastian Bergmann <sebastian@php.net>
Tue, 17 Jan 2012 12:59:33 +0000 (12:59 +0000)
committerSebastian Bergmann <sebastian@php.net>
Tue, 17 Jan 2012 12:59:33 +0000 (12:59 +0000)
commite76c1cc03c3b20024e6773204e2501b64018697d
tree666aed5c60fbed0d4618f770e9591d90d196b8ce
parent9025d6219dd20db444bd7fd5c7a00fd2a1d7c18b
Implement ReflectionClass::setFinal() and ReflectionMethod::setFinal().

Patch by Jan Dolecek <juzna.cz@gmail.com>.
NEWS
ext/reflection/php_reflection.c
ext/reflection/tests/ReflectionClass_setFinal.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_toString_001.phpt
ext/reflection/tests/ReflectionMethod_setFinal.phpt [new file with mode: 0644]