php-8.0.30-src/ext/intl/tests/uconverter_bug66873.phpt

13 lines
268 B
PHP

--TEST--
Bug #66873 - crash in UConverter with invalid encoding
--SKIPIF--
<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
--FILE--
<?php
$o = new UConverter(1, 1);
$o->toUCallback(1, 1, 1, $b);
var_dump($o->getErrorCode());
?>
--EXPECT--
int(27)