Revert "make hphpc able to use ini files"
[hiphop-php.git] / hphp / test / zend / bad / ext / standard / tests / array / array_filter_variation9.php.expectf
blobc09ec8b62d15dbc11c975eab39ad7afcc2caaa83
1 *** Testing array_filter() : usage variations - built-in functions as 'callback' argument ***
2 array(6) {
3   [0]=>
4   int(0)
5   [1]=>
6   int(1)
7   [2]=>
8   int(-1)
9   [3]=>
10   int(10)
11   [4]=>
12   int(100)
13   [5]=>
14   int(1000)
16 array(8) {
17   [0]=>
18   int(0)
19   [1]=>
20   int(1)
21   [2]=>
22   int(-1)
23   [3]=>
24   int(10)
25   [4]=>
26   int(100)
27   [5]=>
28   int(1000)
29   [6]=>
30   string(5) "Hello"
31   [7]=>
32   NULL
34 HipHop Warning: %s
35 NULL
36 HipHop Warning: %s
37 NULL
38 Done