Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dmath.c852 double fnum = 0; in _php_math_basetozval() local
905 fnum = (double)num; in _php_math_basetozval()
910 fnum = fnum * base + c; in _php_math_basetozval()
919 ZVAL_DOUBLE(ret, fnum); in _php_math_basetozval()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c2438 zend_long fnum = -1; local
2445 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl|b", &result, &fnum, &return_oid) == FAILURE) {
2453 if (fnum < 0 || fnum >= PQnfields(pg_result->result)) {
2458 oid = PQftable(pg_result->result, (int)fnum);

Completed in 25 milliseconds