3v4l.org

run code in 300+ PHP versions simultaneously
<?php $intj = 5; $arrformfields[$intj][3] = 'ok'; $arrformfields[$intj][18] = 'ok2'; ${$arrformfields[$intj][3]} = '1990'; ${$arrformfields[$intj][18]} = 4; $value = '1991;Y'; $arrvalidrules = explode(';', $value); // On vérifie qu'il n'y bien que deux valeurs. if (count($arrvalidrules) == 2) { $arrvarlabels = array('intyearstart', 'intyearend'); foreach ($arrvarlabels as $key => $label) // On va définir l'année de départ et de fin. { if ($arrvalidrules[$key]!='') // On a définit une valeur dans la règle. { if (is_numeric($arrvalidrules[$key])) // Valeur numérique fixe. { ${$label} = intval($arrvalidrules[$key]); } else if (strpos($arrvalidrules[$key], 'Y') === 0) // Valeur selon l'année actuelle. { ${$label} = date('Y'); if (($intsignpos = strpos($arrvalidrules[$key], '+')) !== false) // On vérifie si on souhaite faire une adition. { ${$label} += intval(trim(substr($arrvalidrules[$key], $intsignpos+1))); } else if (($intsignpos = strpos($arrvalidrules[$key], '-')) !== false) // On vérifie si on souhaite faire une soustraction. { ${$label} -= intval(trim(substr($arrvalidrules[$key], $intsignpos+1))); } } else // On a saisit une valeur erroné (du texte) on définit la valeur comme par défaut. { ${$label} = ($key == 0 ? str_pad(0, ${$arrformfields[$intj][18]}, '0') : null); } } else // Définition de la valeur par défaut (annéeDeb = 0, annéeFin = null). { ${$label} = ($key == 0 ? str_pad(0, ${$arrformfields[$intj][18]}, '0') : null); } } if ($intyearend !== null) { if ( (($intyearstart > $intyearend) && (${$arrformfields[$intj][3]} < $intyearend && ${$arrformfields[$intj][3]} > $intyearstart)) OR ${$arrformfields[$intj][3]} < $intyearstart && ${$arrformfields[$intj][3]} > $intyearend ) { if ($intyearstart > $intyearend) { // L'année de début > à la fin, on change les valeurs. $intswitch = $intyearstart; $intyearstart = $intyearend; $intyearend = $intswitch; } // "Le champ '".$arrformfields[$intj][1]."' est invalide, la valeur doit être comprise entre ".$intyearstart." et ".$intyearend." !<br />"; echo "Faux\n\n"; } else { echo ${$arrformfields[$intj][3]}; echo "Ok\n\n"; } } } echo 'Date : '.$intyearstart.' - '.$intyearend;

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)
8.3.60.0120.00418.27
8.3.50.0120.00822.05
8.3.40.0090.00618.96
8.3.30.0110.00419.09
8.3.20.0040.00419.03
8.3.10.0080.00019.23
8.3.00.0050.00221.85
8.2.180.0140.00716.63
8.2.170.0140.00422.96
8.2.160.0070.00720.43
8.2.150.0000.00824.18
8.2.140.0040.00424.66
8.2.130.0030.00526.16
8.2.120.0040.00420.80
8.2.110.0030.00620.43
8.2.100.0030.00917.84
8.2.90.0040.00419.33
8.2.80.0060.00318.04
8.2.70.0000.00817.88
8.2.60.0030.00618.03
8.2.50.0000.01018.07
8.2.40.0040.00418.34
8.2.30.0000.00721.20
8.2.20.0080.00017.73
8.2.10.0070.00017.90
8.2.00.0050.00317.83
8.1.280.0130.01025.92
8.1.270.0000.00723.99
8.1.260.0040.00426.35
8.1.250.0040.00428.09
8.1.240.0030.00722.07
8.1.230.0040.00720.88
8.1.220.0050.00318.77
8.1.210.0050.00319.03
8.1.200.0040.00717.35
8.1.190.0040.00417.65
8.1.180.0000.00818.10
8.1.170.0040.00418.64
8.1.160.0050.00318.95
8.1.150.0050.00318.78
8.1.140.0040.00417.66
8.1.130.0030.00317.93
8.1.120.0020.00517.55
8.1.110.0040.00417.63
8.1.100.0000.00817.49
8.1.90.0040.00417.63
8.1.80.0000.00717.50
8.1.70.0070.00017.63
8.1.60.0000.00917.71
8.1.50.0070.00017.45
8.1.40.0000.00817.50
8.1.30.0000.00817.73
8.1.20.0030.00617.75
8.1.10.0040.00417.70
8.1.00.0060.00617.66
8.0.300.0000.00820.04
8.0.290.0000.00717.16
8.0.280.0000.00818.54
8.0.270.0000.00817.36
8.0.260.0060.00016.97
8.0.250.0000.00717.14
8.0.240.0000.00817.02
8.0.230.0070.00017.06
8.0.220.0030.00317.06
8.0.210.0000.00616.93
8.0.200.0000.00716.96
8.0.190.0030.00617.05
8.0.180.0000.00717.00
8.0.170.0040.00417.01
8.0.160.0040.00416.83
8.0.150.0000.00716.95
8.0.140.0060.00316.84
8.0.130.0000.00513.32
8.0.120.0000.00716.86
8.0.110.0050.00316.94
8.0.100.0000.00717.05
8.0.90.0040.00416.82
8.0.80.0130.00317.04
8.0.70.0000.00717.11
8.0.60.0040.00416.98
8.0.50.0000.00716.77
8.0.30.0150.00617.39
8.0.20.0120.01017.40
8.0.10.0000.00817.05
8.0.00.0130.00816.87
7.4.330.0060.00016.66
7.4.320.0000.00616.71
7.4.300.0030.00316.70
7.4.290.0030.00316.74
7.4.280.0090.00016.58
7.4.270.0000.00816.53
7.4.260.0030.00313.25
7.4.250.0050.00316.48
7.4.240.0030.00316.51
7.4.230.0030.00316.60
7.4.220.0000.02316.59
7.4.210.0090.00816.69
7.4.200.0080.00016.73
7.4.190.0070.00016.80
7.4.160.0080.00816.50
7.4.150.0080.01117.40
7.4.140.0090.01017.86
7.4.130.0160.00516.62
7.4.120.0100.01116.72
7.4.110.0100.00716.45
7.4.100.0070.01516.59
7.4.90.0060.01616.63
7.4.80.0110.01019.39
7.4.70.0100.00616.56
7.4.60.0070.01416.66
7.4.50.0030.00516.57
7.4.40.0110.00422.77
7.4.30.0060.01216.70
7.4.00.0060.00914.82
7.3.330.0000.00513.35
7.3.320.0000.00513.26
7.3.310.0030.00316.39
7.3.300.0000.00916.41
7.3.290.0030.01116.38
7.3.280.0090.01116.43
7.3.270.0040.01517.40
7.3.260.0120.01118.24
7.3.250.0100.00616.45
7.3.240.0030.01316.74
7.3.230.0110.00616.58
7.3.210.0030.01416.70
7.3.200.0140.00719.39
7.3.190.0150.00616.42
7.3.180.0120.00616.70
7.3.170.0090.00616.56
7.3.160.0100.00716.45
7.3.120.0110.00414.93
7.2.330.0100.00716.54
7.2.320.0030.01416.94
7.2.310.0120.01216.60
7.2.300.0130.00516.62
7.2.290.0060.01016.89
7.2.60.0060.00316.70
7.2.00.0060.00819.70
7.1.200.0040.00715.86
7.1.100.0000.01218.13
7.1.70.0030.00617.19
7.1.60.0100.01319.40
7.1.50.0200.01734.68
7.1.00.0070.07322.35
7.0.200.0140.00715.23
7.0.140.0070.06722.15
7.0.110.0170.08319.87
7.0.100.0130.05319.97
7.0.90.0070.04319.92
7.0.80.0200.07319.92
7.0.70.0100.07719.92
7.0.60.0170.07320.00
7.0.50.0100.08319.93
7.0.40.0030.06719.75
7.0.30.0030.08019.68
7.0.20.0100.07319.79
7.0.10.0100.08019.67
7.0.00.0070.08019.61
5.6.280.0000.07721.15
5.6.260.0130.07320.85
5.6.250.0070.08720.71
5.6.240.0100.06720.68
5.6.230.0130.05720.65
5.6.220.0070.08020.51
5.6.210.0070.04020.54
5.6.200.0070.08320.61
5.6.190.0070.08020.62
5.6.180.0130.07720.64
5.6.170.0100.08020.52
5.6.160.0170.07020.55
5.6.150.0170.07720.52
5.6.140.0100.07020.66
5.6.130.0130.07320.60
5.6.120.0070.08720.55
5.6.110.0130.08720.59
5.6.100.0170.07320.50
5.6.90.0070.07320.59
5.6.80.0100.08019.97
5.6.70.0100.07720.01
5.6.60.0030.08719.98
5.6.50.0100.08019.98
5.6.40.0070.06720.02
5.6.30.0100.04319.99
5.6.20.0170.07319.79
5.6.10.0130.07319.79
5.6.00.0100.07319.97
5.5.380.0100.08020.48
5.5.370.0030.08320.45
5.5.360.0070.07720.52
5.5.350.0070.07320.39
5.5.340.0070.09020.77
5.5.330.0070.08020.73
5.5.320.0100.07720.70
5.5.310.0000.08720.70
5.5.300.0070.04020.85
5.5.290.0100.08320.94
5.5.280.0070.06720.82
5.5.270.0030.08020.79
5.5.260.0030.09020.83
5.5.250.0130.06320.73
5.5.240.0000.04320.32
5.5.230.0070.08020.22
5.5.220.0000.08020.27
5.5.210.0100.07320.14
5.5.200.0070.08020.27
5.5.190.0030.05020.11
5.5.180.0070.08020.19
5.5.160.0100.07720.08
5.5.150.0130.07020.27
5.5.140.0000.08320.17
5.5.130.0030.06020.08
5.5.120.0070.07720.00
5.5.110.0100.06320.32
5.5.100.0200.04720.16
5.5.90.0100.06720.20
5.5.80.0070.06720.06
5.5.70.0100.07020.14
5.5.60.0070.07020.01
5.5.50.0070.07320.19
5.5.40.0070.05720.13
5.5.30.0130.07320.10
5.5.20.0130.07320.08
5.5.10.0100.07720.15
5.5.00.0130.07020.03
5.4.450.0100.08319.45
5.4.440.0100.07719.40
5.4.430.0000.08319.33
5.4.420.0130.07319.25
5.4.410.0030.07319.15
5.4.400.0070.08019.20
5.4.390.0100.04719.12
5.4.380.0070.08019.27
5.4.370.0030.05319.11
5.4.360.0100.07319.05
5.4.350.0170.06319.27
5.4.340.0100.07719.25
5.4.320.0030.07719.17
5.4.310.0100.04019.02
5.4.300.0100.07319.11
5.4.290.0100.07719.09
5.4.280.0070.08018.95
5.4.270.0000.08719.25
5.4.260.0030.08318.95
5.4.250.0030.08719.27
5.4.240.0000.05319.17
5.4.230.0030.07019.09
5.4.220.0070.07718.99
5.4.210.0100.07719.17
5.4.200.0000.08019.18
5.4.190.0070.07319.11
5.4.180.0000.08319.15
5.4.170.0030.06719.09
5.4.160.0070.07019.01
5.4.150.0170.06719.06
5.4.140.0100.07016.29
5.4.130.0000.07716.54
5.4.120.0070.07316.21
5.4.110.0100.07016.45
5.4.100.0030.07316.53
5.4.90.0100.05016.57
5.4.80.0030.07016.41
5.4.70.0070.04316.57
5.4.60.0070.06016.35
5.4.50.0070.06716.25
5.4.40.0000.07716.55
5.4.30.0100.06716.27
5.4.20.0100.05316.38
5.4.10.0070.07716.36
5.4.00.0030.07715.62
5.3.290.0000.08314.68
5.3.280.0100.07014.70
5.3.270.0100.06714.58
5.3.260.0070.07714.56
5.3.250.0000.06314.56
5.3.240.0130.06314.64
5.3.230.0070.04314.69
5.3.220.0000.08014.38
5.3.210.0130.07714.54
5.3.200.0070.07314.53
5.3.190.0100.04314.65
5.3.180.0070.07014.60
5.3.170.0000.07314.45
5.3.160.0070.07314.43
5.3.150.0030.07714.46
5.3.140.0030.07014.44
5.3.130.0030.06014.64
5.3.120.0100.07314.45
5.3.110.0100.07714.43
5.3.100.0070.07313.91
5.3.90.0200.05713.93
5.3.80.0100.05314.11
5.3.70.0100.07013.83
5.3.60.0100.07313.96
5.3.50.0030.07714.07
5.3.40.0070.06313.99
5.3.30.0000.07313.94
5.3.20.0170.05713.58
5.3.10.0030.04313.75
5.3.00.0030.06313.50
5.2.170.0030.07011.91
5.2.160.0100.03311.91
5.2.150.0070.06011.91
5.2.140.0070.06011.91
5.2.130.0070.05311.91
5.2.120.0100.05311.91
5.2.110.0030.06711.91
5.2.100.0030.06311.91
5.2.90.0070.05711.91
5.2.80.0130.05311.91
5.2.70.0100.06011.91
5.2.60.0000.06711.91
5.2.50.0030.06711.91
5.2.40.0000.06311.91
5.2.30.0030.06011.91
5.2.20.0070.04011.91
5.2.10.0030.04711.91
5.2.00.0070.05311.91
5.1.60.0030.05311.91
5.1.50.0000.06011.91
5.1.40.0030.05011.91
5.1.30.0030.05711.91
5.1.20.0100.03711.91
5.1.10.0100.04711.91
5.1.00.0100.04711.91
5.0.50.0100.03711.91
5.0.40.0030.04011.91
5.0.30.0000.06711.91
5.0.20.0030.04011.91
5.0.10.0000.03311.91
5.0.00.0000.07011.91
4.4.90.0030.02311.91
4.4.80.0030.03311.91
4.4.70.0030.03711.91
4.4.60.0070.03011.91
4.4.50.0030.03311.91
4.4.40.0030.05311.91
4.4.30.0070.03011.91
4.4.20.0030.03311.91
4.4.10.0000.03711.91
4.4.00.0000.05711.91
4.3.110.0000.03311.91
4.3.100.0000.02011.91
4.3.90.0030.03711.91
4.3.80.0000.04711.91
4.3.70.0070.03011.91
4.3.60.0000.04011.91
4.3.50.0030.02711.91
4.3.40.0000.05311.91
4.3.30.0000.03711.91
4.3.20.0030.03311.91
4.3.10.0000.03311.91
4.3.00.0000.03711.91

preferences:
47.6 ms | 401 KiB | 5 Q