Lines Matching refs:array_fill

2 Test array_fill() function : usage variations  - unexpected values for 'start_key' argument
9 /* Prototype : proto array array_fill(int start_key, int num, mixed val)
15 * testing array_fill() by passing different unexpected value for 'start_key' argument
18 echo "*** Testing array_fill() : usage variations ***\n";
91 // check the working of array_fill()
92 echo "--- Testing array_fill() with different values for 'start_key' arg ---\n";
99 var_dump( array_fill($start_key,$num,$val) );
110 *** Testing array_fill() : usage variations ***
111 --- Testing array_fill() with different values for 'start_key' arg ---
128 Warning: array_fill() expects parameter 1 to be int, float given in %s%eext%estandard%etests%earray…
146 Warning: array_fill() expects parameter 1 to be int, array given in %sarray_fill_variation1.php on …
150 Warning: array_fill() expects parameter 1 to be int, array given in %sarray_fill_variation1.php on …
154 Warning: array_fill() expects parameter 1 to be int, array given in %sarray_fill_variation1.php on …
158 Warning: array_fill() expects parameter 1 to be int, array given in %sarray_fill_variation1.php on …
162 Warning: array_fill() expects parameter 1 to be int, array given in %sarray_fill_variation1.php on …
208 Warning: array_fill() expects parameter 1 to be int, string given in %sarray_fill_variation1.php on…
212 Warning: array_fill() expects parameter 1 to be int, string given in %sarray_fill_variation1.php on…
216 Warning: array_fill() expects parameter 1 to be int, string given in %sarray_fill_variation1.php on…
220 Warning: array_fill() expects parameter 1 to be int, string given in %sarray_fill_variation1.php on…
224 Warning: array_fill() expects parameter 1 to be int, object given in %sarray_fill_variation1.php on…
242 Warning: array_fill() expects parameter 1 to be int, resource given in %sarray_fill_variation1.php …