- MFH Fix Bug #35720 A final constructor can be overwritten
authorMarcus Boerger <helly@php.net>
Sat, 17 Dec 2005 15:51:52 +0000 (15:51 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 17 Dec 2005 15:51:52 +0000 (15:51 +0000)
commit18a99796ada958860506c485728b40aeebc46f52
tree1ca44c9ff1d8647b3b08189c98145b3ec0d9d16c
parentadc26d2bcacbdcce78e6979a9d18fb5aafc5dc34
- MFH  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]