Home
last modified time | relevance | path

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

/php-src/ext/bcmath/
H A Dbcmath.c495 zend_string *base_str, *exponent_str, *modulus_str; in PHP_FUNCTION() local
503 Z_PARAM_STR(exponent_str) in PHP_FUNCTION()
526 if (php_str2num(&bc_expo, exponent_str) == FAILURE) { in PHP_FUNCTION()
572 zend_string *base_str, *exponent_str; in PHP_FUNCTION() local
580 Z_PARAM_STR(exponent_str) in PHP_FUNCTION()
602 if (php_str2num(&bc_exponent, exponent_str) == FAILURE) { in PHP_FUNCTION()
1581 zend_string *exponent_str = NULL; in PHP_METHOD() local
1592 BCMATH_PARAM_NUMBER_OR_STR_OR_LONG(exponent_obj, bcmath_number_ce, exponent_str, exponent_lval); in PHP_METHOD()
1600 …if (bc_num_from_obj_or_str_or_long_with_err(&exponent_num, NULL, exponent_obj, exponent_str, expon… in PHP_METHOD()

Completed in 11 milliseconds