3v4l.org

run code in 300+ PHP versions simultaneously
<?php // format: 08:25:50 Feb 20, 2014 PST echo (int) "50.01"; echo intval(" 60. 258 "); echo (int) " 60. 258 lkjlk "; echo (float)"jlkj 60. 258 ; ?>
Output for 5.4.0 - 5.4.28
Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN) in /in/s83AE on line 8
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end, expecting T_VARIABLE or T_DOLLAR_OPEN_CURLY_BRACES or T_CURLY_OPEN in /in/s83AE on line 8
Process exited with code 255.

preferences:
209.3 ms | 1395 KiB | 65 Q