Searched refs:bcmath_number_parse_num (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/bcmath/ |
H A D | bcmath.c | 1167 static zend_result bcmath_number_parse_num(zval *zv, zend_object **obj, zend_string **str, zend_lon… in bcmath_number_parse_num() function 1235 …if (UNEXPECTED(bcmath_number_parse_num(op1, &obj1, &str1, &lval1) == FAILURE || bcmath_number_pars… in bcmath_number_do_operation() 1331 if (UNEXPECTED(bcmath_number_parse_num(op1, &obj1, &str1, &lval1) == FAILURE)) { in bcmath_number_compare() 1335 if (UNEXPECTED(bcmath_number_parse_num(op2, &obj2, &str2, &lval2) == FAILURE)) { in bcmath_number_compare()
|
Completed in 7 milliseconds