summaryrefslogtreecommitdiff
path: root/ext/intl
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2009-07-26 19:53:23 +0000
committerAntony Dovgal <tony2001@php.net>2009-07-26 19:53:23 +0000
commit6d04f1a141b599f2902adfbbbade5159a75b9544 (patch)
treeddaed464c5ed73c0bcb7db16fc0f15ffa6bb34aa /ext/intl
parent3af4a22a3ca5308074cfe61ff2f5ecf6b9785349 (diff)
downloadphp-git-6d04f1a141b599f2902adfbbbade5159a75b9544.tar.gz
fix test
Diffstat (limited to 'ext/intl')
-rw-r--r--ext/intl/tests/bug48227.phpt2
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