3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getRandomName () { $Names = array("Wolf", "Gitta", "Len" , "Leana"); $this = array_rand($Names,1); echo $this; }
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.21
Fatal error: Cannot re-assign $this in /in/Q5OYH on line 5
Process exited with code 255.

preferences:
185.82 ms | 1399 KiB | 57 Q