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(array(new str("123")), true);

preferences:
33.32 ms | 404 KiB | 5 Q