Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dmath.c723 double fnum = 0; in _php_math_basetozval() local
773 fnum = (double)num; in _php_math_basetozval()
778 fnum = fnum * base + c; in _php_math_basetozval()
787 ZVAL_DOUBLE(ret, fnum); in _php_math_basetozval()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c1550 zend_long fnum = -1; in PHP_FUNCTION() local
1557 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl|b", &result, &fnum, &return_oid) == FAILURE) { in PHP_FUNCTION()
1565 if (fnum < 0) { in PHP_FUNCTION()
1570 if (fnum >= PQnfields(pg_result->result)) { in PHP_FUNCTION()
1575 oid = PQftable(pg_result->result, (int)fnum); in PHP_FUNCTION()

Completed in 21 milliseconds