3v4l.org

run code in 300+ PHP versions simultaneously
<?php function createStartString(rating) { $message = "wrong answer"; echo "<script type='text/javascript'>alert('$message');</script>"; $globalCounter = 0; $starRating= ""; $tempRating=$rating; $splitedStr = tempRating.toString().split("."); $firstNumber = parseInt(splitedStr[0]); $secondNumber = parseInt(splitedStr[1]); for($counter = 0; $counter < 5; $counter++) { if($counter < $firstNumber ) { $starRating = $starRating + "<img src='/images/fullstar.png' height='20' width='20' />"; $globalCounter ++; } } if($secondNumber > 0) { $starRating = $starRating + "<img src='/images/halfstar.png' height='20' width='20' />"; $globalCounter ++; } for ($i =0 ;$i< 5 - $globalCounter ; i++ ) { $starRating = $starRating + "<img src='/images/blankstar.png' height='20' width='20' />"; } return '1'; } ?>
Output for 5.4.0 - 5.4.28
Parse error: syntax error, unexpected ')', expecting '&' or variable (T_VARIABLE) in /in/N3UXH on line 2
Process exited with code 255.
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.28
Parse error: syntax error, unexpected ')', expecting '&' or T_VARIABLE in /in/N3UXH on line 2
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Parse error: parse error, unexpected ')', expecting '&' or T_VARIABLE in /in/N3UXH on line 2
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting ')' in /in/N3UXH on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected T_STRING, expecting ')' in /in/N3UXH on line 2
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `')'' in /in/N3UXH on line 2
Process exited with code 255.

preferences:
220.69 ms | 1394 KiB | 118 Q