3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a=1; $b=0; $c=1; $dis='' if($a) echo "aYes" if($b) echo "byes" if($a) $dis="$dis . a" if($b) $dis="$dis . b" if($c) $dis="$dis . c" print_r($dis);
Output for 5.4.0 - 5.4.26
Parse error: syntax error, unexpected 'if' (T_IF) in /in/pRUev on line 8
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_IF in /in/pRUev on line 8
Process exited with code 255.

preferences:
173.79 ms | 1399 KiB | 63 Q