]> granicus.if.org Git - php/commit
- Fix Bug #35720 A final constructor can be overwritten
authorMarcus Boerger <helly@php.net>
Sat, 17 Dec 2005 15:50:24 +0000 (15:50 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 17 Dec 2005 15:50:24 +0000 (15:50 +0000)
commit170918c6eb8af7e96d4329bced2e40a6e339b13a
tree3055e12b008d250577d9a261553783dfc8dd97de
parent5d60cbc498b1e174273c918fc337a79fce968857
- Fix Bug #35720 A final constructor can be overwritten
Zend/zend_compile.c
tests/classes/final_ctor1.phpt [new file with mode: 0755]
tests/classes/final_ctor2.phpt [new file with mode: 0755]