diff options
Diffstat (limited to 'ext/reflection/tests/bug32981.phpt')
| -rwxr-xr-x | ext/reflection/tests/bug32981.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug32981.phpt b/ext/reflection/tests/bug32981.phpt index 1f89ca682b..53214d7aa0 100755 --- a/ext/reflection/tests/bug32981.phpt +++ b/ext/reflection/tests/bug32981.phpt @@ -1,5 +1,7 @@ --TEST-- -Bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault) +Reflection Bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault) +--SKIPIF-- +<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php |
