3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var = new StdClass(); $var->foo = 'bar'; $GLOBALS['this'] = $var; var_dump($this); $var->foo = 'baz'; $foo = 'this'; $$foo = $var; var_dump($this); foo($this); function foo($this){ $GLOBALS['this']->foo = 'baw'; var_dump($$GLOBALS['foo'],$GLOBALS['this']); $$GLOBALS['foo'] = $GLOBALS['this']; var_dump($this); }

This is an error 404

There are `0` results


preferences:
161.39 ms | 1399 KiB | 7 Q