summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug40431.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug40431.phpt')
-rw-r--r--ext/reflection/tests/bug40431.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/reflection/tests/bug40431.phpt b/ext/reflection/tests/bug40431.phpt
index 6e6e4c5eb1..2f2b2d932e 100644
--- a/ext/reflection/tests/bug40431.phpt
+++ b/ext/reflection/tests/bug40431.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #40431 (dynamic properties may cause crash in ReflectionProperty methods)
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
--FILE--
<?php