frombase         1750 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, frombase)
frombase         1255 ext/standard/math.c 	zend_long frombase, tobase;
frombase         1258 ext/standard/math.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "zll", &number, &frombase, &tobase) == FAILURE) {
frombase         1263 ext/standard/math.c 	if (frombase < 2 || frombase > 36) {
frombase         1264 ext/standard/math.c 		php_error_docref(NULL, E_WARNING, "Invalid `from base' (%pd)", frombase);
frombase         1272 ext/standard/math.c 	if(_php_math_basetozval(number, (int)frombase, &temp) == FAILURE) {