Lines Matching refs:data
2 Test array_change_key_case() function : usage variations - different data types as keys
11 * Pass arrays with different data types as keys to array_change_key_case()
26 // arrays of different data types to be passed to $input argument
29 // int data
37 // float data
49 // null data
57 // boolean data
67 // empty data
75 // string data
82 // undefined data
87 // unset data
96 echo "\n-- Iteration $iterator : $key data --\n";
106 -- Iteration 1 : int data --
118 -- Iteration 2 : float data --
128 -- Iteration 3 : extreme floats data --
136 -- Iteration 4 : null uppercase data --
142 -- Iteration 5 : null lowercase data --
148 -- Iteration 6 : bool lowercase data --
156 -- Iteration 7 : bool uppercase data --
164 -- Iteration 8 : empty double quotes data --
170 -- Iteration 9 : empty single quotes data --
176 -- Iteration 10 : string data --
186 -- Iteration 11 : undefined data --
192 -- Iteration 12 : unset data --