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.c422 zend_string *base_str, *exponent_str, *modulus_str; in PHP_FUNCTION() local
430 Z_PARAM_STR(exponent_str) in PHP_FUNCTION()
454 if (php_str2num(&bc_expo, exponent_str) == FAILURE) { in PHP_FUNCTION()
500 zend_string *base_str, *exponent_str; in PHP_FUNCTION() local
508 Z_PARAM_STR(exponent_str) in PHP_FUNCTION()
531 if (php_str2num(&bc_exponent, exponent_str) == FAILURE) { in PHP_FUNCTION()

Completed in 6 milliseconds