Searched refs:iscntrl (Results 1 – 14 of 14) sorted by relevance
/PHP-8.2/ext/intl/uchar/tests/ |
H A D | basic-functionality.phpt | 19 'isblank', 'isdefined', 'isspace', 'iscntrl', 75 iscntrl(): bool(false) 103 iscntrl(): bool(false) 131 iscntrl(): bool(false)
|
/PHP-8.2/ext/ctype/ |
H A D | ctype.c | 126 ctype_impl(iscntrl, 0, 0); in PHP_FUNCTION()
|
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_maketables.c | 129 if (iscntrl(i)) p[cbit_cntrl + i/8] |= 1u << (i&7);
|
H A D | pcre2_convert.c | 550 case 5: return iscntrl(c); in convert_glob_char_in_class()
|
/PHP-8.2/ext/standard/ |
H A D | quot_print.c | 161 if (iscntrl (c) || (c == 0x7f) || (c & 0x80) || (c == '=') || ((c == ' ') && (*str == '\015'))) { in php_quot_print_encode()
|
H A D | mail.c | 284 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION() 306 if (iscntrl((unsigned char) subject_r[i])) { in PHP_FUNCTION()
|
H A D | url.c | 64 if (iscntrl(*s)) { in php_replace_controlchars_ex()
|
H A D | ftp_fopen_wrapper.c | 231 if (iscntrl(*s)) { \ in php_ftp_fopen_connect()
|
H A D | http_fopen_wrapper.c | 921 if (iscntrl(*s)) { \ in php_stream_url_wrap_http_ex()
|
/PHP-8.2/ext/intl/uchar/ |
H A D | uchar.c | 552 IC_BOOL_METHOD_CHAR(iscntrl) in IC_BOOL_METHOD_CHAR()
|
H A D | uchar.stub.php | 3479 public static function iscntrl(int|string $codepoint): ?bool {} function in IntlChar
|
H A D | uchar_arginfo.h | 219 ZEND_METHOD(IntlChar, iscntrl); 283 ZEND_ME(IntlChar, iscntrl, arginfo_class_IntlChar_iscntrl, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
|
/PHP-8.2/ext/mbstring/ |
H A D | mbstring.c | 4144 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
|
/PHP-8.2/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 2693 return(iscntrl(token))?luaO_pushfstring(ls->L,"char(%d)",token): 7125 case'c':res=iscntrl(c);break;
|
Completed in 71 milliseconds