Searched refs:iscntrl (Results 1 – 14 of 14) sorted by relevance
/php-src/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-src/ext/ctype/ |
H A D | ctype.c | 124 ctype_impl(iscntrl, 0, 0); in PHP_FUNCTION()
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_maketables.c | 131 if (iscntrl(i)) p[cbit_cntrl + i/8] |= 1u << (i&7);
|
H A D | pcre2_convert.c | 557 case 5: return iscntrl(c); in convert_glob_char_in_class()
|
/php-src/ext/standard/ |
H A D | quot_print.c | 157 if (iscntrl (c) || (c == 0x7f) || (c & 0x80) || (c == '=') || ((c == ' ') && (*str == '\015'))) { in php_quot_print_encode()
|
H A D | mail.c | 310 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION() 332 if (iscntrl((unsigned char) subject_r[i])) { in PHP_FUNCTION()
|
H A D | url.c | 60 if (iscntrl(*s)) { in php_replace_controlchars()
|
H A D | ftp_fopen_wrapper.c | 231 if (iscntrl(*s)) { \ in php_ftp_fopen_connect()
|
H A D | http_fopen_wrapper.c | 916 if (iscntrl(*s)) { \ in php_stream_url_wrap_http_ex()
|
/php-src/ext/intl/uchar/ |
H A D | uchar.c | 561 IC_BOOL_METHOD_CHAR(iscntrl) in IC_BOOL_METHOD_CHAR()
|
H A D | uchar.stub.php | 1482 public static function iscntrl(int|string $codepoint): ?bool {} function in IntlChar
|
H A D | uchar_arginfo.h | 212 ZEND_METHOD(IntlChar, iscntrl); 273 ZEND_ME(IntlChar, iscntrl, arginfo_class_IntlChar_iscntrl, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | minilua.c | 2694 return(iscntrl(token))?luaO_pushfstring(ls->L,"char(%d)",token): 7131 case'c':res=iscntrl(c);break;
|
/php-src/ext/mbstring/ |
H A D | mbstring.c | 4585 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
|
Completed in 78 milliseconds