yea              1513 ext/date/php_date.c 	long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0, dst = -1;
yea              1519 ext/date/php_date.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|lllllll", &hou, &min, &sec, &mon, &day, &yea, &dst) == FAILURE) {
yea              1537 ext/date/php_date.c 			if (yea >= 0 && yea < 70) {
yea              1538 ext/date/php_date.c 				yea += 2000;
yea              1539 ext/date/php_date.c 			} else if (yea >= 70 && yea <= 100) {
yea              1540 ext/date/php_date.c 				yea += 1900;
yea              1542 ext/date/php_date.c 			now->y = yea;