PageRenderTime 50ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/hphp/test/zend/good/tests/lang/array_shortcut_005.php

http://github.com/facebook/hiphop-php
PHP | 3 lines | 3 code | 0 blank | 0 comment | 0 complexity | e012c64b3e8332e6a16a0633a1e5161c 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 <<__EntryPoint>> function main(): void {
  2. print_r(varray[1, 2, 3, darray["foo" => "orange", "bar" => "apple", "baz" => "lemon"]]);
  3. }