Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dmath.c799 double fnum = 0; in _php_math_basetozval() local
849 fnum = (double)num; in _php_math_basetozval()
854 fnum = fnum * base + c; in _php_math_basetozval()
863 ZVAL_DOUBLE(ret, fnum); in _php_math_basetozval()
/php-src/ext/pgsql/
H A Dpgsql.c1692 zend_long fnum = -1; in PHP_FUNCTION() local
1697 Z_PARAM_LONG(fnum) in PHP_FUNCTION()
1705 if (fnum < 0) { in PHP_FUNCTION()
1710 if (fnum >= PQnfields(pg_result->result)) { in PHP_FUNCTION()
1715 Oid oid = PQftable(pg_result->result, (int)fnum); in PHP_FUNCTION()

Completed in 26 milliseconds