Home
last modified time | relevance | path

Searched refs:val (Results 476 – 481 of 481) sorted by relevance

1...<<11121314151617181920

/PHP-7.2/ext/oci8/
H A Doci8_interface.c181 ZVAL_COPY(&define->val, var); in PHP_FUNCTION()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c21044 val = 0; in getDigits()
21049 val = val*10 + *zDate - '0'; in getDigits()
27360 *val = (*val - d)*10.0;
75001 return val;
82352 return val;
82357 return val;
82362 return val;
82367 return val;
82372 return val;
82377 return val;
[all …]
/PHP-7.2/ext/pcre/
H A Dphp_pcre.c1804 zv = &replace_ht->arData[replace_idx].val; in php_pcre_replace_array()
/PHP-7.2/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt45 foreach ($ret as $a => $val) {
46 $ret[$a] = str_replace(dirname($fname2) . DIRECTORY_SEPARATOR, '*', $val);
/PHP-7.2/ext/date/
H A Dphp_date.c1735 real_len = strlen(buf->val); in php_strftime()
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1708 cosmetic; the 16-bit and 32-bit option names define the same bit val-
4906 caseless matching is always possible. For characters with higher val-

Completed in 417 milliseconds

1...<<11121314151617181920