_php_math_longtobase  811 ext/standard/math.c 	return _php_math_longtobase(arg, base);
_php_math_longtobase  881 ext/standard/math.c 	result = _php_math_longtobase(*arg, 2);
_php_math_longtobase  899 ext/standard/math.c 	result = _php_math_longtobase(*arg, 8);
_php_math_longtobase  917 ext/standard/math.c 	result = _php_math_longtobase(*arg, 16);
_php_math_longtobase   26 ext/standard/php_math.h PHPAPI char * _php_math_longtobase(zval *arg, int base);