Home
last modified time | relevance | path

Searched refs:foldCase (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/intl/uchar/tests/
H A Dbug70453.phpt2 Bug #70453 (IntlChar::foldCase() incorrect arguments and missing constants)
7 $method = new ReflectionMethod('IntlChar', 'foldCase');
10 var_dump(IntlChar::foldCase('I', IntlChar::FOLD_CASE_DEFAULT));
11 var_dump(IntlChar::foldCase('I', IntlChar::FOLD_CASE_EXCLUDE_SPECIAL_I));
H A Dgh15087.phpt2 GH-15087 (IntlChar::foldCase()'s $option is not optional)
7 var_dump(IntlChar::foldCase('I'));
/PHP-8.2/ext/intl/uchar/
H A Duchar.c389 IC_METHOD(foldCase) { in IC_METHOD() argument
H A Duchar.stub.php3420 …public static function foldCase(int|string $codepoint, int $options = IntlChar::FOLD_CASE_DEFAULT)… function in IntlChar
H A Duchar_arginfo.h198 ZEND_METHOD(IntlChar, foldCase);
262 ZEND_ME(IntlChar, foldCase, arginfo_class_IntlChar_foldCase, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/PHP-8.2/
H A DNEWS151 . Fixed bug GH-15087 (IntlChar::foldCase()'s $option is not optional). (cmb)

Completed in 46 milliseconds