PageRenderTime 46ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/hphp/test/slow/parser/empty-construct/empty-xhp.php

http://github.com/facebook/hiphop-php
PHP | 6 lines | 4 code | 2 blank | 0 comment | 0 complexity | b16a2dc28c87b77a118b24cbcf64e26f 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. class :foo {}
  4. var_dump(empty(<foo/>));