_php_math_longtobase 1150 ext/standard/math.c 	return _php_math_longtobase(arg, base);
_php_math_longtobase 1213 ext/standard/math.c 	result = _php_math_longtobase(arg, 2);
_php_math_longtobase 1229 ext/standard/math.c 	result = _php_math_longtobase(arg, 8);
_php_math_longtobase 1245 ext/standard/math.c 	result = _php_math_longtobase(arg, 16);
_php_math_longtobase   27 ext/standard/php_math.h PHPAPI zend_string * _php_math_longtobase(zval *arg, int base);