3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Applicant { function getFirstName() { } } $applicant = new Applicant; if (empty($applicant->getFirstName()) { }
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.23
Fatal error: Can't use method return value in write context in /in/ZZE4h on line 8
Process exited with code 255.

preferences:
181.35 ms | 1399 KiB | 60 Q