import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / natcasesort_variation6.php.expectf
blobecfd21424706c9d64e421226a7710e34042dccde
1 *** Testing natcasesort() : usage variation ***
3 -- Initial test --
4 bool(true)
5 array(3) {
6   [1]=>
7   &int(33)
8   [0]=>
9   &int(100)
10   [2]=>
11   &int(555)
14 -- Change $value1 --
15 bool(true)
16 array(3) {
17   [0]=>
18   &int(-29)
19   [1]=>
20   &int(33)
21   [2]=>
22   &int(555)
24 Done