PageRenderTime 39ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/hphp/test/slow/parser/empty-construct/empty-vector-lit.php

http://github.com/facebook/hiphop-php
PHP | 5 lines | 3 code | 2 blank | 0 comment | 0 complexity | aec36ad66c29d369bc83a0cf04281053 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. error_reporting(-1);
  3. var_dump(empty(Vector {1, 2, 3}));