]> granicus.if.org Git - php/commit
Add ReflectionProperty::getDefaultValue and ReflectionProperty::hasDefaultValue
authorBenjamin Eberlei <kontakt@beberlei.de>
Thu, 9 Jan 2020 21:51:15 +0000 (22:51 +0100)
committerBenjamin Eberlei <kontakt@beberlei.de>
Wed, 22 Jan 2020 20:24:36 +0000 (21:24 +0100)
commit7a52bf21d358567980bc20a95cef730bc9e9f00d
tree55aca354d3c7dc301294fedc4be4dfd78d5269e0
parent476636841f450cf90c4a2a9516160303f0df3cb7
Add ReflectionProperty::getDefaultValue and ReflectionProperty::hasDefaultValue
ext/reflection/php_reflection.c
ext/reflection/reflection.stub.php
ext/reflection/reflection_arginfo.h
ext/reflection/tests/ReflectionProperty_getDefaultValue.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_hasDefaultValue.phpt [new file with mode: 0644]