Searched refs:fnum (Results 1 – 2 of 2) sorted by relevance
861 double fnum = 0; in _php_math_basetozval() local899 fnum = (double)num; in _php_math_basetozval()904 fnum = fnum * base + c; in _php_math_basetozval()909 ZVAL_DOUBLE(ret, fnum); in _php_math_basetozval()
2403 zend_long fnum = -1; local2410 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl|b", &result, &fnum, &return_oid) == FAILURE) {2418 if (fnum < 0 || fnum >= PQnfields(pg_result->result)) {2423 oid = PQftable(pg_result->result, (int)fnum);
Completed in 22 milliseconds