Searched refs:isgraph (Results 1 – 7 of 7) sorted by relevance
/PHP-8.4/ext/intl/uchar/tests/ |
H A D | basic-functionality.phpt | 18 'isxdigit', 'ispunct', 'ispunct', 'isgraph', 71 isgraph(): bool(true) 99 isgraph(): bool(true) 127 isgraph(): bool(true)
|
/PHP-8.4/ext/ctype/ |
H A D | ctype.c | 145 ctype_impl(isgraph, 1, 1); in PHP_FUNCTION()
|
/PHP-8.4/ext/pcre/pcre2lib/ |
H A D | pcre2_maketables.c | 128 if (isgraph(i)) p[cbit_graph + i/8] |= 1u << (i&7);
|
H A D | pcre2_convert.c | 559 case 7: return isgraph(c); in convert_glob_char_in_class()
|
/PHP-8.4/ext/intl/uchar/ |
H A D | uchar.c | 555 IC_BOOL_METHOD_CHAR(isgraph) in IC_BOOL_METHOD_CHAR()
|
H A D | uchar.stub.php | 1507 public static function isgraph(int|string $codepoint): ?bool {} function in IntlChar
|
H A D | uchar_arginfo.h | 221 ZEND_METHOD(IntlChar, isgraph); 284 ZEND_ME(IntlChar, isgraph, arginfo_class_IntlChar_isgraph, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
|
Completed in 40 milliseconds