ru_php/ext/intl/uchar/tests/gh15087.phpt

11 lines
165 B
PHP

--TEST--
GH-15087 (IntlChar::foldCase()'s $option is not optional)
--EXTENSIONS--
intl
--FILE--
<?php
var_dump(IntlChar::foldCase('I'));
?>
--EXPECT--
string(1) "i"