_php_math_longtobase  963 ext/standard/math.c 	return _php_math_longtobase(arg, base);
_php_math_longtobase 1026 ext/standard/math.c 	result = _php_math_longtobase(*arg, 2);
_php_math_longtobase 1042 ext/standard/math.c 	result = _php_math_longtobase(*arg, 8);
_php_math_longtobase 1058 ext/standard/math.c 	result = _php_math_longtobase(*arg, 16);
_php_math_longtobase   27 ext/standard/php_math.h PHPAPI char * _php_math_longtobase(zval *arg, int base);