Lines Matching refs:data
2 Test array_shift() function : usage variations - Pass arrays of different data types
6 * Pass arrays where values are of one data type to test behaviour of array_shift()
32 // arrays of different data types to be passed to $stack argument
35 // int data
43 // float data
52 // null data
58 // boolean data
66 // empty data
75 // string data
82 // object data
87 // undefined data
92 // unset data
106 echo "\n-- Iteration $iterator: $key data --\n";
120 -- Iteration 1: int data --
131 -- Iteration 2: float data --
144 -- Iteration 3: null data --
151 -- Iteration 4: bool data --
162 -- Iteration 5: empty string data --
169 -- Iteration 6: empty array data --
174 -- Iteration 7: string data --
183 -- Iteration 8: object data --
189 -- Iteration 9: undefined data --
194 -- Iteration 10: unset data --
199 -- Iteration 11: resource data --