Lines Matching refs:data
2 Test array_shift() function : usage variations - Pass array with different data types as keys
11 * Pass arrays with different data types as keys to test how array_shift() re-assigns keys
28 // int data
36 // float data
48 // null data
57 // boolean data
68 // empty data
77 // string data
84 // undefined data
89 // unset data
98 echo "\n-- Iteration $iterator : $key data --\n";
109 -- Iteration 1 : int data --
120 -- Iteration 2 : float data --
129 -- Iteration 3 : extreme floats data --
136 -- Iteration 4 : null uppercase data --
141 -- Iteration 5 : null lowercase data --
146 -- Iteration 6 : bool lowercase data --
153 -- Iteration 7 : bool uppercase data --
160 -- Iteration 8 : empty double quotes data --
165 -- Iteration 9 : empty single quotes data --
170 -- Iteration 10 : string data --
179 -- Iteration 11 : undefined data --
184 -- Iteration 12 : unset data --