PageRenderTime 51ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/2.0/Tests/@PHP/standard/time/idate.php

#
PHP | 10 lines | 9 code | 1 blank | 0 comment | 1 complexity | a7ec8d0589351ca23ae37878159f520f MD5 | raw file
Possible License(s): CPL-1.0, GPL-2.0, CC-BY-SA-3.0, MPL-2.0-no-copyleft-exception, Apache-2.0
  1. [expect php]
  2. [file]
  3. <?php
  4. putenv ("TZ=GMT0");
  5. $tmp = "UYzymndjHGhgistwLBIW";
  6. for($a = 0;$a < strlen($tmp); $a++){
  7. echo $tmp[$a], ': ', idate($tmp[$a], 1043324459)."\n";
  8. }
  9. ?>