Missing Properties

Check how PHP handles missing properties in objects and arrays.

If an undefined property is accessed on an object, PHP will return print a warning message in development. In production, it will return `null` (rendered as empty string) and log the warning.

Species
cat
Average Size
5
Undefined property