import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / array_pad_variation4.php.expectf
blob1d4c571a96399dfc4e5d2809919aeeec6b23dd77
1 *** Testing array_pad() : Passing binary values to $pad_value argument ***
2 array(6) {
3   [0]=>
4   int(1)
5   [1]=>
6   int(2)
7   [2]=>
8   int(3)
9   [3]=>
10   string(5) "hello"
11   [4]=>
12   string(5) "hello"
13   [5]=>
14   string(5) "hello"
16 array(6) {
17   [0]=>
18   string(5) "hello"
19   [1]=>
20   string(5) "hello"
21   [2]=>
22   string(5) "hello"
23   [3]=>
24   int(1)
25   [4]=>
26   int(2)
27   [5]=>
28   int(3)
30 Done