3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hello = (object) ['test' => 1]; test($hello); function test($hello){ $hello->test = 2; } var_dump( $hello );

preferences:
18.28 ms | 402 KiB | 5 Q