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

/hphp/test/quick/is_dir.php

http://github.com/facebook/hiphop-php
PHP | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | 84d1623cc571a9354c7c0228b846509e 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>> function main(): void {
  3. var_dump(is_dir(""));
  4. }