Searched refs:enumCharNames (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/intl/uchar/ |
H A D | uchar.stub.php | 39 …public static function enumCharNames(int|string $start, int|string $end, callable $callback, int $… function in IntlChar
|
H A D | uchar_arginfo.h | 181 ZEND_METHOD(IntlChar, enumCharNames); 245 …ZEND_ME(IntlChar, enumCharNames, arginfo_class_IntlChar_enumCharNames, ZEND_ACC_PUBLIC|ZEND_ACC_ST…
|
H A D | uchar.c | 293 IC_METHOD(enumCharNames) { in IC_METHOD() argument
|
/PHP-8.0/ext/intl/uchar/tests/ |
H A D | basic-functionality.phpt | 47 IntlChar::enumCharNames(0x2600, 0x2610, function($cp, $nc, $name) {
|
Completed in 8 milliseconds