1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 10:03:18 +02:00
# And propably numerous other..? Either I am wrong or the documentation is.
This commit is contained in:
foobar
2000-09-03 03:50:59 +00:00
parent 6ff7c9afd8
commit a666910848

View File

@@ -640,9 +640,6 @@ PHP_FUNCTION(checkdate)
m = (*month)->value.lval;
d = (*day)->value.lval;
if (y < 100)
y += 1900;
if (y < 0 || y > 32767) {
RETURN_FALSE;
}