Home
last modified time | relevance | path

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

/PHP-8.3/ext/bcmath/
H A Dbcmath.c419 zend_string *base_str, *exponent_str, *modulus_str; in PHP_FUNCTION() local
427 Z_PARAM_STR(exponent_str) in PHP_FUNCTION()
452 if (php_str2num(&bc_expo, ZSTR_VAL(exponent_str)) == FAILURE) { in PHP_FUNCTION()
497 zend_string *base_str, *exponent_str; in PHP_FUNCTION() local
505 Z_PARAM_STR(exponent_str) in PHP_FUNCTION()
528 if (php_str2num(&bc_exponent, ZSTR_VAL(exponent_str)) == FAILURE) { in PHP_FUNCTION()

Completed in 5 milliseconds