Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_math.h26 PHPAPI zend_string * _php_math_longtobase(zval *arg, int base);
H A Dmath.c932 PHPAPI zend_string * _php_math_longtobase(zval *arg, int base) in _php_math_longtobase() function
993 return _php_math_longtobase(arg, base); in _php_math_zvaltobase()
1060 result = _php_math_longtobase(arg, 2); in PHP_FUNCTION()
1077 result = _php_math_longtobase(arg, 8); in PHP_FUNCTION()
1094 result = _php_math_longtobase(arg, 16); in PHP_FUNCTION()

Completed in 9 milliseconds