Lines Matching refs:array
25 $var2[] = array();
31 $array = array(PHP_INT_MAX => "dummy");
33 $array[] = array();
38 $array = new ArrayObject();
39 $array[index()] = 1;
40 $array[offset()] = 2;
42 var_dump($array);
55 $array = array();
56 $array[] = array();
57 $array[0][] = 1;
58 $array[0][1] = 1;
59 var_dump($array);
62 $array[function() {}] = 2;
66 var_dump($array);
69 var_dump($array);
132 array(1) {
136 array(1) {
140 array(1) {
142 array(0) {
145 Cannot add element to the array as the next element is already occupied
148 array(2) {
155 array(1) {
157 array(2) {
165 array(1) {
167 array(2) {
174 array(1) {
176 array(2) {
183 Cannot use a scalar value as an array
186 Deprecated: Automatic conversion of false to array is deprecated in %s
188 array(1) {
193 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
195 array(1) {
200 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
203 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
205 array(1) {
207 array(1) {
213 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
215 array(1) {
217 array(1) {
223 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d