<?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);
You have javascript disabled. You will not be able to edit any code.