summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug31651.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug31651.phpt')
-rwxr-xr-xext/reflection/tests/bug31651.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug31651.phpt b/ext/reflection/tests/bug31651.phpt
index 60bee14e9..66a56c0f4 100755
--- a/ext/reflection/tests/bug31651.phpt
+++ b/ext/reflection/tests/bug31651.phpt
@@ -1,5 +1,7 @@
--TEST--
-Bug #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.)
+Reflection Bug #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.)
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
--FILE--
<?php