3v4l.org

run code in 300+ PHP versions simultaneously
<?php $regex = ' (?<types> (?: (?:\{ (?&types) \}) | (a) ) (\*?) ) '; ini_set('pcre.jit', '0'); $res = preg_match('{^' . $regex . '$}x', '{a}', $matches); ini_set('pcre.jit', '1'); // regex must be different to prevent regex cache, so just add 2nd "x" modifier $res2 = preg_match('{^' . $regex . '$}xx', '{a}', $matches2); var_dump($matches === $matches2); echo 'without JIT:' . "\n"; print_r($matches); echo "\n"; echo 'with JIT:' . "\n"; print_r($matches2);

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)
8.4.130.0100.01217.79
8.4.120.0160.00420.46
8.4.110.0110.00922.31
8.4.100.0130.00918.11
8.4.90.0090.00818.15
8.4.80.0130.00717.96
8.4.70.0120.00817.89
8.4.60.0110.00919.12
8.4.50.0070.00518.94
8.4.40.0070.01517.71
8.4.30.0000.00820.75
8.4.20.0130.00719.95
8.4.10.0000.00919.59
8.3.260.0130.00716.55
8.3.250.0090.01018.86
8.3.240.0130.00716.83
8.3.230.0080.01216.68
8.3.220.0110.00717.36
8.3.210.0100.00916.82
8.3.200.0040.00416.73
8.3.190.0100.00917.04
8.3.180.0100.00918.98
8.3.170.0110.00718.63
8.3.160.0080.00017.39
8.3.150.0130.00617.02
8.3.140.0040.00418.96
8.3.130.0040.00418.51
8.3.120.0060.00318.85
8.3.110.0050.00320.94
8.3.100.0090.00624.06
8.3.90.0080.00026.77
8.3.80.0030.00618.80
8.3.70.0080.00816.59
8.3.60.0040.01116.63
8.3.50.0090.00618.61
8.3.40.0100.01020.47
8.3.30.0070.00719.12
8.3.20.0070.01124.18
8.3.10.0080.00024.66
8.3.00.0050.00326.16
8.2.290.0120.00722.38
8.2.280.0140.00620.13
8.2.270.0090.00916.60
8.2.260.0030.00516.63
8.2.250.0040.00416.57
8.2.240.0030.00617.36
8.2.230.0000.01222.58
8.2.220.0040.00437.54
8.2.210.0050.00326.77
8.2.200.0060.00316.63
8.2.190.0040.01116.63
8.2.180.0120.00318.50
8.2.170.0040.01119.13
8.2.160.0030.01022.96
8.2.150.0080.00025.66
8.2.140.0060.00324.66
8.2.130.0080.00026.16
8.2.120.0070.00021.05
8.2.110.0140.00822.33
8.2.100.0100.00120.06
8.2.90.0060.00519.96
8.2.80.0090.00619.83
8.2.70.0100.00019.82
8.2.60.0090.00218.92
8.2.50.0090.00518.92
8.2.40.0090.01118.85
8.2.30.0020.01318.83
8.2.20.0090.00518.98
8.2.10.0110.00519.02
8.2.00.0030.00719.01
8.1.330.0130.00521.79
8.1.320.0100.00916.46
8.1.310.0040.01116.58
8.1.300.0130.00620.23
8.1.290.0030.00630.84
8.1.280.0110.00825.92
8.1.270.0030.00524.66
8.1.260.0060.00326.35
8.1.250.0040.00428.09
8.1.240.0140.00518.61
8.1.230.0110.00818.66
8.1.220.0100.01018.67
8.1.210.0120.00920.12
8.1.200.0130.00318.71
8.1.190.0090.00418.51
8.1.180.0020.00818.44
8.1.170.0060.00318.67
8.1.160.0070.00718.84
8.1.150.0050.00519.60
8.1.140.0060.00419.52
8.1.130.0030.00719.54
8.1.120.0070.00719.60
8.1.110.0060.00319.55
8.1.100.0060.00618.83
8.1.90.0060.00318.87
8.1.80.0170.00318.77
8.1.70.0070.00918.86
8.1.60.0080.00318.98
8.1.50.0060.00818.78
8.1.40.0070.00718.97
8.1.30.0070.00418.98
8.1.20.0110.00518.96
8.1.10.0060.00518.70
8.1.00.0070.00518.66
8.0.300.0080.00318.21
8.0.290.0040.01217.91
8.0.280.0120.00719.03
8.0.270.0090.00519.07
8.0.260.0100.00319.04
8.0.250.0070.00518.97
8.0.240.0040.00619.17
8.0.230.0050.00419.38
8.0.220.0080.00218.04
8.0.210.0070.00618.18
8.0.200.0120.00318.26
8.0.190.0070.00318.22
8.0.180.0100.00418.19
8.0.170.0020.00818.03
8.0.160.0060.00318.11
8.0.150.0020.00818.11
8.0.140.0100.00218.13
8.0.130.0080.00518.03
8.0.120.0120.00318.16
8.0.110.0080.00218.16
8.0.100.0080.00218.19
8.0.90.0080.00518.07
8.0.80.0070.00318.17
8.0.70.0070.00218.13
8.0.60.0150.00018.05
8.0.50.0080.00718.18
8.0.30.0100.00718.13
8.0.20.0080.00518.20
8.0.10.0110.00218.19
8.0.00.0070.00218.56
7.4.330.0070.00014.11
7.4.320.0110.00317.53
7.4.300.0050.00517.80
7.4.290.0110.00317.53
7.4.280.0060.00317.98
7.4.270.0060.00317.75
7.4.260.0060.00317.69
7.4.250.0070.00717.53
7.4.240.0100.01017.88
7.4.230.0030.00617.75
7.4.220.0090.00017.93
7.4.210.0100.01017.62
7.4.200.0050.00517.91
7.4.190.0060.00317.80
7.4.180.0060.00317.83
7.4.160.0120.00818.05
7.4.150.0090.00917.98
7.4.140.0050.00517.80
7.4.130.0130.00317.79
7.4.120.0100.01017.88
7.4.110.0240.01417.57
7.4.100.0150.00417.97
7.4.90.0260.01017.79
7.4.80.0310.00317.55
7.4.70.0180.00017.79
7.4.60.0130.00417.84
7.4.50.0120.00617.48
7.4.40.0150.00317.78
7.4.30.0300.00717.83
7.4.20.0300.00917.74
7.4.10.0300.00017.69
7.4.00.0130.00319.56
7.3.330.0130.00719.49
7.3.320.0210.00617.43
7.3.310.0210.01417.30
7.3.300.0330.00317.51
7.3.290.0250.00717.69
7.3.280.0270.01217.51
7.3.270.0330.00617.68
7.3.260.0370.00317.39
7.3.250.0300.00917.50
7.3.240.0370.00317.54
7.3.230.0260.00017.64
7.3.220.0210.01117.34
7.3.210.0170.00217.47
7.3.200.0160.00417.36
7.3.190.0320.00417.09
7.3.180.0260.00917.18
7.3.170.0320.00317.43
7.3.160.0230.00317.50
7.3.150.0150.00317.43
7.3.140.0160.00317.55
7.3.130.0190.00617.37
7.3.120.0270.01017.38
7.3.110.0290.01017.30
7.3.100.0270.00817.08
7.3.90.0260.01017.80
7.3.80.0250.00017.55
7.3.70.0240.00717.62
7.3.60.0150.00917.72
7.3.50.0340.00317.64
7.3.40.0230.00817.50
7.3.30.0230.00817.65
7.3.20.0210.00319.33
7.3.10.0160.00419.51
7.3.00.0200.00019.64
7.2.340.0170.00319.58
7.2.330.0130.00417.61
7.2.320.0280.00317.73
7.2.310.0170.01117.75
7.2.300.0320.00417.76
7.2.290.0370.00317.79
7.2.280.0260.01517.63
7.2.270.0260.01417.68
7.2.260.0300.00617.68
7.2.250.0240.00817.83
7.2.240.0280.01217.89
7.2.230.0200.02017.57
7.2.220.0200.01017.34
7.2.210.0160.00317.83
7.2.200.0160.00317.68
7.2.190.0360.00717.70
7.2.180.0300.00417.66
7.2.170.0300.00917.82
7.2.160.0200.00017.57
7.2.150.0300.00719.60
7.2.140.0360.00319.41
7.2.130.0340.00019.71
7.2.120.0250.01519.52
7.2.110.0230.00919.64
7.2.100.0330.00419.40
7.2.90.0220.00319.38
7.2.80.0320.00419.60
7.2.70.0250.01719.64
7.2.60.0340.00419.49
7.2.50.0320.00019.36
7.2.40.0130.00919.48
7.2.30.0180.00019.67
7.2.20.0200.00019.66
7.2.10.0190.00019.65
7.2.00.0050.00519.80
7.1.330.0090.00918.57
7.1.320.0170.00018.25
7.1.310.0120.00618.35
7.1.300.0270.01018.51
7.1.290.0160.00018.50
7.1.280.0330.00018.44
7.1.270.0300.00618.43
7.1.260.0280.00918.27
7.1.250.0280.00918.18
7.1.240.0250.00818.38
7.1.230.0170.00618.47
7.1.220.0330.00318.54
7.1.210.0280.00718.22
7.1.200.0320.00418.25
7.1.190.0300.00318.58
7.1.180.0210.00418.29
7.1.170.0260.00318.03
7.1.160.0240.00018.25
7.1.150.0270.00818.25
7.1.140.0220.00918.34
7.1.130.0110.01118.31
7.1.120.0130.00518.44
7.1.110.0190.01018.51
7.1.100.0170.00418.42
7.1.90.0170.00018.65
7.1.80.0330.00318.62
7.1.70.0300.00718.19
7.1.60.0330.00318.48
7.1.50.0300.00618.50
7.1.40.0330.00618.27
7.1.30.0260.01018.77
7.1.20.0230.01318.57
7.1.10.0280.00318.51
7.1.00.0260.00718.01
7.0.330.0240.01018.12
7.0.320.0280.00318.11
7.0.310.0260.00717.97
7.0.300.0280.00718.37
7.0.290.0270.00818.06
7.0.280.0260.01118.23
7.0.270.0290.00318.11
7.0.260.0200.00318.11
7.0.250.0280.00818.35
7.0.240.0270.00318.31
7.0.230.0140.00318.25
7.0.220.0130.00318.32
7.0.210.0220.00418.13
7.0.200.0170.00618.16
7.0.190.0180.00517.89
7.0.180.0140.00318.28
7.0.170.0200.00718.32
7.0.160.0110.00618.22
7.0.150.0150.00318.25
7.0.140.0320.00318.20
7.0.130.0270.00818.20
7.0.120.0300.00818.26
7.0.110.0280.00817.98
7.0.100.0250.00618.23
7.0.90.0320.00418.12
7.0.80.0280.00718.13
7.0.70.0350.00318.13
7.0.60.0210.01617.78
7.0.50.0300.00718.20
7.0.40.0260.01018.16
7.0.30.0250.01018.11
7.0.20.0250.00917.98
7.0.10.0240.00617.99
7.0.00.0200.00818.31
5.6.400.0210.00016.84
5.6.390.0170.00016.95
5.6.380.0140.00316.89
5.6.370.0130.00516.79
5.6.360.0170.00016.74
5.6.350.0170.00016.82
5.6.340.0080.00317.00
5.6.330.0130.00717.02
5.6.320.0050.00516.88
5.6.310.0120.00816.83
5.6.300.0060.00316.75
5.6.290.0060.00316.86
5.6.280.0080.00816.95
5.6.270.0070.00716.69
5.6.260.0100.00016.99
5.6.250.0040.00416.98
5.6.240.0100.01016.98
5.6.230.0110.00817.07
5.6.220.0120.00816.99
5.6.210.0050.00516.89
5.6.200.0070.01317.13
5.6.190.0090.00017.16
5.6.180.0140.00717.14
5.6.170.0130.00717.12
5.6.160.0040.00417.16
5.6.150.0110.01117.12
5.6.140.0120.00817.09
5.6.130.0130.00717.00
5.6.120.0140.00616.93
5.6.110.0170.00316.95
5.6.100.0120.00417.08
5.6.90.0170.00316.89
5.6.80.0140.00616.93
5.6.70.0150.00417.13
5.6.60.0200.00017.16
5.6.50.0160.00416.96
5.6.40.0070.01116.83
5.6.30.0090.00616.98
5.6.20.0140.00716.92
5.6.10.0140.00716.80
5.6.00.0140.00316.99
5.5.380.0140.00317.11
5.5.370.0300.00317.14
5.5.360.0320.00416.67
5.5.350.0230.01016.61
5.5.340.0170.00316.61
5.5.330.0120.00616.80
5.5.320.0120.00416.79
5.5.310.0080.00816.58
5.5.300.0110.00416.94
5.5.290.0080.00816.86
5.5.280.0140.00316.77
5.5.270.0100.00516.82
5.5.260.0160.00016.78
5.5.250.0270.01216.90
5.5.240.0240.00016.93
5.5.230.0130.00316.89
5.5.220.0310.00416.62
5.5.210.0230.00316.80
5.5.200.0150.00416.79
5.5.190.0200.00616.65
5.5.180.0170.00016.84
5.5.170.0240.00316.97
5.5.160.0150.00416.87
5.5.150.0090.00016.65
5.5.140.0110.00216.66
5.5.130.0200.00016.68
5.5.120.0150.00616.73
5.5.110.0100.01016.76
5.5.100.0130.00316.92
5.5.90.0110.00816.85
5.5.80.0100.01016.92
5.5.70.0080.01216.98
5.5.60.0110.00616.80
5.5.50.0050.01516.95
5.5.40.0280.00016.80
5.5.30.0070.01016.93
5.5.20.0120.00916.87
5.5.10.0120.00916.79
5.5.00.0130.00316.82
5.4.450.0070.00414.11
5.4.440.0070.00014.11
5.4.430.0000.00814.11
5.4.420.0000.00714.11
5.4.410.0040.00414.11
5.4.400.0070.00014.11
5.4.390.0030.00714.11
5.4.380.0030.00314.11
5.4.370.0060.00014.11
5.4.360.0070.00014.11
5.4.350.0060.00014.11
5.4.340.0060.00014.11
5.4.330.0030.00314.11
5.4.320.0000.00614.11
5.4.310.0050.00214.11
5.4.300.0030.00314.11
5.4.290.0060.00014.11
5.4.280.0030.00314.11
5.4.270.0060.00014.11
5.4.260.0030.00314.11
5.4.250.0060.00014.11
5.4.240.0000.00614.11
5.4.230.0150.00014.11
5.4.220.0030.00314.11
5.4.210.0060.00014.11
5.4.200.0030.00314.11
5.4.190.0000.00614.11
5.4.180.0060.00014.11
5.4.170.0030.00314.11
5.4.160.0060.00014.11
5.4.150.0030.00314.11
5.4.140.0120.00314.11
5.4.130.0060.00014.11
5.4.120.0040.00414.11
5.4.110.0030.00314.11
5.4.100.0060.00014.11
5.4.90.0030.00614.11
5.4.80.0000.00614.11
5.4.70.0110.00414.11
5.4.60.0030.00314.11
5.4.50.0040.00414.11
5.4.40.0030.00314.11
5.4.30.0070.00014.11
5.4.20.0090.00614.11
5.4.10.0100.00314.11
5.4.00.0060.00314.11
5.3.290.0070.00014.11
5.3.280.0000.00714.11
5.3.270.0000.00714.11
5.3.260.0050.00214.11
5.3.250.0030.00314.11
5.3.240.0000.00614.11
5.3.230.0060.00014.11
5.3.220.0060.00014.11
5.3.210.0030.00314.11
5.3.200.0090.00614.11
5.3.190.0080.00614.11
5.3.180.0070.00014.11
5.3.170.0040.00414.11
5.3.160.0060.00014.11
5.3.150.0070.00014.11
5.3.140.0030.00314.11
5.3.130.0000.00614.11
5.3.120.0030.00314.11
5.3.110.0070.00014.11
5.3.100.0120.00314.11
5.3.90.0030.00314.11
5.3.80.0000.00714.11
5.3.70.0060.00014.11
5.3.60.0030.00314.11
5.3.50.0030.00314.11
5.3.40.0090.00614.11
5.3.30.0070.00014.11
5.3.20.0060.00014.11
5.3.10.0060.00014.11
5.3.00.0070.00014.11
5.2.170.0000.00514.11
5.2.160.0050.00014.11
5.2.150.0030.01014.11
5.2.140.0070.00714.11
5.2.130.0030.00314.11
5.2.120.0110.00314.11
5.2.110.0070.00714.11
5.2.100.0000.00614.11
5.2.90.0070.00014.11
5.2.80.0030.00314.11
5.2.70.0030.00314.11
5.2.60.0030.00314.11
5.2.50.0060.00014.11
5.2.40.0070.00714.11
5.2.30.0060.00014.11
5.2.20.0060.00014.11
5.2.10.0030.00314.11
5.2.00.0000.00514.11
5.1.60.0030.00314.11
5.1.50.0050.00014.11
5.1.40.0050.00014.11
5.1.30.0030.00314.11
5.1.20.0030.00314.11
5.1.10.0050.00014.11
5.1.00.0000.00514.11
5.0.50.0050.00014.11
5.0.40.0020.00214.11
5.0.30.0090.00014.11
5.0.20.0030.00314.11
5.0.10.0030.00614.11
5.0.00.0000.00514.11
4.4.90.0030.00014.11
4.4.80.0020.00014.11
4.4.70.0000.00214.11
4.4.60.0000.00214.11
4.4.50.0000.00314.11
4.4.40.0020.00014.11
4.4.30.0000.00214.11
4.4.20.0000.00214.11
4.4.10.0000.00214.11
4.4.00.0020.00014.11
4.3.110.0020.00014.11
4.3.100.0000.00214.11
4.3.90.0020.00014.11
4.3.80.0000.00214.11
4.3.70.0000.00214.11
4.3.60.0020.00014.11
4.3.50.0020.00014.11
4.3.40.0020.00014.11
4.3.30.0020.00014.11
4.3.20.0000.00214.11
4.3.10.0000.00214.11
4.3.00.0000.00214.11

preferences:
94 ms | 403 KiB | 5 Q