From 8af39b1461fcef1372cc77472d050bfb3c466d07 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 9 Feb 2006 18:18:42 +0000 Subject: [PATCH] MFB51: 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 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 -- 2.40.0