Home
last modified time | relevance | path

Searched refs:isgraph (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt18 'isxdigit', 'ispunct', 'ispunct', 'isgraph',
71 isgraph(): bool(true)
99 isgraph(): bool(true)
127 isgraph(): bool(true)
/PHP-8.1/ext/ctype/
H A Dctype.c147 ctype_impl(isgraph, 1, 1); in PHP_FUNCTION()
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c126 if (isgraph(i)) p[cbit_graph + i/8] |= 1u << (i&7);
H A Dpcre2_convert.c552 case 7: return isgraph(c); in convert_glob_char_in_class()
/PHP-8.1/ext/intl/uchar/
H A Duchar.stub.php112 public static function isgraph(int|string $codepoint): ?bool {} function in IntlChar
H A Duchar_arginfo.h222 ZEND_METHOD(IntlChar, isgraph);
286 ZEND_ME(IntlChar, isgraph, arginfo_class_IntlChar_isgraph, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Duchar.c544 IC_BOOL_METHOD_CHAR(isgraph) in IC_BOOL_METHOD_CHAR()

Completed in 40 milliseconds