_php_math_longtobase  927 ext/standard/math.c 	return _php_math_longtobase(arg, base);
_php_math_longtobase  990 ext/standard/math.c 	result = _php_math_longtobase(*arg, 2);
_php_math_longtobase 1006 ext/standard/math.c 	result = _php_math_longtobase(*arg, 8);
_php_math_longtobase 1022 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);