Searched refs:_php_math_longtobase (Results 1 – 2 of 2) sorted by relevance
27 PHPAPI char * _php_math_longtobase(zval *arg, int base);
903 PHPAPI char * _php_math_longtobase(zval *arg, int base) in _php_math_longtobase() function963 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 9 milliseconds