3v4l.org

run code in 300+ PHP versions simultaneously
<?php class x { function x() { $this = '123'; } } var_dump(new x);
Output for 5.3.0 - 5.3.24, 5.4.0 - 5.4.14
Fatal error: Cannot re-assign $this in /in/rcteF on line 7
Process exited with code 255.

preferences:
175.83 ms | 1395 KiB | 47 Q