]> granicus.if.org Git - php/commit
Fix bug #48215 - Calling a method with the same name as the parent class calls the...
authorScott MacVicar <scottmac@php.net>
Thu, 18 Jun 2009 13:46:16 +0000 (13:46 +0000)
committerScott MacVicar <scottmac@php.net>
Thu, 18 Jun 2009 13:46:16 +0000 (13:46 +0000)
commit8e3aebd5504cac42d296b16b8ed1b210de67427a
tree54ea9881b9f9ded2ef648aef1b9bb26b20199d64
parentb2d3c2bf187eae76c26fecaf13de9d5249ce2ecc
Fix bug #48215 - Calling a method with the same name as the parent class calls the constructor instead.
Zend/tests/bug48215.phpt [new file with mode: 0644]
Zend/zend_object_handlers.c