Home
last modified time | relevance | path

Searched refs:bc_str2num (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dstr2num.c43 bc_str2num (bc_num *num, char *str, int scale) in bc_str2num() function
H A Dbcmath.h111 _PROTOTYPE(int bc_str2num, (bc_num *num, char *str, int scale));
/PHP-7.4/ext/bcmath/
H A Dbcmath.c201 if (!bc_str2num(num, str, 0)) { in php_str2num()
207 if (!bc_str2num(num, str, strlen(p+1))) { in php_str2num()
534 if (!bc_str2num(&first, ZSTR_VAL(left), scale)) { in PHP_FUNCTION()
537 if (!bc_str2num(&second, ZSTR_VAL(right), scale)) { in PHP_FUNCTION()

Completed in 10 milliseconds