3v4l.org

run code in 300+ PHP versions simultaneously
<?php $users = [ 0 => [ 'username' => 'seb', 'password' => password_hash('sebber', PASSWORD_BCRYPT), ], 1 => [ 'username' => 'sebastian', 'password' => password_hash('pancake', PASSWORD_BCRYPT), ], 2 => [ 'username' => 'nicklas', 'password' => password_hash('sunglass', PASSWORD_BCRYPT), ], ]; $password = 'pancake'; foreach ($users as $user) { if (password_verify($password, $user['password']) { echo "you made it"; } else { echo "fu"; } }

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.03712.50
5.4.310.0070.03812.50
5.4.300.0080.04012.50
5.4.290.0070.04012.50
5.4.280.0100.03812.39
5.4.270.0030.03812.39
5.4.260.0080.03812.39
5.4.250.0090.04012.39
5.4.240.0050.04012.39
5.4.230.0070.04212.38
5.4.220.0080.04212.39
5.4.210.0070.03512.38
5.4.200.0070.03912.38
5.4.190.0110.03312.38
5.4.180.0050.03712.38
5.4.170.0040.03912.39
5.4.160.0060.03512.39
5.4.150.0050.03612.38
5.4.140.0070.03512.07
5.4.130.0080.03512.05
5.4.120.0060.03412.02
5.4.110.0070.03412.01
5.4.100.0070.03412.02
5.4.90.0050.05212.01
5.4.80.0060.03612.02
5.4.70.0040.03712.01
5.4.60.0040.03612.01
5.4.50.0060.04312.01
5.4.40.0090.03112.00
5.4.30.0080.04111.99
5.4.20.0090.04711.99
5.4.10.0040.03512.00
5.4.00.0020.03911.49
5.3.290.0050.04012.80
5.3.280.0050.03912.71
5.3.270.0040.04112.72
5.3.260.0070.03712.72
5.3.250.0120.03912.72
5.3.240.0070.03812.72
5.3.230.0090.03412.71
5.3.220.0060.03612.68
5.3.210.0040.04012.68
5.3.200.0050.03812.68
5.3.190.0050.04312.68
5.3.180.0070.03612.68
5.3.170.0060.03612.67
5.3.160.0070.03712.67
5.3.150.0050.03712.67
5.3.140.0050.03712.66
5.3.130.0070.03812.66
5.3.120.0040.04312.66
5.3.110.0060.04212.66
5.3.100.0040.04012.12
5.3.90.0050.03812.08
5.3.80.0050.03612.07
5.3.70.0070.03412.07
5.3.60.0060.03512.06
5.3.50.0060.04612.00
5.3.40.0030.03712.00
5.3.30.0040.03611.95
5.3.20.0060.03311.72
5.3.10.0040.03411.70
5.3.00.0060.03511.68
5.2.170.0030.0409.18
5.2.160.0050.0339.18
5.2.150.0060.0289.18
5.2.140.0060.0359.18
5.2.130.0060.0289.14
5.2.120.0020.0299.14
5.2.110.0050.0279.15
5.2.100.0090.0279.14
5.2.90.0070.0279.14
5.2.80.0040.0299.14
5.2.70.0060.0359.14
5.2.60.0030.0309.09
5.2.50.0040.0339.05
5.2.40.0040.0309.04
5.2.30.0080.0339.01
5.2.20.0040.0289.00
5.2.10.0050.0388.92
5.2.00.0060.0318.79
5.1.60.0050.0248.07
5.1.50.0030.0298.06
5.1.40.0040.0238.04
5.1.30.0030.0258.40
5.1.20.0040.0298.42
5.1.10.0040.0298.14
5.1.00.0050.0278.14
5.0.50.0040.0236.62
5.0.40.0010.0216.48
5.0.30.0030.0306.29
5.0.20.0030.0266.27
5.0.10.0060.0166.24
5.0.00.0040.0316.23
4.4.90.0020.0154.78
4.4.80.0010.0274.76
4.4.70.0040.0174.76
4.4.60.0030.0144.76
4.4.50.0010.0174.77
4.4.40.0040.0264.71
4.4.30.0040.0194.75
4.4.20.0020.0194.84
4.4.10.0040.0144.85
4.4.00.0040.0284.76
4.3.110.0020.0164.67
4.3.100.0040.0214.66
4.3.90.0050.0114.64
4.3.80.0020.0244.58
4.3.70.0030.0154.63
4.3.60.0040.0174.63
4.3.50.0030.0144.62
4.3.40.0030.0234.53
4.3.30.0020.0153.28
4.3.20.0020.0153.26
4.3.10.0020.0153.22
4.3.00.0030.01314.87

preferences:
139.33 ms | 1394 KiB | 7 Q