Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dmath.c982 zend_long frombase, tobase; in PHP_FUNCTION() local
988 Z_PARAM_LONG(tobase) in PHP_FUNCTION()
995 if (tobase < 2 || tobase > 36) { in PHP_FUNCTION()
1001 result = _php_math_zvaltobase(&temp, (int)tobase); in PHP_FUNCTION()
/PHP-8.0/ext/standard/tests/math/
H A Dbase_convert_basic.phpt6 $tobase = array(2,8,10,16,36);
22 for ($t= 0; $t < count($tobase); $t++) {
23 echo "......to base is ", $tobase[$t], "\n";
25 $res = base_convert($values[$i],$frombase[$f],$tobase[$t]);

Completed in 11 milliseconds