Home
last modified time | relevance | path

Searched refs:iscntrl (Results 1 – 14 of 14) sorted by relevance

/PHP-8.0/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt19 'isblank', 'isdefined', 'isspace', 'iscntrl',
75 iscntrl(): bool(false)
103 iscntrl(): bool(false)
131 iscntrl(): bool(false)
/PHP-8.0/ext/ctype/
H A Dctype.c114 CTYPE(iscntrl, 0, 0); in PHP_FUNCTION()
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c129 if (iscntrl(i)) p[cbit_cntrl + i/8] |= 1u << (i&7);
H A Dpcre2_convert.c550 case 5: return iscntrl(c); in convert_glob_char_in_class()
/PHP-8.0/ext/intl/uchar/
H A Duchar.stub.php106 public static function iscntrl(int|string $codepoint) {} function in IntlChar
H A Duchar_arginfo.h204 ZEND_METHOD(IntlChar, iscntrl);
268 ZEND_ME(IntlChar, iscntrl, arginfo_class_IntlChar_iscntrl, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Duchar.c550 IC_BOOL_METHOD_CHAR(iscntrl) in IC_BOOL_METHOD_CHAR()
/PHP-8.0/ext/standard/
H A Dquot_print.c161 if (iscntrl (c) || (c == 0x7f) || (c & 0x80) || (c == '=') || ((c == ' ') && (*str == '\015'))) { in php_quot_print_encode()
H A Dmail.c293 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
315 if (iscntrl((unsigned char) subject_r[i])) { in PHP_FUNCTION()
H A Durl.c64 if (iscntrl(*s)) { in php_replace_controlchars_ex()
H A Dhttp_fopen_wrapper.c906 if (iscntrl(*s)) { \ in php_stream_url_wrap_http_ex()
H A Dftp_fopen_wrapper.c231 if (iscntrl(*s)) { \ in php_ftp_fopen_connect()
/PHP-8.0/ext/mbstring/
H A Dmbstring.c3593 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c2693 return(iscntrl(token))?luaO_pushfstring(ls->L,"char(%d)",token):
7125 case'c':res=iscntrl(c);break;

Completed in 53 milliseconds