Home
last modified time | relevance | path

Searched refs:val (Results 401 – 411 of 411) sorted by relevance

1...<<11121314151617

/PHP-5.5/ext/curl/
H A Dinterface.c1852 char *val; in split_certinfo() local
1863 val = tmp+1; in split_certinfo()
1864 add_assoc_string(hash, key, val, 1); in split_certinfo()
/PHP-5.5/Zend/
H A Dzend_operators.h443 #define Z_STRVAL(zval) (zval).value.str.val
H A Dzend_execute_API.c487 …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()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c4415 int i, val; in alt_merge_opt_map_info() local
4426 val = 0; in alt_merge_opt_map_info()
4432 val += map_position_value(enc, i); in alt_merge_opt_map_info()
4434 to->value = val; in alt_merge_opt_map_info()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c6210 #define LBL(val) case val: goto L_RM##val; in match() argument
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c15410 int val; in getDigits() local
15424 val = 0; in getDigits()
15429 val = val*10 + *zDate - '0'; in getDigits()
21474 *val = (*val - d)*10.0;
69900 return val;
69905 return val;
69910 return val;
69915 return val;
69920 return val;
69925 return val;
[all …]
/PHP-5.5/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt46 foreach ($ret as $a => $val) {
47 $ret[$a] = str_replace(dirname($fname2) . DIRECTORY_SEPARATOR, '*', $val);
H A Dbug45218_SLOWTESTU.phpt46 foreach ($ret as $a => $val) {
47 $ret[$a] = str_replace(dirname($fname2) . DIRECTORY_SEPARATOR, '*', $val);
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch544 uint64_t val;
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1708 cosmetic; the 16-bit and 32-bit option names define the same bit val-
4907 caseless matching is always possible. For characters with higher val-
/PHP-5.5/
H A DNEWS6472 - Fixed bug #45191 (error_log ignores date.timezone php.ini val when setting

Completed in 516 milliseconds

1...<<11121314151617