Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dmath.c1101 int tmplen, reslen=0; in _php_math_number_format() local
1113 tmplen = spprintf(&tmpbuf, 0, "%.*F", dec, d); in _php_math_number_format()
1131 integral = tmplen; in _php_math_number_format()
1155 s = tmpbuf+tmplen-1; in _php_math_number_format()
/PHP-5.3/ext/odbc/
H A Dphp_odbc.c2815 SQLSMALLINT tmplen; in PHP_FUNCTION() local
2840 SQLColAttributes(result->stmt, (SQLUSMALLINT)pv_num, SQL_COLUMN_TYPE_NAME, tmp, 31, &tmplen, NULL); in PHP_FUNCTION()

Completed in 17 milliseconds