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();

preferences:
152.82 ms | 404 KiB | 5 Q