diff options
Diffstat (limited to 'ext/reflection/tests/bug31651.phpt')
| -rwxr-xr-x | ext/reflection/tests/bug31651.phpt | 4 |
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 |
