3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A{ private $item = 5; public function getItem(){ return $this->item; } } $obj = new A(); echo $obj->getItem()."\n"; $obj->getItem = function(){return 10;}; echo $obj->getItem()."\n"; $fun = $obj->getItem; echo $fun()."\n";

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
204.53 ms | 2035 KiB | 8 Q