]> granicus.if.org Git - php/commit
Fixed bug that can not get default value of parameter if it's not `optional`
authorXinchen Hui <laruence@php.net>
Thu, 2 Aug 2012 14:28:04 +0000 (22:28 +0800)
committerXinchen Hui <laruence@php.net>
Thu, 2 Aug 2012 14:28:04 +0000 (22:28 +0800)
commit170ee90bf962d288bdcf6cf0c8c4a2a30c5c1ba2
treeff5a7aaee629baca6110ca4dc02a876228333dc0
parent3b5defd3b09bf827239087126261ce9abdc13d09
Fixed bug that can not get default value of parameter if it's not `optional`
ext/reflection/php_reflection.c
ext/reflection/tests/ReflectionParameter_DefaultValueConstant_error.phpt
ext/reflection/tests/bug62715.phpt