3v4l.org

run code in 300+ PHP versions simultaneously
<?php // todays date $today = date("Ymd"); // Call the getAge function if (isset($_POST['birth_date'])) { $age = getAge($birth_date) } else { //Or fail die; } function getAge($birth_date){ list($year, $month, $day) = explode("-", $birth_date); var_dump($year, $month, $day); $year_diff = date("Y") - $year; $month_diff = date("m") - $month; $day_diff = date("d") - $day; if ($day_diff < 0) { $month_diff--; } if ($month_diff < 0) { $year_diff--; } return $year_diff; }

Here you find the average performance (time & memory) of each version. A grayed out version indicates it didn't complete successfully (based on exit-code).

VersionSystem time (s)User time (s)Memory (MiB)
5.4.250.0070.03812.37
5.4.240.0110.03912.37
5.4.230.0070.03812.37
5.4.220.0040.03812.36
5.4.210.0040.03912.37
5.4.200.0060.03912.37
5.4.190.0050.03812.36
5.4.180.0070.03812.36
5.4.170.0050.03912.37
5.4.160.0050.03812.36
5.4.150.0050.03912.36
5.4.140.0090.03612.05
5.4.130.0070.03612.03
5.4.120.0050.03711.99
5.4.110.0090.03511.99
5.4.100.0070.03411.99
5.4.90.0080.03611.99
5.4.80.0060.03911.99
5.4.70.0100.03811.98
5.4.60.0090.04011.98
5.4.50.0100.04311.98
5.4.40.0060.04411.97
5.4.30.0060.04311.97
5.4.20.0060.04111.96
5.4.10.0050.04211.97
5.4.00.0090.04911.46
5.3.280.0090.04312.71
5.3.270.0080.04812.73
5.3.260.0080.05012.72
5.3.250.0050.03912.72
5.3.240.0090.03812.72
5.3.230.0060.03812.71
5.3.220.0070.03812.68
5.3.210.0080.03812.68
5.3.200.0070.03612.67
5.3.190.0070.04112.68
5.3.180.0080.03612.67
5.3.170.0080.03812.67
5.3.160.0070.03812.67
5.3.150.0070.04812.67
5.3.140.0100.03512.66
5.3.130.0090.04112.65
5.3.120.0080.03812.66
5.3.110.0050.04112.65
5.3.100.0050.03812.12
5.3.90.0090.03412.08
5.3.80.0070.03512.08
5.3.70.0060.03612.07
5.3.60.0070.03612.06
5.3.50.0050.03612.00
5.3.40.0070.03512.00
5.3.30.0060.03511.95
5.3.20.0070.03611.71
5.3.10.0040.03611.67
5.3.00.0050.03611.66
5.2.170.0050.0309.16
5.2.160.0040.0309.16
5.2.150.0070.0309.16
5.2.140.0080.0329.16
5.2.130.0040.0329.12
5.2.120.0040.0289.12
5.2.110.0040.0299.13
5.2.100.0040.0319.13
5.2.90.0050.0309.13
5.2.80.0050.0319.11
5.2.70.0050.0349.12
5.2.60.0050.0329.07
5.2.50.0070.0349.04
5.2.40.0060.0309.02
5.2.30.0040.0329.00
5.2.20.0050.0308.98
5.2.10.0060.0298.91
5.2.00.0070.0348.76
5.1.60.0040.0308.05
5.1.50.0070.0298.05
5.1.40.0070.0258.04
5.1.30.0040.0278.38
5.1.20.0050.0278.41
5.1.10.0050.0298.13
5.1.00.0050.0298.13
5.0.50.0040.0216.60
5.0.40.0040.0196.46
5.0.30.0050.0326.28
5.0.20.0070.0186.25
5.0.10.0040.0216.22
5.0.00.0040.0306.22
4.4.90.0020.0154.78
4.4.80.0040.0144.75
4.4.70.0030.0164.75
4.4.60.0040.0144.76
4.4.50.0050.0144.77
4.4.40.0020.0274.71
4.4.30.0040.0174.76
4.4.20.0040.0184.84
4.4.10.0030.0174.85
4.4.00.0030.0254.76
4.3.110.0020.0164.67
4.3.100.0020.0154.66
4.3.90.0040.0144.63
4.3.80.0020.0254.58
4.3.70.0020.0164.63
4.3.60.0040.0164.63
4.3.50.0020.0184.62
4.3.40.0010.0254.54
4.3.30.0010.0163.28
4.3.20.0040.0143.26
4.3.10.0030.0153.22
4.3.00.0000.01713.64

preferences:
140.19 ms | 1394 KiB | 7 Q