diff options
| author | Antony Dovgal <tony2001@php.net> | 2009-07-26 19:53:14 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2009-07-26 19:53:14 +0000 |
| commit | b282ac20ef0b38619d45a0a4ae97943183e3a098 (patch) | |
| tree | cda533b0fefb228f5c60296345731a692e80d6c3 | |
| parent | b9c32de5102a8ba000e942b275e71b2e9fcf4ef5 (diff) | |
| download | php-git-b282ac20ef0b38619d45a0a4ae97943183e3a098.tar.gz | |
fix test
| -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 |
