Home
last modified time | relevance | path

Searched refs:foldCase (Results 1 – 4 of 4) 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));
/php-src/ext/intl/uchar/
H A Duchar.c390 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 39 milliseconds