3v4l.org

run code in 500+ PHP versions simultaneously
<?php function wp_kses_split( $string, $allowed_html, $allowed_protocols ) { global $pass_allowed_html, $pass_allowed_protocols; $pass_allowed_html = $allowed_html; $pass_allowed_protocols = $allowed_protocols; return preg_replace_callback( '%((<!--.*?(-->|$))|(<[^>]*(>|$)|>))%', '_wp_kses_split_callback', $string ); } function _wp_kses_split_callback( $match ) { global $pass_allowed_html, $pass_allowed_protocols; return wp_kses_split2( $match[1], $pass_allowed_html, $pass_allowed_protocols ); } function wp_kses_split2($string, $allowed_html, $allowed_protocols) { wp_kses_split('', array(), array()); // this overrides the globals. print_r( array( $allowed_html, $allowed_protocols ) ); } wp_kses_split("<a style='color: red;'>I link this</a>", array('a'=>array( 'style' => array() )), array('http') );

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.0050.00417.90
8.5.80.0070.00617.85
8.5.70.0060.00517.91
8.5.60.0090.00518.00
8.5.50.0050.00717.77
8.5.40.0150.00618.59
8.5.30.0110.00819.29
8.5.20.0090.00819.40
8.5.10.0100.00719.47
8.5.00.0120.00819.37
8.4.240.0140.00920.73
8.4.230.0140.00720.72
8.4.220.0150.00720.60
8.4.210.0130.00820.73
8.4.200.0120.00721.50
8.4.190.0080.00721.65
8.4.180.0070.00920.60
8.4.170.0130.00621.09
8.4.160.0110.00722.76
8.4.150.0070.00718.42
8.4.140.0120.00918.78
8.4.130.0090.01020.03
8.4.120.0100.00820.17
8.4.110.0100.01019.23
8.4.100.0130.00918.74
8.4.90.0120.00718.66
8.4.80.0100.00920.53
8.4.70.0100.00418.80
8.4.60.0110.00419.36
8.4.50.0080.00419.33
8.4.40.0100.00920.44
8.4.30.0100.00818.69
8.4.20.0070.01118.94
8.4.10.0070.01119.69
8.3.330.0080.01019.50
8.3.320.0140.00919.35
8.3.310.0140.01019.36
8.3.300.0140.00720.61
8.3.290.0140.00720.56
8.3.280.0150.00719.53
8.3.270.0140.00817.64
8.3.260.0110.00817.76
8.3.250.0090.01018.68
8.3.240.0120.00718.72
8.3.230.0110.00917.66
8.3.220.0110.00417.95
8.3.210.0090.00517.71
8.3.200.0060.00817.60
8.3.190.0110.00817.84
8.3.180.0110.01017.67
8.3.170.0100.01218.68
8.3.160.0160.00317.76
8.3.150.0150.00519.64
8.3.140.0150.00417.60
8.3.130.0060.00717.65
8.3.120.0120.00518.91
8.3.110.0080.00519.84
8.3.100.0090.00521.37
8.3.90.0060.00822.69
8.3.80.0090.00517.60
8.3.70.0100.00717.50
8.3.60.0080.01217.73
8.3.50.0090.00920.90
8.3.40.0100.00619.55
8.3.30.0070.00519.36
8.3.20.0040.00419.42
8.3.10.0070.00620.86
8.3.00.0070.00520.20
8.2.330.0150.00819.91
8.2.320.0120.00819.86
8.2.310.0140.00619.01
8.2.300.0200.01018.01
8.2.290.0160.00917.87
8.2.280.0250.00617.40
8.2.270.0170.00616.97
8.2.260.0210.00616.74
8.2.250.0170.00717.64
8.2.240.0230.00417.90
8.2.230.0170.00619.66
8.2.220.0180.00627.20
8.2.210.0150.00421.72
8.2.200.0130.00516.74
8.2.190.0160.00816.66
8.2.180.0110.00516.58
8.2.170.0120.00520.55
8.2.160.0100.00619.64
8.2.150.0180.00521.12
8.2.140.0160.00621.31
8.2.130.0160.00720.11
8.2.120.0130.00922.20
8.2.110.0130.00719.27
8.2.100.0100.00617.96
8.2.90.0130.00518.54
8.2.80.0150.00618.00
8.2.70.0150.00717.93
8.2.60.0080.00718.96
8.2.50.0160.00618.12
8.2.40.0150.00720.18
8.2.30.0150.00618.57
8.2.20.0140.00917.91
8.2.10.0140.00818.00
8.2.00.0150.00718.01
8.1.340.0210.00719.80
8.1.330.0190.00816.49
8.1.320.0200.00616.50
8.1.310.0170.00616.58
8.1.300.0140.00816.32
8.1.290.0160.00717.67
8.1.280.0190.00920.97
8.1.270.0140.00818.12
8.1.260.0150.00722.84
8.1.250.0110.00722.94
8.1.240.0130.00518.52
8.1.230.0110.00519.35
8.1.220.0080.00917.77
8.1.210.0120.00518.25
8.1.200.0120.00517.67
8.1.190.0110.00517.61
8.1.180.0100.00517.89
8.1.170.0060.00418.21
8.1.160.0090.00419.96
8.1.150.0120.00518.32
8.1.140.0110.00818.68
8.1.130.0080.00617.78
8.1.120.0080.00917.74
8.1.110.0090.00617.70
8.1.100.0050.00917.72
8.1.90.0110.00517.63
8.1.80.0080.00917.65
8.1.70.0090.00717.78
8.1.60.0090.00717.79
8.1.50.0090.00717.81
8.1.40.0060.01117.71
8.1.30.0110.00617.83
8.1.20.0120.00417.85
8.1.10.0100.00717.76
8.1.00.0090.00817.78
8.0.300.0070.00917.90
8.0.290.0130.00616.96
8.0.280.0090.00717.77
8.0.270.0120.00417.29
8.0.260.0100.00617.23
8.0.250.0060.00817.16
8.0.240.0060.00718.09
8.0.230.0080.00518.09
8.0.220.0050.00717.98
8.0.210.0150.00516.96
8.0.200.0150.00517.15
8.0.190.0110.00717.10
8.0.180.0120.00617.04
8.0.170.0130.00817.12
8.0.160.0140.00717.09
8.0.150.0130.00317.10
8.0.140.0110.00518.03
8.0.130.0160.00415.19
8.0.120.0080.00617.98
8.0.110.0060.00817.98
8.0.100.0070.00618.01
8.0.90.0080.00617.85
8.0.80.0090.01017.93
8.0.70.0070.00717.90
8.0.60.0060.00717.95
8.0.50.0040.00817.88
8.0.30.0090.00817.85
8.0.20.0110.01017.80
8.0.10.0080.00518.09
8.0.00.0130.00618.01
7.4.330.0040.00816.96
7.4.320.0060.00617.73
7.4.300.0080.00517.72
7.4.290.0060.00617.74
7.4.280.0060.00617.77
7.4.270.0080.00617.70
7.4.260.0070.00517.75
7.4.250.0080.00417.68
7.4.240.0070.00617.69
7.4.230.0070.00517.58
7.4.220.0070.01217.72
7.4.210.0080.00917.81
7.4.200.0080.00517.75
7.4.190.0140.00418.54
7.4.180.0100.00818.62
7.4.160.0130.00417.43
7.4.150.0120.00618.04
7.4.140.0150.00518.10
7.4.130.0090.01217.29
7.4.120.0140.00417.32
7.4.110.0100.00817.64
7.4.100.0110.00717.71
7.4.90.0070.01217.68
7.4.80.0120.00919.03
7.4.70.0110.00717.75
7.4.60.0100.00917.76
7.4.50.0070.00717.64
7.4.40.0040.01217.71
7.4.30.0090.00717.69
7.4.20.0080.00918.66
7.4.10.0100.00818.61
7.4.00.0060.01016.26
7.3.330.0050.00615.95
7.3.320.0070.00415.95
7.3.310.0050.00817.55
7.3.300.0060.00617.52
7.3.290.0080.00917.02
7.3.280.0090.00916.88
7.3.270.0110.00617.92
7.3.260.0070.01017.29
7.3.250.0160.00617.02
7.3.240.0120.00617.40
7.3.230.0090.00517.45
7.3.220.0040.00518.48
7.3.210.0110.00717.39
7.3.200.0080.00717.48
7.3.190.0090.00817.70
7.3.180.0110.00917.52
7.3.170.0080.01017.42
7.3.160.0100.00917.46
7.3.150.0100.00818.35
7.3.140.0100.00718.35
7.3.130.0120.00618.38
7.3.120.0100.00816.80
7.3.110.0090.00916.68
7.3.100.0090.00516.72
7.3.90.0070.00616.75
7.3.80.0080.00716.92
7.3.70.0080.00916.80
7.3.60.0070.00816.80
7.3.50.0080.00716.82
7.3.40.0100.00716.78
7.3.30.0110.00716.72
7.3.20.0090.00817.60
7.3.10.0100.00617.56
7.3.00.0060.00817.51
7.2.340.0100.00918.54
7.2.330.0190.00716.61
7.2.320.0180.00816.70
7.2.310.0200.00616.72
7.2.300.0190.00716.68
7.2.290.0160.00916.59
7.2.280.0270.00516.59
7.2.270.0230.00916.65
7.2.260.0190.01216.57
7.2.250.0170.00915.78
7.2.240.0140.01115.80
7.2.230.0120.00915.88
7.2.220.0060.00615.94
7.2.210.0070.00716.03
7.2.200.0170.00815.82
7.2.190.0120.00915.89
7.2.180.0180.00515.89
7.2.170.0140.01015.95
7.2.160.0250.00716.73
7.2.150.0270.00718.48
7.2.140.0240.00818.43
7.2.130.0260.00618.75
7.2.120.0230.00718.60
7.2.110.0210.00518.55
7.2.100.0180.00318.62
7.2.90.0210.01118.61
7.2.80.0280.00418.57
7.2.70.0310.00318.64
7.2.60.0140.01017.69
7.2.50.0210.01118.57
7.2.40.0130.01118.59
7.2.30.0130.01018.70
7.2.20.0140.00918.61
7.2.10.0140.00918.59
7.2.00.0110.00718.99
7.1.330.0140.00416.88
7.1.320.0070.01016.60
7.1.310.0140.00416.76
7.1.300.0090.00816.85
7.1.290.0090.00716.82
7.1.280.0110.00716.85
7.1.270.0080.01116.78
7.1.260.0090.00616.94
7.1.250.0140.00717.55
7.1.240.0120.01017.70
7.1.230.0120.00917.66
7.1.220.0120.00617.73
7.1.210.0070.00717.80
7.1.200.0050.00416.84
7.1.190.0060.00417.67
7.1.180.0110.00717.42
7.1.170.0100.00717.77
7.1.160.0110.00617.64
7.1.150.0080.00217.66
7.1.140.0060.00417.79
7.1.130.0070.00317.54
7.1.120.0100.00517.86
7.1.110.0190.00717.72
7.1.100.0150.01017.60
7.1.90.0150.01017.68
7.1.80.0160.00817.69
7.1.70.0090.00617.53
7.1.60.0090.00918.73
7.1.50.0110.00717.73
7.1.40.0130.00417.66
7.1.30.0090.00717.73
7.1.20.0130.00517.70
7.1.10.0110.00517.72
7.1.00.0060.04219.94
7.0.330.0250.00517.46
7.0.320.0270.00317.46
7.0.310.0230.00717.47
7.0.300.0230.00717.24
7.0.290.0250.00517.22
7.0.280.0230.00817.42
7.0.270.0190.00717.38
7.0.260.0100.00717.55
7.0.250.0100.00817.44
7.0.240.0130.00617.54
7.0.230.0130.00617.44
7.0.220.0140.00417.31
7.0.210.0120.00517.38
7.0.200.0070.00916.09
7.0.190.0070.00917.48
7.0.180.0090.00517.41
7.0.170.0040.00417.44
7.0.160.0040.00417.32
7.0.150.0070.00117.32
7.0.140.0120.00517.32
7.0.130.0040.00517.54
7.0.120.0030.00417.59
7.0.110.0060.00317.34
7.0.100.0040.00417.42
7.0.90.0170.03518.70
7.0.80.0230.02818.59
7.0.70.0230.04218.68
7.0.60.0250.03418.67
7.0.50.0280.03018.88
7.0.40.0220.02718.83
7.0.30.0240.04518.81
7.0.20.0250.03818.75
7.0.10.0200.03518.92
7.0.00.0270.03318.88
5.6.400.0070.01016.18
5.6.390.0090.00816.18
5.6.380.0110.00416.28
5.6.370.0070.00716.18
5.6.360.0050.00315.93
5.6.350.0150.00316.12
5.6.340.0100.00916.05
5.6.330.0120.00616.15
5.6.320.0120.00716.12
5.6.310.0140.00416.28
5.6.300.0130.00516.05
5.6.290.0120.00615.99
5.6.280.0150.00516.12
5.6.270.0140.00716.16
5.6.260.0150.00415.95
5.6.250.0110.00716.00
5.6.240.0110.03218.38
5.6.230.0180.03318.54
5.6.220.0130.04818.41
5.6.210.0230.02818.57
5.6.200.0230.04018.64
5.6.190.0230.03018.70
5.6.180.0180.03518.76
5.6.170.0180.04318.79
5.6.160.0200.03318.70
5.6.150.0180.04618.76
5.6.140.0180.04118.72
5.6.130.0200.03518.62
5.6.120.0190.03718.71
5.6.110.0250.03718.64
5.6.100.0280.03518.72
5.6.90.0250.03018.64
5.6.80.0200.03018.27
5.6.70.0170.03218.32
5.6.60.0130.03918.36
5.6.50.0240.03218.21
5.6.40.0170.03518.36
5.6.30.0210.02718.34
5.6.20.0270.02518.28
5.6.10.0160.04518.33
5.6.00.0170.04518.32

preferences:
109.79 ms | 2160 KiB | 5 Q