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.0070.04112.02
5.4.320.0110.04012.52
5.4.310.0070.03912.51
5.4.300.0050.03812.52
5.4.290.0070.03712.51
5.4.280.0060.03512.41
5.4.270.0100.03212.41
5.4.260.0080.03612.41
5.4.250.0040.03912.41
5.4.240.0090.03312.41
5.4.230.0040.04012.40
5.4.220.0040.04512.40
5.4.210.0040.03912.40
5.4.200.0050.03912.40
5.4.190.0060.04512.40
5.4.180.0060.03712.39
5.4.170.0070.03612.41
5.4.160.0050.03712.40
5.4.150.0070.04112.40
5.4.140.0030.04112.09
5.4.130.0060.04712.07
5.4.120.0080.03712.03
5.4.110.0050.03512.03
5.4.100.0030.03812.03
5.4.90.0060.03712.03
5.4.80.0080.04112.04
5.4.70.0060.03412.02
5.4.60.0060.03612.03
5.4.50.0070.03612.02
5.4.40.0050.04012.01
5.4.30.0060.03612.01
5.4.20.0100.03612.01
5.4.10.0070.03512.01
5.4.00.0060.04111.50
5.3.290.0070.04212.80
5.3.280.0070.03912.71
5.3.270.0070.04312.72
5.3.260.0070.05212.72
5.3.250.0070.04112.72
5.3.240.0080.04112.72
5.3.230.0100.04512.71
5.3.220.0070.03612.68
5.3.210.0050.04012.68
5.3.200.0080.03612.68
5.3.190.0070.03812.68
5.3.180.0110.03812.68
5.3.170.0080.04112.66
5.3.160.0130.04712.67
5.3.150.0120.04312.67
5.3.140.0050.04612.66
5.3.130.0120.05012.66
5.3.120.0060.04212.66
5.3.110.0060.04212.65
5.3.100.0100.03512.13
5.3.90.0070.04112.11
5.3.80.0120.03712.09
5.3.70.0050.04012.10
5.3.60.0060.03912.09
5.3.50.0070.04212.03
5.3.40.0070.03712.03
5.3.30.0090.03911.99
5.3.20.0030.03911.77
5.3.10.0040.03811.74
5.3.00.0050.03811.72
5.2.170.0060.0309.23
5.2.160.0040.0319.22
5.2.150.0050.0309.22
5.2.140.0070.0309.22
5.2.130.0050.0319.18
5.2.120.0030.0319.18
5.2.110.0020.0359.19
5.2.100.0050.0299.18
5.2.90.0030.0329.18
5.2.80.0080.0289.18
5.2.70.0070.0389.18
5.2.60.0060.0339.13
5.2.50.0080.0349.10
5.2.40.0030.0339.07
5.2.30.0050.0319.06
5.2.20.0090.0289.04
5.2.10.0070.0278.95
5.2.00.0040.0328.82
5.1.60.0050.0258.10
5.1.50.0040.0268.09
5.1.40.0060.0238.07
5.1.30.0030.0348.43
5.1.20.0050.0278.45
5.1.10.0040.0278.17
5.1.00.0030.0278.17
5.0.50.0030.0216.65
5.0.40.0060.0256.51
5.0.30.0070.0406.32
5.0.20.0040.0246.29
5.0.10.0050.0256.26
5.0.00.0030.0386.26
4.4.90.0040.0214.78
4.4.80.0020.0204.75
4.4.70.0030.0204.75
4.4.60.0040.0184.76
4.4.50.0000.0204.77
4.4.40.0030.0264.71
4.4.30.0030.0194.75
4.4.20.0040.0154.85
4.4.10.0040.0184.85
4.4.00.0020.0284.76
4.3.110.0040.0214.67
4.3.100.0030.0174.67
4.3.90.0030.0164.63
4.3.80.0030.0264.58
4.3.70.0040.0154.63
4.3.60.0050.0174.63
4.3.50.0030.0154.63
4.3.40.0010.0294.53
4.3.30.0030.0153.30
4.3.20.0000.0183.28
4.3.10.0040.0133.23
4.3.00.0100.0237.20

preferences:
149.49 ms | 1394 KiB | 7 Q