remove array_multisort and convert array_multisortN to use inout
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / array_flip_variation3.php.expectf
blob133b713340f878638b9bdbdc82402ef300862f42
1 *** Testing array_flip() : different valid values in 'input' array argument ***
2 array(24) {
3   [1]=>
4   string(9) "int_value"
5   [-2]=>
6   string(14) "negative_value"
7   [0]=>
8   string(10) "zero_value"
9   [10]=>
10   string(11) "octal_value"
11   [35]=>
12   string(9) "hex_value"
13   [""]=>
14   string(13) "empty_heredoc"
15   [" "]=>
16   string(12) "space_value2"
17   ["a"]=>
18   string(11) "char_value1"
19   ["string1"]=>
20   string(13) "string_value1"
21   [123]=>
22   string(14) "numeric_value1"
23   ["!@#$%"]=>
24   string(19) "special_char_value1"
25   ["\t"]=>
26   string(18) "whitespace1_value1"
27   ["\n"]=>
28   string(18) "whitespace2_value1"
29   ["\0"]=>
30   string(16) "null_char_value1"
31   ["b"]=>
32   string(11) "char_value2"
33   ["string2"]=>
34   string(13) "string_value2"
35   [456]=>
36   string(14) "numeric_value2"
37   ["^&*"]=>
38   string(19) "special_char_value2"
39   ["%r\x09%r"]=>
40   string(18) "whitespace1_value2"
41   ["
42 "]=>
43   string(18) "whitespace2_value2"
44   ["%r\x00%r"]=>
45   string(16) "null_char_value2"
46   ["a%r\x00%rb"]=>
47   string(12) "binary_value"
48   ["simple"]=>
49   string(14) "simple_heredoc"
50   ["multiline heredoc with 123 and
51 speci@! ch@r$..checking
52 with%r\x09%ralso"]=>
53   string(17) "multiline_heredoc"
55 Done