- Output for 5.1.3 - 7.2.0
- object(Animal)#1 (2) { ["name"]=> string(3) "Bob" ["type"]=> string(3) "dog" } array(2) { ["name"]=> string(3) "Bob" ["type"]=> string(3) "dog" }
- Output for 5.0.0 - 5.1.2
- Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in /in/go5pm on line 4 Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in /in/go5pm on line 5 object(Animal)#1 (2) { ["name"]=> string(3) "Bob" ["type"]=> string(3) "dog" } array(2) { ["name"]=> string(3) "Bob" ["type"]=> string(3) "dog" }
- Output for 4.3.0 - 4.4.9
- object(animal)(2) { ["name"]=> string(3) "Bob" ["type"]=> string(3) "dog" } array(2) { ["name"]=> string(3) "Bob" ["type"]=> string(3) "dog" }