Searched refs:ispunct (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/ext/intl/uchar/tests/ |
H A D | basic-functionality.phpt | 18 'isxdigit', 'ispunct', 'ispunct', 'isgraph', 69 ispunct(): bool(false) 70 ispunct(): bool(false) 97 ispunct(): bool(false) 98 ispunct(): bool(false) 125 ispunct(): bool(false) 126 ispunct(): bool(false)
|
/PHP-8.2/ext/ctype/ |
H A D | ctype.c | 161 ctype_impl(ispunct, 0, 0); in PHP_FUNCTION()
|
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_maketables.c | 128 if (ispunct(i)) p[cbit_punct + i/8] |= 1u << (i&7);
|
H A D | pcre2_context.c | 481 if (escape > 255 || (escape != 0 && !ispunct(escape))) in pcre2_set_glob_escape()
|
H A D | pcre2_convert.c | 555 case 10: return ispunct(c); in convert_glob_char_in_class()
|
/PHP-8.2/ext/intl/uchar/ |
H A D | uchar.c | 545 IC_BOOL_METHOD_CHAR(ispunct) in IC_BOOL_METHOD_CHAR()
|
H A D | uchar.stub.php | 3521 public static function ispunct(int|string $codepoint): ?bool {} function in IntlChar
|
H A D | uchar_arginfo.h | 233 ZEND_METHOD(IntlChar, ispunct); 297 ZEND_ME(IntlChar, ispunct, arginfo_class_IntlChar_ispunct, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
|
/PHP-8.2/ext/standard/ |
H A D | string.c | 4399 …while ((isheb((int)*(tmp+1)) || _isblank((int)*(tmp+1)) || ispunct((int)*(tmp+1)) || (int)*(tmp+1)… 4447 …while ((_isblank((int)*tmp) || ispunct((int)*tmp)) && *tmp!='/' && *tmp!='-' && block_end > block_…
|
/PHP-8.2/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 7128 case'p':res=ispunct(c);break;
|
Completed in 76 milliseconds