Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dmath.c842 double fnum = 0; in _php_math_basetozval() local
880 fnum = num; in _php_math_basetozval()
885 fnum = fnum * base + c; in _php_math_basetozval()
890 ZVAL_DOUBLE(ret, fnum); in _php_math_basetozval()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2295 long fnum = -1; local
2302 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl|b", &result, &fnum, &return_oid) == FAILU…
2308 if (fnum < 0 || fnum >= PQnfields(pg_result->result)) {
2313 oid = PQftable(pg_result->result, fnum);

Completed in 36 milliseconds