From: Marcus Boerger Date: Wed, 24 Nov 2004 19:56:25 +0000 (+0000) Subject: - Add new test X-Git-Tag: RELEASE_0_2~627 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ab537fc613182dd10caec0dd2fc3c1d3bfc5e36;p=php - Add new test --- diff --git a/ext/reflection/tests/bug30856.phpt b/ext/reflection/tests/bug30856.phpt new file mode 100755 index 0000000000..2963263388 --- /dev/null +++ b/ext/reflection/tests/bug30856.phpt @@ -0,0 +1,20 @@ +--TEST-- +Bug #30856 (ReflectionClass::getStaticProperties segfaults) +--FILE-- +getStaticProperties()); +?> +===DONE=== +--EXPECT-- +array(1) { + ["a"]=> + string(4) "test" +} +===DONE===