Home
last modified time | relevance | path

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

/php-src/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-src/ext/intl/uchar/
H A Duchar.c398 IC_METHOD(foldCase) { in IC_METHOD() argument
H A Duchar.stub.php1439 …public static function foldCase(int|string $codepoint, int $options = IntlChar::FOLD_CASE_DEFAULT)… function in IntlChar
H A Duchar_arginfo.h197 ZEND_METHOD(IntlChar, foldCase);
260 ZEND_ME(IntlChar, foldCase, arginfo_class_IntlChar_foldCase, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)

Completed in 32 milliseconds