PageRenderTime 44ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/hphp/test/zend/good/tests/run-test/test009.php

http://github.com/facebook/hiphop-php
PHP | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 2e26ce15fa7e7ee50ea407be027c3ca5 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. class Foo {}
  3. <<__EntryPoint>> function main(): void {
  4. $foo = new Foo;
  5. print_r($foo);
  6. }