Searched refs:bc_str2num (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/bcmath/libbcmath/src/ |
H A D | str2num.c | 43 bc_str2num (bc_num *num, char *str, int scale) in bc_str2num() function
|
H A D | bcmath.h | 111 _PROTOTYPE(int bc_str2num, (bc_num *num, char *str, int scale));
|
/PHP-8.0/ext/bcmath/ |
H A D | bcmath.c | 137 if (!bc_str2num(num, str, 0)) { in php_str2num() 144 if (!bc_str2num(num, str, strlen(p+1))) { in php_str2num() 598 if (!bc_str2num(&first, ZSTR_VAL(left), scale)) { in PHP_FUNCTION() 603 if (!bc_str2num(&second, ZSTR_VAL(right), scale)) { in PHP_FUNCTION()
|
Completed in 14 milliseconds