Home
last modified time | relevance | path

Searched refs:val (Results 451 – 459 of 459) sorted by relevance

1...<<111213141516171819

/PHP-7.0/ext/mbstring/oniguruma/
H A Dregcomp.c4414 int i, val; in alt_merge_opt_map_info() local
4425 val = 0; in alt_merge_opt_map_info()
4431 val += map_position_value(enc, i); in alt_merge_opt_map_info()
4433 to->value = val; in alt_merge_opt_map_info()
/PHP-7.0/ext/spl/
H A Dspl_directory.c2202 while (Z_ISUNDEF(Z_ARRVAL(intern->u.file.current_zval)->arData[idx].val)) { in spl_filesystem_file_is_empty_line()
2205 first = &Z_ARRVAL(intern->u.file.current_zval)->arData[idx].val; in spl_filesystem_file_is_empty_line()
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_exec.c6208 #define LBL(val) case val: goto L_RM##val; in match() argument
/PHP-7.0/ext/oci8/
H A Doci8_interface.c157 ZVAL_COPY(&define->val, var); in PHP_FUNCTION()
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c18648 val = 0; in getDigits()
18653 val = val*10 + *zDate - '0'; in getDigits()
24788 *val = (*val - d)*10.0;
75965 return val;
75970 return val;
75975 return val;
75980 return val;
75985 return val;
75990 return val;
75995 return val;
[all …]
/PHP-7.0/ext/phar/tests/
H A Dbug45218_SLOWTESTU.phpt46 foreach ($ret as $a => $val) {
47 $ret[$a] = str_replace(dirname($fname2) . DIRECTORY_SEPARATOR, '*', $val);
H A Dbug45218_SLOWTEST.phpt46 foreach ($ret as $a => $val) {
47 $ret[$a] = str_replace(dirname($fname2) . DIRECTORY_SEPARATOR, '*', $val);
/PHP-7.0/ext/date/
H A Dphp_date.c1687 real_len = strlen(buf->val); in php_strftime()
/PHP-7.0/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-

Completed in 629 milliseconds

1...<<111213141516171819