_php_math_longtobase 941 ext/standard/math.c return _php_math_longtobase(arg, base); _php_math_longtobase 1004 ext/standard/math.c result = _php_math_longtobase(*arg, 2); _php_math_longtobase 1020 ext/standard/math.c result = _php_math_longtobase(*arg, 8); _php_math_longtobase 1036 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);