3v4l.org

run code in 300+ PHP versions simultaneously
<?php function scrubAttributes($html) { $dom = new DOMDocument(); $dom->loadHTML($html, LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD); for ($els = $dom->getElementsByTagname('*'), $i = $els->length - 1; $i >= 0; $i--) { for ($attrs = $els->item($i)->attributes, $ii = $attrs->length - 1; $ii >= 0; $ii--) { $els->item($i)->removeAttribute($attrs->item($ii)->name); } } return $dom->saveHTML(); } $html = '<p style="padding:0px;"> <strong style="padding:0;margin:0;">hello</strong> </p>'; echo scrubAttributes($html);

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.120.0110.00920.83
8.4.110.0140.00622.60
8.4.100.0110.01020.65
8.4.90.0120.01018.80
8.4.80.0040.00419.06
8.4.70.0110.00418.04
8.4.60.0090.01018.86
8.4.50.0100.00618.02
8.4.40.0120.00619.86
8.4.30.0130.00718.79
8.4.20.0200.00319.76
8.4.10.0000.00924.06
8.3.250.0080.01219.14
8.3.240.0110.00817.25
8.3.230.0050.00516.95
8.3.220.0110.00819.21
8.3.210.0070.00716.77
8.3.200.0050.00416.61
8.3.190.0120.00716.67
8.3.180.0120.00817.08
8.3.170.0150.00417.22
8.3.160.0090.00918.43
8.3.150.0140.00016.70
8.3.140.0040.00416.76
8.3.130.0070.01018.59
8.3.120.0080.00820.88
8.3.110.0030.00718.48
8.3.100.0120.00618.27
8.3.90.0040.00426.77
8.3.80.0000.00916.75
8.3.70.0040.01516.74
8.3.60.0110.00716.75
8.3.50.0140.00720.13
8.3.40.0070.01220.11
8.3.30.0110.01019.07
8.3.20.0030.01123.08
8.3.10.0030.01123.37
8.3.00.0100.00422.51
8.2.290.0120.00720.59
8.2.280.0120.00722.25
8.2.270.0100.01016.63
8.2.260.0040.00417.30
8.2.250.0190.00018.98
8.2.240.0040.00417.62
8.2.230.0100.01020.94
8.2.220.0050.00324.06
8.2.210.0110.00726.77
8.2.200.0050.00518.79
8.2.190.0120.00616.75
8.2.180.0120.00325.92
8.2.170.0110.00919.26
8.2.160.0080.01021.65
8.2.150.0100.00522.48
8.2.140.0070.00722.63
8.2.130.0130.00123.39
8.2.120.0100.00520.34
8.2.110.0090.00720.81
8.2.100.0110.00618.73
8.2.90.0140.00219.37
8.2.80.0050.00718.88
8.2.70.0080.00818.23
8.2.60.0090.00418.75
8.2.50.0070.00718.65
8.2.40.0090.00419.57
8.2.30.0080.00518.67
8.2.20.0080.00519.91
8.2.10.0090.00518.72
8.2.00.0090.00418.77
8.1.330.0100.00922.14
8.1.320.0120.00716.31
8.1.310.0060.01218.41
8.1.300.0030.00518.66
8.1.290.0060.00330.84
8.1.280.0030.01725.92
8.1.270.0100.00123.49
8.1.260.0070.00624.30
8.1.250.0110.00725.17
8.1.240.0080.00420.49
8.1.230.0070.00818.32
8.1.220.0080.00619.02
8.1.210.0080.00418.86
8.1.200.0050.00818.29
8.1.190.0080.00418.23
8.1.180.0030.00918.36
8.1.170.0040.00718.84
8.1.160.0090.00318.83
8.1.150.0020.00918.89
8.1.140.0080.00518.10
8.1.130.0010.00918.07
8.1.120.0090.00418.32
8.1.110.0100.00318.37
8.1.100.0070.00718.84
8.1.90.0090.00418.32
8.1.80.0040.01018.79
8.1.70.0080.00418.44
8.1.60.0080.00518.58
8.1.50.0050.00718.56
8.1.40.0070.00518.60
8.1.30.0080.00418.57
8.1.20.0120.00218.94
8.1.10.0100.00418.55
8.1.00.0080.00518.46
8.0.300.0070.00518.98
8.0.290.0100.00717.54
8.0.280.0110.00618.25
8.0.270.0070.00718.04
8.0.260.0060.00617.33
8.0.250.0110.00817.74
8.0.240.0120.00617.74
8.0.230.0140.00317.68
8.0.220.0100.00717.58
8.0.210.0160.00417.65
8.0.200.0160.00317.63
8.0.190.0110.00517.83
8.0.180.0070.00817.73
8.0.170.0070.00817.75
8.0.160.0100.00417.72
8.0.150.0110.00517.59
8.0.140.0100.00717.62
8.0.130.0110.00417.67
8.0.120.0140.00717.66
8.0.110.0130.00517.50
8.0.100.0090.00717.69
8.0.90.0120.00817.61
8.0.80.0120.00617.56
8.0.70.0050.00817.52
8.0.60.0130.00617.49
8.0.50.0110.00417.62
8.0.30.0070.00417.75
8.0.20.0140.00217.67
8.0.10.0120.00717.73
7.4.330.0100.00715.18
7.4.320.0170.00517.29
7.4.300.0170.00517.22
7.4.290.0190.00217.27
7.4.280.0130.00717.35
7.4.270.0180.00117.28
7.4.260.0140.00617.43
7.4.250.0160.00717.41
7.4.240.0160.00317.19
7.4.230.0160.00417.26
7.4.220.0130.00417.31
7.4.210.0110.00817.35
7.4.200.0130.00717.23
7.4.190.0100.00817.47
7.4.180.0140.00517.55
7.4.160.0150.00517.43
7.4.150.0120.00717.35
7.4.140.0090.01117.33
7.4.130.0140.00717.30
7.4.120.0140.00817.22
7.4.110.0160.00517.35
7.4.100.0150.00517.37
7.4.90.0170.00317.33
7.4.80.0120.00917.17
7.4.70.0170.00417.11
7.4.60.0140.00617.23
7.4.50.0180.00617.09
7.4.40.0180.00417.18
7.4.30.0170.00517.37
7.4.20.0130.00617.28
7.4.10.0130.00617.33
7.4.00.0140.00517.25

preferences:
29.42 ms | 403 KiB | 5 Q