Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dphp_math.h25 PHPAPI zend_string * _php_math_longtobase(zend_long arg, int base);
H A Dmath.c841 PHPAPI zend_string * _php_math_longtobase(zend_long arg, int base) in _php_math_longtobase() function
937 return _php_math_longtobase(Z_LVAL_P(arg), base); in _php_math_zvaltobase()

Completed in 11 milliseconds