3v4l.org

run code in 500+ PHP versions simultaneously
<?php class NoConsumedFilter extends php_user_filter { function filter($in, $out, &$consumed, $closing) { while ($bucket = stream_bucket_make_writeable($in)) { // Do NOT update $consumed $bucket->data = strtoupper($bucket->data); stream_bucket_append($out, $bucket); } return PSFS_PASS_ON; } } class YesConsumedFilter extends php_user_filter { function filter($in, $out, &$consumed, $closing) { while ($bucket = stream_bucket_make_writeable($in)) { $consumed += $bucket->datalen; $bucket->data = strtoupper($bucket->data); stream_bucket_append($out, $bucket); } return PSFS_PASS_ON; } } stream_filter_register('no_consumed', 'NoConsumedFilter'); stream_filter_register('yes_consumed', 'YesConsumedFilter'); $filters = array('no_consumed', 'yes_consumed'); foreach ($filters as $filter) { $fp = tmpfile(); fwrite($fp, 'hello world'); rewind($fp); stream_filter_append($fp, $filter, STREAM_FILTER_READ); $data = fread($fp, 5); $pos = ftell($fp); $more = fread($fp, 100); $eof = feof($fp); echo $filter . ": first='" . $data . "' ftell=" . $pos . " rest='" . $more . "' eof=" . ($eof ? 'Y' : 'N') . "\n"; fclose($fp); }

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.5.90.0300.00916.89
8.5.80.0340.00717.00
8.5.70.0310.00916.64
8.5.60.0310.00816.75
8.5.50.0310.00816.64
8.5.40.0290.00816.95
8.5.30.0350.00616.48
8.5.20.0300.00716.95
8.5.10.0290.00616.48
8.5.00.0140.01016.91
8.4.240.0330.00919.42
8.4.230.0350.00819.70
8.4.220.0310.00919.69
8.4.210.0320.00919.63
8.4.200.0280.01119.68
8.4.190.0290.01219.78
8.4.180.0360.00619.43
8.4.170.0280.00919.79
8.4.160.0280.01319.80
8.4.150.0290.01119.67
8.4.140.0330.00717.85
8.4.130.0310.01017.89
8.4.120.0370.00818.02
8.4.110.0340.00917.96
8.4.100.0350.01017.99
8.4.90.0380.00517.96
8.4.80.0390.00417.70
8.4.70.0350.00917.98
8.4.60.0380.00617.95
8.4.50.0310.01117.91
8.4.40.0360.00717.79
8.4.30.0310.00717.89
8.4.20.0420.00717.66
8.4.10.0330.01217.73
8.3.330.0310.00818.23
8.3.320.0310.00918.28
8.3.310.0360.00818.33
8.3.300.0310.00718.32
8.3.290.0290.00718.21
8.3.280.0290.01017.98
8.3.270.0290.01116.60
8.3.260.0280.01316.74
8.3.250.0310.01116.81
8.3.240.0340.00616.76
8.3.230.0310.00816.99
8.3.220.0250.00516.93
8.3.210.0290.00816.78
8.3.200.0370.00616.74
8.3.190.0340.00716.93
8.3.180.0360.00616.76
8.3.170.0350.00916.83
8.3.160.0310.00916.63
8.3.150.0350.01016.89
8.3.140.0340.00917.01
8.3.130.0240.00917.11
8.3.120.0310.00616.58
8.3.110.0290.00616.83
8.3.100.0350.00816.92
8.3.90.0410.00516.69
8.3.80.0390.00516.76
8.3.70.0360.01117.18
8.3.60.0330.00817.03
8.3.50.0350.01216.42
8.3.40.0310.01418.02
8.3.30.0260.01018.15
8.3.20.0230.01117.97
8.3.10.0310.00518.09
8.3.00.0230.00618.09
8.2.330.0400.01218.07
8.2.320.0310.01018.10
8.2.310.0190.00517.87
8.2.300.0340.00718.06
8.2.290.0270.00416.70
8.2.280.0270.00916.57
8.2.270.0290.00916.45
8.2.260.0330.00616.46
8.2.250.0290.00816.65
8.2.240.0290.00816.53
8.2.230.0310.00816.57
8.2.220.0270.00716.51
8.2.210.0220.00616.71
8.2.200.0220.00716.43
8.2.190.0320.00616.48
8.2.180.0270.01016.36
8.2.170.0230.01318.15
8.2.160.0290.00917.92
8.2.150.0280.00718.08
8.2.140.0270.00917.91
8.2.130.0300.00918.02
8.2.120.0300.01018.03
8.2.110.0290.00617.95
8.2.100.0260.01017.86
8.2.90.0270.00717.81
8.2.80.0240.01217.80
8.2.70.0300.00817.72
8.2.60.0300.00817.89
8.2.50.0330.01117.95
8.2.40.0270.01017.86
8.2.30.0310.00617.86
8.2.20.0250.00517.68
8.2.10.0250.00517.85
8.2.00.0210.00717.75
8.1.340.0420.01117.71
8.1.330.0320.00816.28
8.1.320.0350.00416.40
8.1.310.0320.01016.27
8.1.300.0290.01216.20
8.1.290.0270.01016.14
8.1.280.0340.00815.95
8.1.270.0290.00817.66
8.1.260.0270.01017.66
8.1.250.0280.00817.56
8.1.240.0290.00717.68
8.1.230.0300.00717.73
8.1.220.0250.01117.72
8.1.210.0250.01117.61
8.1.200.0270.00517.64
8.1.190.0180.00817.66
8.1.180.0280.00817.65
8.1.170.0300.00717.65
8.1.160.0280.01217.69
8.1.150.0280.00817.49
8.1.140.0260.01117.68
8.1.130.0240.01217.73
8.1.120.0280.01017.75
8.1.110.0260.01017.63
8.1.100.0300.00717.64
8.1.90.0260.01217.76
8.1.80.0370.00617.68
8.1.70.0320.00517.75
8.1.60.0280.00917.80
8.1.50.0300.00717.75
8.1.40.0320.00617.87
8.1.30.0330.00617.96
8.1.20.0250.01017.81
8.1.10.0280.00917.77
8.1.00.0310.00617.68
8.0.300.0250.00917.10
8.0.290.0220.00517.01
8.0.280.0240.00916.79
8.0.270.0290.00617.10
8.0.260.0230.01116.95
8.0.250.0290.00417.00
8.0.240.0240.01116.96
8.0.230.0260.00716.99
8.0.220.0260.01116.76
8.0.210.0260.00916.77
8.0.200.0240.01017.10
8.0.190.0280.00717.15
8.0.180.0200.00817.05
8.0.170.0270.00317.02
8.0.160.0240.00817.16
8.0.150.0300.00516.93
8.0.140.0250.01016.83
8.0.130.0270.00716.99
8.0.120.0250.00816.96
8.0.110.0310.00717.04
8.0.100.0210.00716.87
8.0.90.0290.00616.81
8.0.80.0270.00616.93
8.0.70.0230.00816.86
8.0.60.0250.00816.82
8.0.50.0260.01216.83
8.0.30.0250.00817.10
8.0.20.0250.00917.04
8.0.10.0360.00617.05
8.0.00.0260.00817.16
7.4.330.0280.00616.77
7.4.320.0250.00816.84
7.4.300.0240.00916.77
7.4.290.0270.00816.70
7.4.280.0230.01016.61
7.4.270.0230.00916.78
7.4.260.0270.00716.58
7.4.250.0250.01216.54
7.4.240.0250.00816.82
7.4.230.0270.00616.41
7.4.220.0240.00916.79
7.4.210.0230.00616.84
7.4.200.0220.00816.66
7.4.190.0280.00616.59
7.4.180.0220.01116.98
7.4.160.0250.00816.70
7.4.150.0310.00416.75
7.4.140.0250.00716.52
7.4.130.0310.00216.66
7.4.120.0290.00516.59
7.4.110.0270.00616.68
7.4.100.0270.00616.79
7.4.90.0180.00916.66
7.4.80.0160.00416.73
7.4.70.0230.01016.75
7.4.60.0240.00816.50
7.4.50.0320.00516.54
7.4.40.0280.00516.68
7.4.30.0270.00716.68
7.4.20.0220.01216.61
7.4.10.0230.01016.68
7.4.00.0250.00316.75
7.3.330.0250.00616.39
7.3.320.0300.00516.25
7.3.310.0290.00516.36
7.3.300.0330.00716.63
7.3.290.0240.00816.34
7.3.280.0240.00716.45
7.3.270.0270.00516.68
7.3.260.0220.00916.60
7.3.250.0270.00616.41
7.3.240.0240.00816.68
7.3.230.0210.01116.61
7.3.220.0230.00816.42
7.3.210.0230.00916.54
7.3.200.0250.00616.34
7.3.190.0270.00516.54
7.3.180.0250.00616.60
7.3.170.0230.00916.34
7.3.160.0230.00916.60
7.3.150.0230.01116.59
7.3.140.0220.00716.43
7.3.130.0260.00516.34
7.3.120.0240.00716.53
7.3.110.0220.01216.29
7.3.100.0230.00716.41
7.3.90.0230.00916.80
7.3.80.0280.00416.49
7.3.70.0150.00516.66
7.3.60.0180.00316.73
7.3.50.0250.00716.71
7.3.40.0260.00516.74
7.3.30.0240.00916.85
7.3.20.0230.00818.54
7.3.10.0220.01018.30
7.3.00.0270.00918.32
7.2.340.0300.01016.58
7.2.330.0310.00716.43
7.2.320.0210.00516.69
7.2.310.0120.00616.58
7.2.300.0250.00416.41
7.2.290.0210.00716.71
7.2.280.0250.00716.62
7.2.270.0250.01316.53
7.2.260.0320.00916.49
7.2.250.0310.00616.36
7.2.240.0240.00616.45
7.2.230.0230.00316.67
7.2.220.0220.00516.61
7.2.210.0290.00516.70
7.2.200.0240.01116.68
7.2.190.0240.00416.82
7.2.180.0130.00416.70
7.2.170.0110.00416.84
7.2.160.0120.00416.74
7.2.150.0090.00718.67
7.2.140.0130.00218.71
7.2.130.0210.00318.50
7.2.120.0130.00318.73
7.2.110.0240.00618.74
7.2.100.0100.00518.77
7.2.90.0210.00818.41
7.2.80.0210.00918.64
7.2.70.0230.01018.63
7.2.60.0300.00718.43
7.2.50.0240.00818.51
7.2.40.0200.00318.51
7.2.30.0120.00418.64
7.2.20.0130.00118.71
7.2.10.0150.00618.48
7.2.00.0220.00918.70
7.1.330.0230.00917.36
7.1.320.0240.00717.70
7.1.310.0230.00617.70
7.1.300.0150.00517.70
7.1.290.0220.00917.70
7.1.280.0290.00417.50
7.1.270.0230.00717.64
7.1.260.0250.00717.55
7.1.250.0250.00517.58
7.1.240.0260.00817.35
7.1.230.0240.00617.53
7.1.220.0270.00717.55
7.1.210.0310.00617.49
7.1.200.0270.00917.55
7.1.190.0310.00817.48
7.1.180.0250.00617.40
7.1.170.0270.00317.48
7.1.160.0260.00917.47
7.1.150.0260.00517.48
7.1.140.0180.00917.60
7.1.130.0180.00917.47
7.1.120.0270.00617.55
7.1.110.0220.00817.46
7.1.100.0280.00817.45
7.1.90.0240.00617.46
7.1.80.0190.00817.37
7.1.70.0280.00617.30
7.1.60.0220.00817.55
7.1.50.0280.00517.52
7.1.40.0230.00717.49
7.1.30.0250.00717.38
7.1.20.0230.00717.38
7.1.10.0280.00717.33
7.1.00.0230.01017.55
7.0.330.0190.00917.39
7.0.320.0250.00817.33
7.0.310.0250.00517.19
7.0.300.0270.00717.05
7.0.290.0190.00717.28
7.0.280.0230.00817.36
7.0.270.0170.00617.41
7.0.260.0210.00617.07
7.0.250.0280.00617.44
7.0.240.0230.00617.20
7.0.230.0230.01017.57
7.0.220.0240.00817.30
7.0.210.0250.00817.03
7.0.200.0280.00317.40
7.0.190.0310.00517.28
7.0.180.0260.00417.27
7.0.170.0220.00717.41
7.0.160.0370.00817.07
7.0.150.0260.00717.15
7.0.140.0200.01117.12
7.0.130.0270.00716.94
7.0.120.0260.00617.00
7.0.110.0240.00717.18
7.0.100.0270.00917.08
7.0.90.0270.00417.10
7.0.80.0160.00417.09
7.0.70.0130.00617.10
7.0.60.0090.00617.37
7.0.50.0100.00417.32
7.0.40.0210.00717.24
7.0.30.0250.00717.38
7.0.20.0220.00717.39
7.0.10.0280.00517.49
7.0.00.0200.00617.39
5.6.400.0290.00916.14
5.6.390.0270.00516.05
5.6.380.0250.00516.36
5.6.370.0180.01116.17
5.6.360.0210.00916.05
5.6.350.0240.00816.17
5.6.340.0270.01016.07
5.6.330.0230.00916.45
5.6.320.0250.00816.39
5.6.310.0250.00916.27
5.6.300.0240.00915.80
5.6.290.0150.00516.21
5.6.280.0210.00916.09
5.6.270.0230.00716.33
5.6.260.0210.00716.36
5.6.250.0260.00716.07
5.6.240.0280.00516.19
5.6.230.0260.00516.38
5.6.220.0220.00916.20
5.6.210.0250.00616.15
5.6.200.0270.00816.32
5.6.190.0250.00816.05
5.6.180.0250.00516.07
5.6.170.0240.00616.16
5.6.160.0300.01116.47
5.6.150.0260.00516.26
5.6.140.0260.00516.34
5.6.130.0260.00516.34
5.6.120.0280.00316.18
5.6.110.0230.00916.42
5.6.100.0250.00816.35
5.6.90.0230.01116.02
5.6.80.0250.00616.26
5.6.70.0210.00816.46
5.6.60.0260.00416.55
5.6.50.0240.00616.38
5.6.40.0170.00716.48
5.6.30.0130.00516.42
5.6.20.0140.00316.11
5.6.10.0130.00416.23
5.6.00.0270.00316.26
5.5.380.0200.00816.43
5.5.370.0250.00216.43
5.5.360.0280.00516.14
5.5.350.0240.00816.13
5.5.340.0220.00916.17
5.5.330.0210.01016.23
5.5.320.0240.01016.03
5.5.310.0240.00616.24
5.5.300.0240.00816.20
5.5.290.0240.00616.24
5.5.280.0160.01216.11
5.5.270.0300.00916.04
5.5.260.0260.00615.96
5.5.250.0220.00915.99
5.5.240.0250.01016.50
5.5.230.0230.00516.21
5.5.220.0230.00916.18
5.5.210.0230.00716.36
5.5.200.0210.00716.37
5.5.190.0250.00416.16
5.5.180.0220.00816.32
5.5.170.0220.00816.19
5.5.160.0200.00916.21
5.5.150.0220.00816.13
5.5.140.0200.01116.11
5.5.130.0250.00416.03
5.5.120.0210.00816.14
5.5.110.0310.00416.09
5.5.100.0250.00816.20
5.5.90.0240.00516.24
5.5.80.0210.00816.18
5.5.70.0250.00516.40
5.5.60.0240.00816.18
5.5.50.0190.00616.34
5.5.40.0130.00616.23
5.5.30.0100.00416.30
5.5.20.0130.00816.02
5.5.10.0180.00816.17
5.5.00.0200.00516.11
5.4.450.0110.00614.32
5.4.440.0080.00314.32
5.4.430.0110.00014.32
5.4.420.0060.00514.32
5.4.410.0120.00414.32
5.4.400.0200.00414.32
5.4.390.0180.00514.32
5.4.380.0210.00314.32
5.4.370.0150.00814.32
5.4.360.0190.00514.32
5.4.350.0200.00514.32
5.4.340.0120.00214.32
5.4.330.0150.00314.32
5.4.320.0170.00614.32
5.4.310.0180.00614.32
5.4.300.0240.00314.32
5.4.290.0240.00514.32
5.4.280.0180.00814.32
5.4.270.0220.00414.32
5.4.260.0150.00714.32
5.4.250.0200.00414.32
5.4.240.0200.00314.32
5.4.230.0200.00514.32
5.4.220.0220.00514.32
5.4.210.0190.00414.32
5.4.200.0230.00414.32
5.4.190.0200.00414.32
5.4.180.0190.00514.32
5.4.170.0160.00714.32
5.4.160.0190.00414.32
5.4.150.0140.00914.32
5.4.140.0170.00514.32
5.4.130.0190.00414.32
5.4.120.0180.00514.32
5.4.110.0180.00514.32
5.4.100.0190.00514.32
5.4.90.0160.00714.32
5.4.80.0220.00414.32
5.4.70.0210.00614.32
5.4.60.0150.00714.32
5.4.50.0140.00614.32
5.4.40.0160.00714.32
5.4.30.0200.00314.32
5.4.20.0190.00414.32
5.4.10.0210.00514.32
5.4.00.0230.00014.32
5.3.290.0150.00914.32
5.3.280.0190.00714.32
5.3.270.0170.00714.32
5.3.260.0150.00914.32
5.3.250.0220.00614.32
5.3.240.0170.00714.32
5.3.230.0170.00814.32
5.3.220.0180.00614.32
5.3.210.0190.00514.32
5.3.200.0180.00614.32
5.3.190.0160.00814.32
5.3.180.0200.00414.32
5.3.170.0140.01014.32
5.3.160.0180.00514.32
5.3.150.0160.00714.32
5.3.140.0160.00914.32
5.3.130.0170.00714.32
5.3.120.0180.00514.32
5.3.110.0160.00714.32
5.3.100.0200.00414.32
5.3.90.0170.00714.32
5.3.80.0180.00714.32
5.3.70.0150.00414.32
5.3.60.0160.00514.32
5.3.50.0160.00314.32
5.3.40.0090.00214.32
5.3.30.0050.00514.32
5.3.20.0160.00614.32
5.3.10.0190.00714.32
5.3.00.0160.00514.32
5.2.170.0070.00314.32
5.2.160.0150.00514.32
5.2.150.0130.00414.32
5.2.140.0130.00414.32
5.2.130.0070.00214.32
5.2.120.0060.00214.32
5.2.110.0040.00414.32
5.2.100.0140.00114.32
5.2.90.0110.00314.32
5.2.80.0120.00414.32
5.2.70.0110.00814.32
5.2.60.0160.00414.32
5.2.50.0110.00814.32
5.2.40.0120.00514.32
5.2.30.0130.00814.32
5.2.20.0190.00514.32
5.2.10.0180.00614.32
5.2.00.0180.00414.32
5.1.60.0080.00714.32
5.1.50.0110.00614.32
5.1.40.0100.00314.32
5.1.30.0110.00214.32
5.1.20.0100.00314.32
5.1.10.0070.00514.32
5.1.00.0050.00214.32
5.0.50.0090.00714.32
5.0.40.0080.00714.32
5.0.30.0120.00314.32
5.0.20.0080.00714.32
5.0.10.0100.00414.32
5.0.00.0110.00414.32
4.4.90.0070.00214.32
4.4.80.0070.00214.32
4.4.70.0080.00214.32
4.4.60.0080.00214.32
4.4.50.0070.00414.32
4.4.40.0070.00214.32
4.4.30.0060.00314.32
4.4.20.0060.00314.32
4.4.10.0050.00414.32
4.4.00.0070.00214.32
4.3.110.0060.00314.32
4.3.100.0060.00314.32
4.3.90.0060.00314.32
4.3.80.0080.00214.32
4.3.70.0080.00114.32
4.3.60.0080.00214.32
4.3.50.0070.00214.32
4.3.40.0060.00314.32
4.3.30.0050.00314.32
4.3.20.0040.00314.32
4.3.10.0040.00314.32
4.3.00.0070.00114.32

preferences:
50.66 ms | 2872 KiB | 5 Q