Searched refs:_php_math_longtobase (Results 1 – 2 of 2) sorted by relevance
28 PHPAPI zend_string * _php_math_longtobase(zval *arg, int base);
922 PHPAPI zend_string * _php_math_longtobase(zval *arg, int base) in _php_math_longtobase() function982 return _php_math_longtobase(arg, base); in _php_math_zvaltobase()1045 result = _php_math_longtobase(arg, 2); in PHP_FUNCTION()1061 result = _php_math_longtobase(arg, 8); in PHP_FUNCTION()1077 result = _php_math_longtobase(arg, 16); in PHP_FUNCTION()
Completed in 7 milliseconds