Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dmath.c1035 zend_long frombase, tobase; in PHP_FUNCTION() local
1040 Z_PARAM_LONG(frombase) in PHP_FUNCTION()
1044 if (frombase < 2 || frombase > 36) { in PHP_FUNCTION()
1053 _php_math_basetozval(number, (int)frombase, &temp); in PHP_FUNCTION()
/php-src/ext/standard/tests/math/
H A Dbase_convert_basic.phpt5 $frombase = array(2,8,10,16,36);
20 for ($f= 0; $f < count($frombase); $f++) {
21 echo "\n...from base is ", $frombase[$f], "\n";
25 $res = base_convert($values[$i],$frombase[$f],$tobase[$t]);

Completed in 9 milliseconds