3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Casilla { public $wumpus = false; public $pit = false; private $gold = false; public function taken(){ if ($this->wumpus || $this-> pit || $this->gold){ return true; } return false; }//end taken function }//end casilla class class Board{ private $board; public function iniBoard(){ for($i=0;$i<9;$i++){ $this->board[$i] = new Casilla(); } }//end in public function iniPits(){ $pitNum = 0; while ($pitNum < 3) { $randomTmp = rand(1, 8); if($this->board[$randomTmp]->taken() == false){ $this->board[$randomTmp]->pit = true; $pitNum = $pitNum + 1; } }//end while }//end inipits public function printBoard(){ for($i=0;$i<9;$i++){ if($this->board[$i]->pit == true){ echo "pit"; }else{ echo "empty"; } } } }//end board class echo("testing<br>"); $mainBoard = new Board(); $mainBoard->iniBoard(); $mainBoard->iniPits(); $mainBoard->printBoard(); ?>

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)
7.2.00.0030.01019.57
7.1.70.0090.00316.89
7.1.60.0090.01519.24
7.1.50.0040.01517.03
7.1.00.0000.03722.44
7.0.200.0000.00916.68
7.0.140.0000.07722.00
7.0.100.0170.07719.98
7.0.90.0170.07020.01
7.0.80.0070.08320.00
7.0.70.0030.08719.94
7.0.60.0030.08720.05
7.0.50.0100.07720.35
7.0.40.0100.07720.14
7.0.30.0070.08720.11
7.0.20.0170.07720.11
7.0.10.0130.07319.99
7.0.00.0170.07020.13
5.6.280.0070.06720.79
5.6.250.0130.08020.69
5.6.240.0130.07020.68
5.6.230.0070.07020.68
5.6.220.0070.05020.50
5.6.210.0070.08020.68
5.6.200.0170.04020.96
5.6.190.0030.07720.98
5.6.180.0100.08321.11
5.6.170.0170.07021.13
5.6.160.0070.08321.04
5.6.150.0030.06320.99
5.6.140.0000.08320.97
5.6.130.0130.08021.18
5.6.120.0070.04721.06
5.6.110.0030.04321.06
5.6.100.0070.03721.00
5.6.90.0070.05320.94
5.6.80.0030.05720.42
5.6.70.0030.05320.40
5.6.60.0030.04020.42
5.6.50.0000.04720.36
5.6.40.0070.07720.32
5.6.30.0030.08320.39
5.6.20.0100.06720.47
5.6.10.0070.03720.40
5.6.00.0070.06020.44
5.5.380.0130.07020.42
5.5.370.0130.07720.49
5.5.360.0130.04720.40
5.5.350.0070.08720.43
5.5.340.0100.08020.91
5.5.330.0000.08720.91
5.5.320.0070.07320.90
5.5.310.0130.07720.77
5.5.300.0100.06320.85
5.5.290.0130.07720.94
5.5.280.0030.06320.84
5.5.270.0030.06020.84
5.5.260.0130.04320.93
5.5.250.0070.06020.72
5.5.240.0030.04020.30
5.5.230.0030.05020.23
5.5.220.0030.04020.03
5.5.210.0170.07020.20
5.5.200.0100.06320.25
5.5.190.0030.07320.00
5.5.180.0100.08020.10
5.5.160.0030.04720.09
5.5.150.0030.04020.25
5.5.140.0030.04320.14
5.5.130.0100.03320.25
5.5.120.0030.04320.08
5.5.110.0100.03320.10
5.5.100.0070.04320.12
5.5.90.0070.04020.08
5.5.80.0030.04320.03
5.5.70.0130.03019.96
5.5.60.0030.03720.16
5.5.50.0030.04320.02
5.5.40.0030.04020.16
5.5.30.0030.03720.02
5.5.20.0030.06720.01
5.5.10.0070.03720.09
5.5.00.0030.07020.06
5.4.450.0130.07719.39
5.4.440.0100.04719.18
5.4.430.0070.05319.23
5.4.420.0070.04719.46
5.4.410.0070.03319.41
5.4.400.0130.06319.17
5.4.390.0000.05719.14
5.4.380.0030.04018.88
5.4.370.0100.07319.10
5.4.360.0030.05719.14
5.4.350.0100.07319.13
5.4.340.0100.06319.23
5.4.320.0070.03319.07
5.4.310.0000.04019.13
5.4.300.0070.04019.12
5.4.290.0030.03719.14
5.4.280.0030.04019.03
5.4.270.0030.04019.16
5.4.260.0030.03718.89
5.4.250.0000.04719.18
5.4.240.0130.06018.87
5.4.230.0070.03319.18
5.4.220.0030.04019.09
5.4.210.0030.06019.04
5.4.200.0030.04018.84
5.4.190.0070.03319.20
5.4.180.0100.05719.04
5.4.170.0130.04019.07
5.4.160.0070.08018.86
5.4.150.0030.08019.01
5.4.140.0030.04716.50
5.4.130.0100.07016.47
5.4.120.0130.06716.24
5.4.110.0000.06316.40
5.4.100.0100.05716.49
5.4.90.0170.06016.48
5.4.80.0130.06316.50
5.4.70.0070.04716.46
5.4.60.0170.06316.37
5.4.50.0030.03716.47
5.4.40.0030.07016.46
5.4.30.0130.05016.46
5.4.20.0070.04316.29
5.4.10.0070.06716.40
5.4.00.0000.05315.64
5.3.290.0200.02314.73
5.3.280.0030.04014.67
5.3.270.0070.08014.56
5.3.260.0030.06014.71
5.3.250.0070.07014.64
5.3.240.0070.06714.64
5.3.230.0000.08014.69
5.3.220.0070.07714.70
5.3.210.0070.08014.56
5.3.200.0100.05014.70
5.3.190.0130.07014.60
5.3.180.0070.04314.60
5.3.170.0070.05714.54
5.3.160.0030.06014.56
5.3.150.0070.06314.59
5.3.140.0030.07014.50
5.3.130.0130.07314.63
5.3.120.0170.07314.55
5.3.110.0000.08314.55
5.3.100.0130.07314.19
5.3.90.0070.07014.07
5.3.80.0070.07014.12
5.3.70.0070.07314.02
5.3.60.0100.07014.02
5.3.50.0030.05713.90
5.3.40.0030.08014.02
5.3.30.0100.05013.92
5.3.20.0030.07313.73
5.3.10.0100.06013.66
5.3.00.0130.06713.75
5.2.170.0070.05711.63
5.2.160.0000.06711.63
5.2.150.0070.06311.63
5.2.140.0100.04711.63
5.2.130.0070.06011.63
5.2.120.0070.05711.63
5.2.110.0070.06011.63
5.2.100.0030.05711.63
5.2.90.0070.05711.63
5.2.80.0100.06011.63
5.2.70.0030.06311.63
5.2.60.0030.06311.63
5.2.50.0070.06311.63
5.2.40.0030.06311.63
5.2.30.0070.05711.63
5.2.20.0070.05711.63
5.2.10.0100.05711.63
5.2.00.0030.06311.63
5.1.60.0030.05011.63
5.1.50.0100.04311.63
5.1.40.0030.05011.63
5.1.30.0100.05311.63
5.1.20.0100.04711.63
5.1.10.0000.06011.63
5.1.00.0100.05011.63
5.0.50.0030.02711.63
5.0.40.0070.04011.63
5.0.30.0100.03711.63
5.0.20.0070.04011.63
5.0.10.0030.04311.63
5.0.00.0030.06311.63
4.4.90.0000.03711.63
4.4.80.0000.03711.63
4.4.70.0000.03311.63
4.4.60.0000.03711.63
4.4.50.0030.03311.63
4.4.40.0000.05311.63
4.4.30.0030.03711.63
4.4.20.0100.01011.63
4.4.10.0000.03711.63
4.4.00.0000.05711.63
4.3.110.0100.02311.63
4.3.100.0030.03711.63
4.3.90.0030.03311.63
4.3.80.0000.05011.63
4.3.70.0030.03311.63
4.3.60.0030.03311.63
4.3.50.0000.03711.63
4.3.40.0030.05011.63
4.3.30.0030.03311.63
4.3.20.0030.03011.63
4.3.10.0000.03711.63
4.3.00.0000.03711.63

preferences:
35.36 ms | 400 KiB | 5 Q