diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/intl/tests/bug48227.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/intl/tests/bug48227.phpt b/ext/intl/tests/bug48227.phpt index 8f633c7375..0ac0d5e555 100644 --- a/ext/intl/tests/bug48227.phpt +++ b/ext/intl/tests/bug48227.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #48227 (NumberFormatter::format leaks memory) +--SKIPIF-- +<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?> --FILE-- <?php |
