Home
last modified time | relevance | path

Searched refs:len (Results 451 – 463 of 463) sorted by relevance

1...<<111213141516171819

/PHP-8.1/Zend/
H A Dzend_ast.c1185 static ZEND_COLD bool zend_ast_valid_var_name(const char *s, size_t len) in zend_ast_valid_var_name() argument
1190 if (len == 0) { in zend_ast_valid_var_name()
1199 for (i = 1; i < len; i++) { in zend_ast_valid_var_name()
H A Dzend_execute.c3973 ZEND_API zend_function * ZEND_FASTCALL zend_fetch_function_str(const char *name, size_t len) /* {{{… in zend_fetch_function_str() argument
3975 zval *zv = zend_hash_str_find(EG(function_table), name, len); in zend_fetch_function_str()
4971 size_t len = strlen(arg_info->name); in zend_get_arg_offset_by_name() local
4972 if (len == ZSTR_LEN(arg_name) && !memcmp(arg_info->name, ZSTR_VAL(arg_name), len)) { in zend_get_arg_offset_by_name()
H A Dzend_types.h349 size_t len; member
/PHP-8.1/ext/pdo_oci/
H A Doci_statement.c338 (sb4) param->name->len, 0, value_sz, P->oci_type, in oci_stmt_param_hook()
/PHP-8.1/ext/gd/libgd/
H A Dgd.c1565 int len = 0; in strlen16() local
1568 len++; in strlen16()
1570 return len; in strlen16()
/PHP-8.1/ext/date/
H A Dphp_date.c46 # define DATE_I64A(i, s, len) _i64toa_s(i, s, len, 10) argument
50 # define DATE_I64A(i, s, len) \ argument
52 int st = snprintf(s, len, "%lld", i); \
/PHP-8.1/build/
H A Dltmain.sh4146 test "$len" -le "$max_cmd_len"; }; then
5608 test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
5630 test "$len" -le "$max_cmd_len"; then
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_structs.h1079 size_t len; member
/PHP-8.1/ext/date/lib/
H A Dparse_date.c138 unsigned int line, len; member
481 int len = 0; in timelib_get_nr_ex() local
490 while ((**ptr >= '0') && (**ptr <= '9') && len < max_length) { in timelib_get_nr_ex()
492 ++len; in timelib_get_nr_ex()
960 s->len = 0; in scan()
25925 timelib_time *timelib_strtotime(const char *s, size_t len, timelib_error_container **errors, const … in timelib_strtotime() argument
25929 const char *e = s + len - 1; in timelib_strtotime()
25938 if (len > 0) { in timelib_strtotime()
26106 timelib_time *timelib_parse_from_format(const char *format, const char *string, size_t len, timelib… in timelib_parse_from_format() argument
26108 …return timelib_parse_from_format_with_map(format, string, len, errors, tzdb, tz_get_wrapper, &defa… in timelib_parse_from_format()
[all …]
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc14767 size_t len;
14771 len = Z_STRLEN_P(zv);
14773 if (len > 0) {
14779 | LOAD_ADDR CARG2, len
14782 | mov aword A2, len
14799 | mov CARG2, aword [r0 + offsetof(zend_string, len)]
14804 | mov r0, aword [r0 + (offsetof(zend_string, len)-offsetof(zend_string, val))]
14822 size_t len;
14826 len = Z_STRLEN_P(zv);
14828 | SET_ZVAL_LVAL res_addr, len
[all …]
H A Dzend_jit_arm64.dasc13852 size_t len;
13856 len = Z_STRLEN_P(zv);
13858 if (len > 0) {
13863 | LOAD_64BIT_VAL CARG2, len
13877 | ldr CARG2, [REG0, #offsetof(zend_string, len)]
13893 size_t len;
13897 len = Z_STRLEN_P(zv);
13899 | SET_ZVAL_LVAL res_addr, len, TMP1, TMP2
13910 | ldr Rx(Z_REG(res_addr)), [Rx(Z_REG(res_addr)), #offsetof(zend_string, len)]
13916 | ldr REG0, [REG0, #offsetof(zend_string, len)]
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic16567 #>>>140 ubelong x 0x%x len
21958 #>>(0x40C.l) uleshort x \b, header len 0x%x
23003 >2 belong x text len %u,
23004 >6 belong x data len %u,
23005 >10 belong x BSS len %u,
23006 >14 belong x symboltab len %u,
23676 # uncompressed len
27734 # skip Fetus.Sys16 CALIBUS.MAIN OrbFix.Sys16.Ex by looking for positive len
H A Dmagic私はガラスを食べられます16567 #>>>140 ubelong x 0x%x len
21958 #>>(0x40C.l) uleshort x \b, header len 0x%x
23003 >2 belong x text len %u,
23004 >6 belong x data len %u,
23005 >10 belong x BSS len %u,
23006 >14 belong x symboltab len %u,
23676 # uncompressed len
27734 # skip Fetus.Sys16 CALIBUS.MAIN OrbFix.Sys16.Ex by looking for positive len

Completed in 313 milliseconds

1...<<111213141516171819