Home
last modified time | relevance | path

Searched refs:isprint (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/ctype/
H A Dctype.c154 ctype_impl(isprint, 1, 1); in PHP_FUNCTION()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c129 if (isprint(i)) p[cbit_print + i/8] |= 1u << (i&7);
H A Dpcre2_convert.c561 case 9: return isprint(c); in convert_glob_char_in_class()
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c615 if (isprint(CAST(unsigned char, *op))) { in file_getbuffer()
746 if ((ms->flags & MAGIC_RAW) != 0 || isprint(*s)) { in file_printable()
H A Dreadcdf.c197 if (isprint(CAST(unsigned char, *s))) in cdf_file_property_info()
H A Dcdf.c1376 abuf[j++] = isprint(*p) ? *p : '.'; in cdf_dump()
H A Dapprentice.c2975 if (isprint(CAST(unsigned char, c))) { in getstr()
/php-src/ext/intl/uchar/
H A Duchar.c554 IC_BOOL_METHOD_CHAR(isprint) in IC_BOOL_METHOD_CHAR()
H A Duchar.stub.php1537 public static function isprint(int|string $codepoint): ?bool {} function in IntlChar
H A Duchar_arginfo.h231 ZEND_METHOD(IntlChar, isprint);
294 ZEND_ME(IntlChar, isprint, arginfo_class_IntlChar_isprint, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/php-src/ext/fileinfo/
H A Dlibmagic.patch2126 - if (isprint(c) || isspace(c) || c == '\b'

Completed in 78 milliseconds