3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = strtotime('2014-01-15'); #$date = '2014-01-15'; echo date('Y-m-d',$date).PHP_EOL; $daysbefor1979 = '25568'; $start = strtotime("1900-01-01"); echo $start.PHP_EOL; $diff = ($date - $start); echo $diff.PHP_EOL; $days = ($diff / 86400); echo $days.PHP_EOL; /*echo date('Y-m-d', jdtounix(gregoriantojd(12, 31, 1899) + 41603)).PHP_EOL;*/ $erg = round(($daysbefor1979+$days), 0); echo $erg.PHP_EOL; $days1 = round(($erg-$daysbefor1979), 0); echo $days1.PHP_EOL; $diff1 = ($days1*86400); echo $diff1.PHP_EOL; echo date('Y-m-d',$diff1).PHP_EOL; echo ($diff1+$start).PHP_EOL; echo date('Y-m-d',($diff1+$start)).PHP_EOL; echo PHP_EOL.PHP_EOL; $zahl = $erg; echo date('Y-m-d',((($zahl-daysbefor1979)*86400)+$start));
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
2014-01-15 -2208989972 3598730372 41651.971898148 67220 41652 3598732800 2084-01-15 1389742828 2014-01-15 Fatal error: Uncaught Error: Undefined constant "daysbefor1979" in /in/prEEY:32 Stack trace: #0 {main} thrown in /in/prEEY on line 32
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 2014-01-15 -2208989972 3598730372 41651.971898148 67220 41652 3598732800 2084-01-15 1389742828 2014-01-15 Fatal error: Uncaught Error: Undefined constant "daysbefor1979" in /in/prEEY:32 Stack trace: #0 {main} thrown in /in/prEEY on line 32
Process exited with code 255.
Output for 8.0.13
2014-01-15 -2208988800 3598732800 41652 67220 41652 3598732800 2084-01-15 1389744000 2014-01-15 Fatal error: Uncaught Error: Undefined constant "daysbefor1979" in /in/prEEY:32 Stack trace: #0 {main} thrown in /in/prEEY on line 32
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.16 - 7.3.31, 7.4.0 - 7.4.33
2014-01-15 -2208989972 3598730372 41651.971898148 67220 41652 3598732800 2084-01-15 1389742828 2014-01-15 Warning: Use of undefined constant daysbefor1979 - assumed 'daysbefor1979' (this will throw an Error in a future version of PHP) in /in/prEEY on line 32 Warning: A non-numeric value encountered in /in/prEEY on line 32 2084-01-16
Output for 7.3.32 - 7.3.33
2014-01-15 -2208988800 3598732800 41652 67220 41652 3598732800 2084-01-15 1389744000 2014-01-15 Warning: Use of undefined constant daysbefor1979 - assumed 'daysbefor1979' (this will throw an Error in a future version of PHP) in /in/prEEY on line 32 Warning: A non-numeric value encountered in /in/prEEY on line 32 2084-01-16
Output for 7.1.0 - 7.1.20
2014-01-15 -2208989972 3598730372 41651.971898148 67220 41652 3598732800 2084-01-15 1389742828 2014-01-15 Notice: Use of undefined constant daysbefor1979 - assumed 'daysbefor1979' in /in/prEEY on line 32 Warning: A non-numeric value encountered in /in/prEEY on line 32 2084-01-16
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20
2014-01-15 -2208989972 3598730372 41651.971898148 67220 41652 3598732800 2084-01-15 1389742828 2014-01-15 Notice: Use of undefined constant daysbefor1979 - assumed 'daysbefor1979' in /in/prEEY on line 32 2084-01-16

preferences:
164.45 ms | 402 KiB | 223 Q