diff options
Diffstat (limited to 'ext/reflection/tests/bug33389.phpt')
| -rwxr-xr-x | ext/reflection/tests/bug33389.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug33389.phpt b/ext/reflection/tests/bug33389.phpt index 36f7079e2..d2a84e212 100755 --- a/ext/reflection/tests/bug33389.phpt +++ b/ext/reflection/tests/bug33389.phpt @@ -1,5 +1,7 @@ --TEST-- -Bug #33389 (double free() when exporting a ReflectionClass) +Reflection Bug #33389 (double free() when exporting a ReflectionClass) +--SKIPIF-- +<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php define ('foobar', 1); |
