Make too few args throw instead of log
[hiphop-php.git] / hphp / test / slow / spec / tests / functions / using_byrefs_to_undefined_variables.php.expectf
blob2279d1eacabe73ed2b12bf70dbe2c57c602a653a
2 Notice: Undefined variable: x in %s/functions/using_byrefs_to_undefined_variables.php on line 31
3 NULL
4 $p is not set
5 $q is not set
6 $p is set
7 int(-10)
8 int(-10)
9 array(3) {
10   [0]=>
11   int(10)
12   [1]=>
13   int(20)
14   [2]=>
15   int(30)
17 $p is set
18 $q is set
19 $p is set
20 int(-10)
21 array(3) {
22   [0]=>
23   int(-10)
24   [1]=>
25   int(20)
26   [2]=>
27   int(30)
29 $p is not set
30 $q is not set
31 $p is set
32 int(-10)
33 array(4) {
34   [0]=>
35   int(-10)
36   [1]=>
37   int(20)
38   [2]=>
39   int(30)
40   [5]=>
41   int(-10)
43 $p is not set
44 $q is not set
45 $p is set
46 int(-10)
47 array(5) {
48   [0]=>
49   int(-10)
50   [1]=>
51   int(20)
52   [2]=>
53   int(30)
54   [5]=>
55   int(-10)
56   ["red"]=>
57   int(-10)
59 int(-10)
60 $p is set
61 $p is set
62 int(-10)
63 int(-10)
64 int(-10)
65 array(3) {
66   [0]=>
67   int(10)
68   [1]=>
69   int(20)
70   [2]=>
71   int(30)
73 $p is set
74 $p is set
75 int(10)
76 int(10)
77 array(3) {
78   [0]=>
79   int(10)
80   [1]=>
81   int(20)
82   [2]=>
83   int(30)
85 $p is not set
86 $p is not set
87 NULL
88 NULL
89 array(4) {
90   [0]=>
91   int(10)
92   [1]=>
93   int(20)
94   [2]=>
95   int(30)
96   [5]=>
97   NULL
99 $p is not set
100 $p is not set
101 NULL
102 NULL
103 array(5) {
104   [0]=>
105   int(10)
106   [1]=>
107   int(20)
108   [2]=>
109   int(30)
110   [5]=>
111   NULL
112   ["red"]=>
113   NULL