From: Ilia Alshanetsky Date: Thu, 9 Feb 2006 18:18:18 +0000 (+0000) Subject: Added test for bug #36308 X-Git-Tag: php-5.1.3RC1~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=044d24a23cddc1932a81280e47b84c0b975c8be3;p=php Added test for bug #36308 --- diff --git a/ext/reflection/tests/bug36308.phpt b/ext/reflection/tests/bug36308.phpt new file mode 100755 index 0000000000..0b0346a137 --- /dev/null +++ b/ext/reflection/tests/bug36308.phpt @@ -0,0 +1,20 @@ +--TEST-- +Bug #36308 (ReflectionProperty::getDocComment() does not reflect extended class commentary) +--FILE-- +getProperties(); +echo $props[0]->getDocComment(); +?> +--EXPECT-- +/** Extended commentary */ \ No newline at end of file