PageRenderTime 61ms CodeModel.GetById 32ms RepoModel.GetById 0ms app.codeStats 0ms

/hphp/test/zend/bad/ext/standard/tests/array/var_export.php

http://github.com/facebook/hiphop-php
PHP | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | b220aabcd7426de73c98b897e4fad64a 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. $a = (object) array (1, 3, "foo" => "bar");
  3. var_export($a);
  4. ?>