diff options
-rwxr-xr-x | Zend/tests/bug45805.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Zend/tests/bug45805.phpt b/Zend/tests/bug45805.phpt index ae8424c04f..986187ee61 100755 --- a/Zend/tests/bug45805.phpt +++ b/Zend/tests/bug45805.phpt @@ -1,5 +1,7 @@ --TEST-- -Bug #45805 (Crach on throwing exception from error handler) +Bug #45805 (Crash on throwing exception from error handler) +--SKIPIF-- +<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class PHPUnit_Util_ErrorHandler |