3v4l.org

run code in 300+ PHP versions simultaneously
<?php class str { private $str; public function __construct($str){ $this->str = $str; } public function __tostring() { $this->this_ref = $this; return $this->str; } } array_fill_keys([new str("123")], true);

preferences:
45.31 ms | 402 KiB | 5 Q