Home
last modified time | relevance | path

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

/PHP-8.4/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.4/ext/ctype/
H A Dctype.c145 ctype_impl(isgraph, 1, 1); in PHP_FUNCTION()
/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c128 if (isgraph(i)) p[cbit_graph + i/8] |= 1u << (i&7);
H A Dpcre2_convert.c559 case 7: return isgraph(c); in convert_glob_char_in_class()
/PHP-8.4/ext/intl/uchar/
H A Duchar.c555 IC_BOOL_METHOD_CHAR(isgraph) in IC_BOOL_METHOD_CHAR()
H A Duchar.stub.php1507 public static function isgraph(int|string $codepoint): ?bool {} function in IntlChar
H A Duchar_arginfo.h221 ZEND_METHOD(IntlChar, isgraph);
284 ZEND_ME(IntlChar, isgraph, arginfo_class_IntlChar_isgraph, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)

Completed in 40 milliseconds