Autovivification - PHP

PHP

PHP arrays are natively autovivificious.

$arr = array; $arr = "stand and deliver";

However, this only applies to assignment, and not array access.

Read more about this topic:  Autovivification