3v4l.org

run code in 300+ PHP versions simultaneously
<?php function horrible_function(&$o) { $o = (object)array('haha' => 'got you'); } class innocent_bystander { function operation() { horrible_function($this); var_dump($this); } } $h = new innocent_bystander(); $h->operation();

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
157.06 ms | 2817 KiB | 10 Q