3v4l.org

run code in 300+ PHP versions simultaneously
<?php function get_Cat($cat){ global $db, $smarty, $emp_type; $q = "SELECT * FROM `MYIT_ACL` WHERE `Category`='$cat' ORDER BY Category"; $rs = $db->execute($q); $row = $rs->GetArray(); $row2=array(); foreach($row as $a){ if($emp_type=='Manager'){ $a['perm']=$a['Manager']; } elseif($emp_type=='Admin'){ $a['perm']=$a['Admin']; } elseif($emp_type=='Supervisor'){ $a['perm']=$a['Supervisor']; } elseif($emp_type=='Technician']){ $a['perm']=$a['Technician']; } else { $a['perm']=$a['Client']; } print_r($a); $row2[]=$a; print_r($row2); } print_r($row); die(); $smarty->assign('row', $row2); return $row2; }

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.320.0090.03912.52
5.4.310.0060.04012.52
5.4.300.0070.03712.52
5.4.290.0070.03712.52
5.4.280.0060.03612.41
5.4.270.0080.03412.41
5.4.260.0020.04112.41
5.4.250.0080.04312.41
5.4.240.0050.03712.41
5.4.230.0080.03912.40
5.4.220.0110.04212.40
5.4.210.0100.03812.40
5.4.200.0080.04812.40
5.4.190.0080.04712.39
5.4.180.0100.03212.39
5.4.170.0060.03612.40
5.4.160.0080.03712.40
5.4.150.0060.03612.39
5.4.140.0070.03612.09
5.4.130.0100.03812.07
5.4.120.0090.03812.03
5.4.110.0090.03612.03
5.4.100.0070.04312.03
5.4.90.0050.04012.03
5.4.80.0080.04012.03
5.4.70.0060.03412.03
5.4.60.0080.04312.03
5.4.50.0080.03512.03
5.4.40.0070.03412.02
5.4.30.0090.03712.01
5.4.20.0050.03612.00
5.4.10.0040.04012.01
5.4.00.0080.03311.50
5.3.290.0090.04012.80
5.3.280.0070.03912.71
5.3.270.0090.03812.73
5.3.260.0130.03412.72
5.3.250.0110.03912.72
5.3.240.0120.03412.72
5.3.230.0100.03412.71
5.3.220.0080.03812.68
5.3.210.0110.03812.68
5.3.200.0050.03912.68
5.3.190.0110.03812.68
5.3.180.0080.04312.68
5.3.170.0070.04712.67
5.3.160.0070.03812.67
5.3.150.0110.03812.67
5.3.140.0070.04012.66
5.3.130.0080.03912.66
5.3.120.0100.03712.66
5.3.110.0070.04112.66
5.3.100.0050.04012.13
5.3.90.0090.03712.11
5.3.80.0080.04412.10
5.3.70.0060.03812.10
5.3.60.0050.04012.09
5.3.50.0070.03612.03
5.3.40.0080.03512.03
5.3.30.0080.03711.99
5.3.20.0040.03811.77
5.3.10.0060.03911.74
5.3.00.0090.03911.72
5.2.170.0050.0309.22
5.2.160.0070.0279.22
5.2.150.0050.0309.23
5.2.140.0040.0349.22
5.2.130.0060.0299.18
5.2.120.0060.0279.18
5.2.110.0070.0269.18
5.2.100.0050.0279.18
5.2.90.0060.0279.18
5.2.80.0070.0289.17
5.2.70.0070.0279.18
5.2.60.0070.0299.13
5.2.50.0020.0349.10
5.2.40.0080.0269.07
5.2.30.0050.0309.05
5.2.20.0060.0279.04
5.2.10.0050.0278.95
5.2.00.0030.0318.81
5.1.60.0070.0218.09
5.1.50.0040.0258.09
5.1.40.0030.0258.07
5.1.30.0020.0298.42
5.1.20.0060.0298.45
5.1.10.0060.0258.16
5.1.00.0060.0248.17
5.0.50.0030.0216.65
5.0.40.0070.0166.52
5.0.30.0070.0286.32
5.0.20.0050.0176.29
5.0.10.0010.0226.28
5.0.00.0040.0356.27
4.4.90.0030.0164.77
4.4.80.0050.0134.75
4.4.70.0020.0164.76
4.4.60.0040.0144.76
4.4.50.0030.0144.77
4.4.40.0000.0274.70
4.4.30.0030.0154.76
4.4.20.0030.0154.84
4.4.10.0010.0174.85
4.4.00.0040.0234.76
4.3.110.0050.0174.67
4.3.100.0060.0144.66
4.3.90.0030.0144.63
4.3.80.0030.0244.59
4.3.70.0060.0114.63
4.3.60.0030.0144.63
4.3.50.0020.0184.63
4.3.40.0020.0254.54
4.3.30.0030.0193.31
4.3.20.0000.0193.29
4.3.10.0020.0153.25
4.3.00.0130.0206.97

preferences:
138.61 ms | 1386 KiB | 7 Q