3v4l.org

run code in 300+ PHP versions simultaneously
<?php $discount = 33; $sale_end = 2014-01-30 00:00:00; $sale_end = strtotime(date('F j',$sale_end)); echo sprintf('%d%% OFF Ends %s', $discount, $sale_end);
Output for 5.4.0 - 5.4.24, 5.5.0 - 5.5.8
Parse error: syntax error, unexpected '00' (T_LNUMBER) in /in/3iTPQ on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_LNUMBER in /in/3iTPQ on line 3
Process exited with code 255.

preferences:
194.49 ms | 1395 KiB | 70 Q