TestClass #1 object(9) { [null] => NULL [boolean] => bool(false) [float] => float(67.993) [integer] => int(1981) [string] => string(13) "string cheese" [protected]:protected => string(9) "protected" [private]:private => string(7) "private" [assoc_array] => array(2) { [key] => string(5) "value" [space key] => string(11) "space value" } [indexed_array] => array(3) { [0] => string(3) "one" [1] => string(3) "two" [2] => string(5) "three" } }
My Debug Data: array(5) { [null] => NULL [boolean] => bool(false) [integer] => int(1981) [float] => float(25.651) [string] => string(13) "string cheese" } TestClass #1 object(9) { [null] => NULL [boolean] => bool(false) [float] => float(67.993) [integer] => int(1981) [string] => string(13) "string cheese" [protected]:protected => string(9) "protected" [private]:private => string(7) "private" [assoc_array] => array(2) { [key] => string(5) "value" [space key] => string(11) "space value" } [indexed_array] => array(3) { [0] => string(3) "one" [1] => string(3) "two" [2] => string(5) "three" } }