Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_math.h27 PHPAPI char * _php_math_longtobase(zval *arg, int base);
H A Dmath.c903 PHPAPI char * _php_math_longtobase(zval *arg, int base) in _php_math_longtobase() function
963 return _php_math_longtobase(arg, base); in _php_math_zvaltobase()
1026 result = _php_math_longtobase(*arg, 2); in PHP_FUNCTION()
1042 result = _php_math_longtobase(*arg, 8); in PHP_FUNCTION()
1058 result = _php_math_longtobase(*arg, 16); in PHP_FUNCTION()

Completed in 7 milliseconds