PageRenderTime 58ms CodeModel.GetById 34ms RepoModel.GetById 0ms app.codeStats 0ms

/hphp/test/slow/parser/empty-construct/empty-function-call.php

http://github.com/facebook/hiphop-php
PHP | 8 lines | 6 code | 2 blank | 0 comment | 0 complexity | 27445e7333b9d3e35886aa2f9f7d15b7 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. <?php
  2. error_reporting(-1);
  3. function foo() {
  4. return true;
  5. }
  6. var_dump(empty(foo()));