3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { protected $titleInfo = []; public function bar() { $key = ''; if ( !isset( $this->titleInfo[$key] ) ) { $this->titleInfo[$key] = [ 42 ]; } var_dump( $this->titleInfo[$key] ); } } ( new Foo )->bar();

preferences:
52.55 ms | 402 KiB | 5 Q