/PHP-8.1/ext/standard/ |
H A D | strnatcmp.c | 43 if ((*a == aend || !isdigit((int)(unsigned char)**a)) && in compare_right() 44 (*b == bend || !isdigit((int)(unsigned char)**b))) in compare_right() 46 else if (*a == aend || !isdigit((int)(unsigned char)**a)) in compare_right() 48 else if (*b == bend || !isdigit((int)(unsigned char)**b)) in compare_right() 70 if ((*a == aend || !isdigit((int)(unsigned char)**a)) && in compare_left() 71 (*b == bend || !isdigit((int)(unsigned char)**b))) in compare_left() 73 else if (*a == aend || !isdigit((int)(unsigned char)**a)) in compare_left() 75 else if (*b == bend || !isdigit((int)(unsigned char)**b)) in compare_left() 106 while (ca == '0' && (ap+1 < aend) && isdigit((int)(unsigned char)*(ap+1))) { in strnatcmp_ex() 110 while (cb == '0' && (bp+1 < bend) && isdigit((int)(unsigned char)*(bp+1))) { in strnatcmp_ex() [all …]
|
H A D | versioning.c | 48 #define isdig(x) (isdigit(x)&&(x)!='.') in php_canonicalize_version() 49 #define isndig(x) (!isdigit(x)&&(x)!='.') in php_canonicalize_version() 155 if (isdigit(*p1) && isdigit(*p2)) { in php_version_compare() 160 } else if (!isdigit(*p1) && !isdigit(*p2)) { in php_version_compare() 165 if (isdigit(*p1)) { in php_version_compare() 183 if (isdigit(*p1)) { in php_version_compare() 189 if (isdigit(*p2)) { in php_version_compare()
|
H A D | scanf.c | 348 if ( isdigit( (int)*ch ) ) { in ValidateFormat() 400 if (isdigit(UCHAR(*ch))) { in ValidateFormat() 697 } else if ( isdigit(UCHAR(*ch))) { in php_sscanf_internal() 709 if ( isdigit(UCHAR(*ch))) { in php_sscanf_internal()
|
H A D | ftp_fopen_wrapper.c | 81 !(isdigit((int) buffer[0]) && isdigit((int) buffer[1]) && in get_ftp_result() 82 isdigit((int) buffer[2]) && buffer[3] == ' ')); in get_ftp_result() 342 for (tpath += 4; *tpath && !isdigit((int) *tpath); tpath++); in php_fopen_do_pasv() 349 for (; isdigit((int) *tpath); tpath++); in php_fopen_do_pasv() 829 while ((size_t)(p - tmp_line) < sizeof(tmp_line) && !isdigit(*p)) { in php_stream_ftp_url_stat()
|
H A D | quot_print.c | 35 if (isdigit(c)) { in php_hex2int()
|
H A D | formatted_print.c | 381 while (isdigit((int) *temppos)) temppos++; in php_sprintf_get_argnum() 538 } else if (isdigit((int)*format)) { in php_formatted_print() 583 } else if (isdigit((int)*format)) { in php_formatted_print()
|
H A D | url.c | 120 if (!isalpha(*p) && !isdigit(*p) && *p != '+' && *p != '.' && *p != '-') { in php_url_parse_ex2() 149 while (p < ue && isdigit(*p)) { in php_url_parse_ex2() 189 while (pp < ue && pp - p < 6 && isdigit(*pp)) { in php_url_parse_ex2()
|
H A D | math.c | 1034 } else if (!isdigit((int)ZSTR_VAL(tmpbuf)[0])) { in _php_math_number_format_ex()
|
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_maketables.c | 119 if (isdigit(i)) p[cbit_digit + i/8] |= 1u << (i&7); 144 if (isdigit(i)) x += ctype_digit;
|
H A D | pcre2_convert.c | 284 if (isdigit(*posix)) PUTCHARS(STR_BACKSLASH); in convert_posix() 551 case 6: return isdigit(c); in convert_glob_char_in_class()
|
/PHP-8.1/ext/intl/uchar/tests/ |
H A D | basic-functionality.phpt | 17 'istitle', 'isdigit', 'isalpha', 'isalnum', 65 isdigit(): bool(false) 93 isdigit(): bool(false) 121 isdigit(): bool(false)
|
/PHP-8.1/main/ |
H A D | spprintf.c | 150 while (isdigit((int)*str)) { \ 154 while (isdigit((int)*str++)); \ 263 if (isdigit((int)*fmt)) { in xbuf_format_converter() 283 if (isdigit((int)*fmt)) { in xbuf_format_converter()
|
H A D | snprintf.c | 437 while ( isdigit((int)*str ) ) \ 556 if (isdigit((int)*fmt)) { in format_converter() 576 if (isdigit((int)*fmt)) { in format_converter()
|
/PHP-8.1/ext/ctype/ |
H A D | ctype.c | 133 ctype_impl(isdigit, 1, 0); in PHP_FUNCTION()
|
/PHP-8.1/ext/ftp/ |
H A D | ftp.c | 502 …if (isdigit(ftp->inbuf[0]) && isdigit(ftp->inbuf[1]) && isdigit(ftp->inbuf[2]) && ftp->inbuf[3] ==… in ftp_raw() 844 for (ptr = ftp->inbuf; *ptr && !isdigit(*ptr); ptr++); in ftp_pasv() 1147 for (ptr = ftp->inbuf; *ptr && !isdigit(*ptr); ptr++); in ftp_mdtm() 1345 …if (isdigit(ftp->inbuf[0]) && isdigit(ftp->inbuf[1]) && isdigit(ftp->inbuf[2]) && ftp->inbuf[3] ==… in ftp_getresp() 1351 if (!isdigit(ftp->inbuf[0]) || !isdigit(ftp->inbuf[1]) || !isdigit(ftp->inbuf[2])) { in ftp_getresp()
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | der.c | 347 if (!isdigit(CAST(unsigned char, *s))) in der_cmp() 353 while (isdigit(CAST(unsigned char, *++s))); in der_cmp()
|
H A D | apprentice.c | 337 } else if (isdigit(CAST(unsigned char, l[1]))) { in get_standard_integer_type() 348 if (isdigit(CAST(unsigned char, l[2]))) { in get_standard_integer_type() 2009 if (isdigit(CAST(unsigned char, *l)) || *l == '-') { in parse() 2432 for (len = cnt = 0; isdigit(CAST(unsigned char, *ptr)); ptr++, cnt++) \ in check_format_type() 2550 while (isdigit(CAST(unsigned char, *ptr))) in check_format_type() 2554 while (isdigit(CAST(unsigned char , *ptr))) in check_format_type() 2931 if (isdigit(CAST(unsigned char, c))) in hextoint()
|
H A D | funcs.c | 84 while (*p && isdigit((unsigned char)*p)) in file_checkfield()
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gd_xbm.c | 194 if (!isupper(name[i]) && !islower(name[i]) && !isdigit(name[i])) { in gdImageXbmCtx()
|
/PHP-8.1/ext/intl/uchar/ |
H A D | uchar.stub.php | 109 public static function isdigit(int|string $codepoint): ?bool {} function in IntlChar
|
H A D | uchar_arginfo.h | 221 ZEND_METHOD(IntlChar, isdigit); 285 ZEND_ME(IntlChar, isdigit, arginfo_class_IntlChar_isdigit, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
|
H A D | uchar.c | 539 IC_BOOL_METHOD_CHAR(isdigit) in IC_BOOL_METHOD_CHAR()
|
/PHP-8.1/ext/filter/ |
H A D | logical_filters.c | 572 if (isalpha(*p) || isdigit(*p) || strchr(valid, *p)) { in is_userinfo_valid() 574 …} else if (*p == '%' && p - ZSTR_VAL(str) <= ZSTR_LEN(str) - 3 && isdigit(*(p+1)) && isxdigit(*(p+… in is_userinfo_valid()
|
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 88 return isdigit(*str); in phpdbg_is_numeric()
|
/PHP-8.1/ext/hash/ |
H A D | hash.c | 166 if (isdigit((unsigned char) *spec)) { in parse_serialize_spec() 168 while (isdigit((unsigned char) *spec)) { in parse_serialize_spec()
|