<?php class toStr { private $str; public function __construct( $str ) { $this->str = $str; } public function __toString() { return $this->str; } } $a = array(); $a[ new toStr('hi') ] = 'there';
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`