From 4ab537fc613182dd10caec0dd2fc3c1d3bfc5e36 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 24 Nov 2004 19:56:25 +0000 Subject: [PATCH] - Add new test --- ext/reflection/tests/bug30856.phpt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 ext/reflection/tests/bug30856.phpt 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=== -- 2.50.1