Home
last modified time | relevance | path

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

/php-src/ext/bcmath/
H A Dbcmath.c165 static zend_result php_str2num_ex(bc_num *num, const zend_string *str, size_t *full_scale) in php_str2num_ex() function
178 return php_str2num_ex(num, str, NULL); in php_str2num()
1203 return php_str2num_ex(num, str, full_scale); in bc_num_from_obj_or_str_or_long()
1852 if (php_str2num_ex(&num, Z_STR_P(zv), &scale) == FAILURE || CHECK_SCALE_OVERFLOW(scale)) { in PHP_METHOD()

Completed in 7 milliseconds