Searched refs:bc_expo (Results 1 – 1 of 1) sorted by relevance
498 bc_num bc_base = NULL, bc_expo = NULL, bc_modulus = NULL, result; in PHP_FUNCTION() local526 if (php_str2num(&bc_expo, exponent_str) == FAILURE) { in PHP_FUNCTION()536 raise_mod_status status = bc_raisemod(bc_base, bc_expo, bc_modulus, &result, scale); in PHP_FUNCTION()561 bc_free_num(&bc_expo); in PHP_FUNCTION()
Completed in 7 milliseconds