Revert "make hphpc able to use ini files"
[hiphop-php.git] / hphp / test / zend / bad / ext / standard / tests / array / bug36975.php.expectf
blobbf0f642222450a5b504f5a7e73dbd8ee249e1ceb
1 natcasesort success!
2 array(6) {
3   [0]=>
4   string(2) "aa"
5   [1]=>
6   string(2) "aa"
7   [3]=>
8   string(2) "bb"
9   [2]=>
10   string(2) "bb"
11   [5]=>
12   string(2) "cc"
13   [6]=>
14   string(2) "cc"
16 Array
18     [1] => foo
19     [2] => bar
20     [3] => bar
22 array(6) {
23   [4]=>
24   int(0)
25   [3]=>
26   int(0)
27   [2]=>
28   int(0)
29   [1]=>
30   int(0)
31   [5]=>
32   string(3) "foo"
33   [6]=>
34   string(3) "bar"