Home
last modified time | relevance | path

Searched refs:len (Results 526 – 535 of 535) sorted by relevance

1...<<2122

/PHP-5.6/ext/date/
H A Dphp_date.c44 # define DATE_I64A(i, s, len) _i64toa_s(i, s, len, 10) argument
48 # define DATE_I64A(i, s, len) \ argument
50 int st = snprintf(s, len, "%lld", i); \
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_structs.h281 size_t len; member
/PHP-5.6/ext/date/lib/
H A Dparse_date.c160 unsigned int line, len; member
458 int len = 0; in timelib_get_nr_ex() local
467 while ((**ptr >= '0') && (**ptr <= '9') && len < max_length) { in timelib_get_nr_ex()
469 ++len; in timelib_get_nr_ex()
501 int len = 0; in timelib_get_frac_nr() local
510 …while (((**ptr == '.') || (**ptr == ':') || ((**ptr >= '0') && (**ptr <= '9'))) && len < max_lengt… in timelib_get_frac_nr()
512 ++len; in timelib_get_frac_nr()
826 s->len = 0; in scan()
23845 timelib_time* timelib_strtotime(char *s, size_t len, struct timelib_error_container **errors, const… in timelib_strtotime() argument
23849 char *e = s + len - 1; in timelib_strtotime()
[all …]
/PHP-5.6/Zend/
H A Dzend_execute_API.c474 …if (!zend_get_constant_ex(p->value.str.val, p->value.str.len, &const_value, scope, Z_REAL_TYPE_P(p… in zval_update_constant_ex()
H A Dzend_execute.c1046 offset_key_length = dim->value.str.len; in zend_fetch_dimension_address_inner()
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY1705 2003/03/05: [impl] add min-len, max-len, char-len cache in EffectNode.
/PHP-5.6/ext/gmp/
H A Dgmp.c623 *buf_len = buf.len; in gmp_serialize()
/PHP-5.6/
H A Dphp.ini-development491 ; http://php.net/log-errors-max-len
H A Dphp.ini-production491 ; http://php.net/log-errors-max-len
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic13536 >2 belong x text len %lu,
13537 >6 belong x data len %lu,
13538 >10 belong x BSS len %lu,
13539 >14 belong x symboltab len %lu,

Completed in 150 milliseconds

1...<<2122