summaryrefslogtreecommitdiff
path: root/ext/intl/tests/uconverter_bug66873.phpt
blob: aa1045ec3532cc7883aef783723a98b77b16a480 (plain)
1
2
3
4
5
6
7
8
9
10
11
--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)