introduce array_multisort1, ..., array_multisort9
[hiphop-php.git] / hphp / test / slow / ext_array / range-mem-limit.php
blob03eee612043af024645133f5199394d0f8b40e00
1 <?hh
4 <<__EntryPoint>>
5 function main_range_mem_limit() {
6 ini_set('memory_limit', '20M');
7 range(-PHP_INT_MAX - 1, -INF, PHP_INT_MAX - 1);