From 044d24a23cddc1932a81280e47b84c0b975c8be3 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 9 Feb 2006 18:18:18 +0000 Subject: [PATCH] Added test for bug #36308 --- ext/reflection/tests/bug36308.phpt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 ext/reflection/tests/bug36308.phpt diff --git a/ext/reflection/tests/bug36308.phpt b/ext/reflection/tests/bug36308.phpt new file mode 100755 index 00000000000..0b0346a137d --- /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