remove array_multisort and convert array_multisortN to use inout
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / bug24198.php
blob58dd92b9921be1869b2f52a1e28854ddba5e9980
1 <?hh <<__EntryPoint>> function main(): void {
2 $c = array('a' => 'aa','b' => 'bb');
4 var_dump(array_merge_recursive($c, $c));