Searched refs:foldCase (Results 1 – 5 of 5) sorted by relevance
2 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));
2 GH-15087 (IntlChar::foldCase()'s $option is not optional)7 var_dump(IntlChar::foldCase('I'));
398 IC_METHOD(foldCase) { in IC_METHOD() argument
1439 …public static function foldCase(int|string $codepoint, int $options = IntlChar::FOLD_CASE_DEFAULT)… function in IntlChar
197 ZEND_METHOD(IntlChar, foldCase);260 ZEND_ME(IntlChar, foldCase, arginfo_class_IntlChar_foldCase, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
Completed in 32 milliseconds