Searched refs:exponent_str (Results 1 – 1 of 1) sorted by relevance
419 zend_string *base_str, *exponent_str, *modulus_str; in PHP_FUNCTION() local427 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() local505 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