|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-05-26 17:02 UTC] rasmus@php.net
[2002-05-26 17:04 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 16:00:01 2025 UTC |
$bug1 = date("D",mktime (0,0,0,3,27,2032)); echo($bug1."<br>"); $bug2 = date("D",mktime (0,0,0,3,28,2032)); echo($bug2."<br>"); if ($bug1==$bug2) {echo("BUG!");} i think it's enough. :)