3v4l.org

run code in 300+ PHP versions simultaneously
<?php $rec['birthday']= "03/11"; $date = explode('-', $rec['birthday']); if($date[2] == '') { $birthday = $date[0].'-'.$date[1].'-'.'0000'; } else{ $birthday = date('Y-m-d', strtotime($rec['birthday'])) } echo $birthday; ?>
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.25
Parse error: syntax error, unexpected '}' in /in/lhkSt on line 10
Process exited with code 255.

preferences:
188.36 ms | 1395 KiB | 62 Q