Home
last modified time | relevance | path

Searched refs:fnum (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/standard/
H A Dmath.c854 double fnum = 0; in _php_math_basetozval() local
892 fnum = (double)num; in _php_math_basetozval()
897 fnum = fnum * base + c; in _php_math_basetozval()
902 ZVAL_DOUBLE(ret, fnum); in _php_math_basetozval()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c2439 zend_long fnum = -1; local
2446 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl|b", &result, &fnum, &return_oid) == FAILURE) {
2454 if (fnum < 0 || fnum >= PQnfields(pg_result->result)) {
2459 oid = PQftable(pg_result->result, (int)fnum);

Completed in 28 milliseconds