Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dmath.c765 double fnum = 0; in _php_math_basetozval() local
815 fnum = (double)num; in _php_math_basetozval()
820 fnum = fnum * base + c; in _php_math_basetozval()
829 ZVAL_DOUBLE(ret, fnum); in _php_math_basetozval()
/php-src/ext/pgsql/
H A Dpgsql.c1501 zend_long fnum = -1; in PHP_FUNCTION() local
1504 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol|b", &result, pgsql_result_ce, &fnum, &return_oid) =… in PHP_FUNCTION()
1511 if (fnum < 0) { in PHP_FUNCTION()
1516 if (fnum >= PQnfields(pg_result->result)) { in PHP_FUNCTION()
1521 Oid oid = PQftable(pg_result->result, (int)fnum); in PHP_FUNCTION()

Completed in 23 milliseconds