diff options
Diffstat (limited to 'ext/intl/tests/bug53512.phpt')
| -rw-r--r-- | ext/intl/tests/bug53512.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/intl/tests/bug53512.phpt b/ext/intl/tests/bug53512.phpt index a1b1dcf37a..0de2c49a20 100644 --- a/ext/intl/tests/bug53512.phpt +++ b/ext/intl/tests/bug53512.phpt @@ -1,7 +1,9 @@ --TEST-- Bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values) --SKIPIF-- -<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?> +<?php if( !extension_loaded( 'intl' ) ) die('skip'); +if (PHP_INT_SIZE != 8) die('skip 64-bit only'); +?> --FILE-- <?php |
