3v4l.org

run code in 300+ PHP versions simultaneously
<?php class a{ public function action($action, $table, $where = array()) { if (count($where) === 3) { $operators = array('=', '>', '<', '>=', '<='); $field = $where[0]; $operator = $where[1]; $value = $where[2]; if (in_array($operator, $operators)) { $sql = "{$action} FROM {$table} WHERE {$field} {$operator} ?"; if (!$this->query($sql, array($value))->error()) { //<-- This is line that is throwing the error return $this; } } } return false; } }

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.340.0050.04712.03
5.4.320.0080.03912.52
5.4.310.0070.05512.51
5.4.300.0110.04612.52
5.4.290.0100.04512.51
5.4.280.0200.04912.41
5.4.270.0090.04812.41
5.4.260.0110.04812.41
5.4.250.0070.05212.41
5.4.240.0100.04712.41
5.4.230.0060.04112.40
5.4.220.0060.04712.40
5.4.210.0070.03712.40
5.4.200.0030.04112.40
5.4.190.0140.04912.39
5.4.180.0060.03812.39
5.4.170.0060.03812.40
5.4.160.0040.03812.40
5.4.150.0090.03512.40
5.4.140.0030.04012.09
5.4.130.0050.03612.07
5.4.120.0120.04012.04
5.4.110.0090.03812.03
5.4.100.0050.03812.03
5.4.90.0070.04812.03
5.4.80.0050.03812.03
5.4.70.0050.03512.02
5.4.60.0100.03312.03
5.4.50.0070.03512.03
5.4.40.0100.03612.01
5.4.30.0050.03612.01
5.4.20.0090.04012.01
5.4.10.0060.04212.01
5.4.00.0040.04911.50
5.3.290.0080.06012.80
5.3.280.0050.04312.71
5.3.270.0100.03712.73
5.3.260.0050.04012.72
5.3.250.0060.03712.72
5.3.240.0040.04012.72
5.3.230.0060.03812.71
5.3.220.0080.03612.68
5.3.210.0090.03712.68
5.3.200.0080.03312.68
5.3.190.0070.03512.68
5.3.180.0070.03512.67
5.3.170.0080.03412.67
5.3.160.0050.03812.67
5.3.150.0090.03612.67
5.3.140.0040.03812.66
5.3.130.0060.03912.66
5.3.120.0030.04212.66
5.3.110.0060.03912.66
5.3.100.0080.03512.13
5.3.90.0060.03812.11
5.3.80.0060.03812.10
5.3.70.0050.04612.09
5.3.60.0060.03812.08
5.3.50.0070.03612.03
5.3.40.0060.03812.03
5.3.30.0050.03811.99
5.3.20.0080.03811.77
5.3.10.0050.03711.73
5.3.00.0100.04711.72
5.2.170.0070.0309.22
5.2.160.0070.0279.23
5.2.150.0080.0349.23
5.2.140.0070.0429.22
5.2.130.0070.0399.18
5.2.120.0090.0389.18
5.2.110.0070.0369.19
5.2.100.0100.0359.19
5.2.90.0080.0379.19
5.2.80.0090.0389.18
5.2.70.0060.0419.18
5.2.60.0100.0379.13
5.2.50.0110.0319.10
5.2.40.0090.0329.07
5.2.30.0060.0299.06
5.2.20.0070.0319.04
5.2.10.0050.0288.95
5.2.00.0060.0288.81
5.1.60.0030.0268.09
5.1.50.0040.0258.09
5.1.40.0070.0218.07
5.1.30.0050.0268.43
5.1.20.0060.0258.45
5.1.10.0050.0268.17
5.1.00.0040.0268.17
5.0.50.0030.0226.65
5.0.40.0040.0196.50
5.0.30.0060.0306.32
5.0.20.0050.0196.29
5.0.10.0050.0206.27
5.0.00.0030.0406.25
4.4.90.0050.0204.78
4.4.80.0030.0224.75
4.4.70.0040.0204.75
4.4.60.0020.0224.75
4.4.50.0050.0204.77
4.4.40.0040.0334.71
4.4.30.0040.0154.76
4.4.20.0030.0154.84
4.4.10.0050.0134.85
4.4.00.0030.0244.76
4.3.110.0050.0154.66
4.3.100.0020.0154.66
4.3.90.0030.0144.63
4.3.80.0050.0244.59
4.3.70.0010.0184.63
4.3.60.0050.0134.62
4.3.50.0040.0184.63
4.3.40.0010.0294.53
4.3.30.0020.0163.30
4.3.20.0020.0163.28
4.3.10.0040.0143.24
4.3.00.0170.0207.20

preferences:
138.58 ms | 1394 KiB | 7 Q