3v4l.org

run code in 300+ PHP versions simultaneously
<?php $number = (object)[ 'isBad' = function() { return 0 > 3; } ]; var_dump($number->isBad());
Output for 5.4.0 - 5.4.25
Parse error: syntax error, unexpected '=', expecting ']' in /in/Rcmsu on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected '[' in /in/Rcmsu on line 3
Process exited with code 255.

preferences:
184.82 ms | 1395 KiB | 62 Q