/hphp/test/slow/array_functions/529.php
http://github.com/facebook/hiphop-php · PHP · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 5cd1d85dda23f67677b66c14129dda20 MD5 · raw file
- <?hh
- <<__EntryPoint>>
- function main_529() {
- $input = varray[4, "4", "3", 4, 3, "3"];
- $result = array_unique($input);
- var_dump($result);
- }