Home
last modified time | relevance | path

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

/php-src/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt18 'isxdigit', 'ispunct', 'ispunct', 'isgraph',
68 isxdigit(): bool(false)
96 isxdigit(): bool(false)
124 isxdigit(): bool(false)
/php-src/ext/standard/
H A Dquot_print.c219 isxdigit((int) str_in[i + 1]) && in PHP_FUNCTION()
220 isxdigit((int) str_in[i + 2])) in PHP_FUNCTION()
H A Durl.c604 else if (*data == '%' && len >= 2 && isxdigit((int) *(data + 1)) in php_url_decode()
605 && isxdigit((int) *(data + 2))) { in php_url_decode()
663 if (*data == '%' && len >= 2 && isxdigit((int) *(data + 1)) in php_raw_url_decode()
664 && isxdigit((int) *(data + 2))) { in php_raw_url_decode()
H A Dhtml.c685 if ((hexadecimal && !isxdigit(**buf)) || in process_numeric_entity()
H A Dfilters.c954 if (!isxdigit((int) *ps)) { in php_conv_qprint_decode_convert()
H A Dstring.c3783 if (source+1 < end && isxdigit((int)(*(source+1)))) {
3785 if (source+1 < end && isxdigit((int)(*(source+1)))) {
/php-src/ext/ctype/
H A Dctype.c182 ctype_impl(isxdigit, 1, 0); in PHP_FUNCTION()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c127 if (isxdigit(i)) p[cbit_xdigit + i/8] |= 1u << (i&7);
H A Dpcre2_convert.c566 default: return isxdigit(c); in convert_glob_char_in_class()
/php-src/ext/intl/uchar/
H A Duchar.c544 IC_BOOL_METHOD_CHAR(isxdigit) in IC_BOOL_METHOD_CHAR()
H A Duchar.stub.php1567 public static function isxdigit(int|string $codepoint): ?bool {} function in IntlChar
H A Duchar_arginfo.h241 ZEND_METHOD(IntlChar, isxdigit);
304 ZEND_ME(IntlChar, isxdigit, arginfo_class_IntlChar_isxdigit, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/php-src/ext/filter/
H A Dlogical_filters.c574 …} else if (*p == '%' && p - ZSTR_VAL(str) <= ZSTR_LEN(str) - 3 && isdigit(*(p+1)) && isxdigit(*(p+… in is_userinfo_valid()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c7138 case'x':res=isxdigit(c);break;

Completed in 99 milliseconds