PageRenderTime 47ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/hphp/test/slow/ext_datetime/microtime.php

http://github.com/facebook/hiphop-php
PHP | 8 lines | 6 code | 2 blank | 0 comment | 0 complexity | ae01bd5de143c7922c31bdad7ec1440c MD5 | raw file
Possible License(s): LGPL-2.1, BSD-2-Clause, BSD-3-Clause, MPL-2.0-no-copyleft-exception, MIT, LGPL-2.0, Apache-2.0
  1. <?hh
  2. <<__EntryPoint>>
  3. function main_microtime() {
  4. $time_start = microtime(true);
  5. var_dump($time_start > 0);
  6. }