Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dmath.c718 double fnum = 0; in _php_math_basetozval() local
768 fnum = (double)num; in _php_math_basetozval()
773 fnum = fnum * base + c; in _php_math_basetozval()
782 ZVAL_DOUBLE(ret, fnum); in _php_math_basetozval()
/PHP-8.3/ext/pgsql/
H A Dpgsql.c1509 zend_long fnum = -1; in PHP_FUNCTION() local
1512 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol|b", &result, pgsql_result_ce, &fnum, &return_oid) =… in PHP_FUNCTION()
1519 if (fnum < 0) { in PHP_FUNCTION()
1524 if (fnum >= PQnfields(pg_result->result)) { in PHP_FUNCTION()
1529 Oid oid = PQftable(pg_result->result, (int)fnum); in PHP_FUNCTION()

Completed in 26 milliseconds