3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html = '<p><span style="color:#2c2c2c;font-weight:700;text-decoration:none;vertical-align:baseline;font-size:10.5pt;font-family:&quot;Arial&quot;;font-style:normal">Strong content</span></p><ul><li><span style="color:#2c2c2c;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:10.5pt;font-family:&quot;Arial&quot;;font-style:normal">list item</span></li><li><span style="color:#2c2c2c;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:10.5pt;font-family:&quot;Arial&quot;;font-style:normal">list item</span></li><li><span style="color:#2c2c2c;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:10.5pt;font-family:&quot;Arial&quot;;font-style:normal">list item</span></li><li><span style="color:#2c2c2c;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:10.5pt;font-family:&quot;Arial&quot;;font-style:normal">list item</span></li><li><span style="color:#2c2c2c;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:10.5pt;font-family:&quot;Arial&quot;;font-style:normal">list item</span></li><li><span style="color:#2c2c2c;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:10.5pt;font-family:&quot;Arial&quot;;font-style:normal">list item</span></li></ul><p><span style="color:#2c2c2c;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:10.5pt;font-family:&quot;Arial&quot;;font-style:normal">Content text</span></p><p><span style="color:#2c2c2c;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:10.5pt;font-family:&quot;Arial&quot;;font-style:normal">Content text</span></p><p><span style="color:#2c2c2c;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:10.5pt;font-family:&quot;Arial&quot;;font-style:normal">Content text</span></p><p><span style="font-size:10.5pt;color:#2c2c2c;font-weight:700">Should be bold</span><span style="color:#2c2c2c;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:10.5pt;font-family:&quot;Arial&quot;;font-style:normal">: regular text</span></p><p><span style="font-size:10.5pt;color:#2c2c2c;font-weight:700">Should be bold</span><span style="color:#2c2c2c;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:10.5pt;font-family:&quot;Arial&quot;;font-style:normal">: regular text </span></p><p><span style="font-size:10.5pt;color:#2c2c2c;font-weight:700">Should be bold</span><span style="color:#2c2c2c;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:10.5pt;font-family:&quot;Arial&quot;;font-style:normal">: regular text</span></p>'; $dom = new domdocument(); $dom->loadhtml($html); $elements = $dom->getElementsByTagName("span"); for ($i = $elements->length - 1; $i >= 0; $i --) { if(strpos($elements[$i]->getattribute('style'), 'font-weight:700') !== FALSE) { $nodePre = $elements->item($i); $nodeDiv = $dom->createElement("strong", $nodePre->nodeValue); $nodePre->parentNode->replaceChild($nodeDiv, $nodePre); } } echo $dom->savehtml();

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.140.0190.00817.74
8.4.130.0120.00817.83
8.4.120.0070.00920.86
8.4.110.0150.00725.96
8.4.100.0100.01018.20
8.4.90.0160.00518.12
8.4.80.0110.00919.87
8.4.70.0130.00819.80
8.4.60.0060.01119.04
8.4.50.0030.00718.93
8.4.40.0090.00619.46
8.4.30.0120.00918.09
8.4.20.0060.01320.70
8.4.10.0070.01017.82
8.3.270.0100.01016.82
8.3.260.0040.00716.80
8.3.250.0120.00719.17
8.3.240.0120.00716.66
8.3.230.0100.01016.95
8.3.220.0060.00216.72
8.3.210.0110.00916.81
8.3.200.0110.00917.13
8.3.190.0050.00417.29
8.3.180.0040.00418.45
8.3.170.0150.00317.46
8.3.160.0160.00318.41
8.3.150.0080.01117.45
8.3.140.0030.01618.97
8.3.130.0090.00018.68
8.3.120.0100.01020.82
8.3.110.0000.01018.64
8.3.100.0070.00417.03
8.3.90.0140.00316.75
8.3.80.0030.00618.56
8.3.70.0100.00716.74
8.3.60.0040.01516.88
8.3.50.0050.00918.61
8.3.40.0040.01218.96
8.3.30.0110.00418.84
8.3.20.0040.00419.57
8.3.10.0000.00723.91
8.3.00.0000.00820.86
8.2.290.0050.00417.02
8.2.280.0040.00518.68
8.2.270.0040.00416.87
8.2.260.0160.00319.12
8.2.250.0040.00418.64
8.2.240.0030.00717.45
8.2.230.0090.00020.94
8.2.220.0040.00424.06
8.2.210.0000.00826.77
8.2.200.0090.00317.00
8.2.190.0140.00716.88
8.2.180.0070.01118.54
8.2.170.0030.01222.96
8.2.160.0100.01022.48
8.2.150.0000.00824.18
8.2.140.0050.00524.66
8.2.130.0070.00026.16
8.2.120.0110.00021.25
8.2.110.0070.00319.62
8.2.100.0090.00318.28
8.2.90.0040.00418.12
8.2.80.0000.00818.29
8.2.70.0060.00318.15
8.2.60.0000.00818.47
8.2.50.0000.00818.10
8.2.40.0000.00819.77
8.2.30.0040.00419.57
8.2.20.0060.00318.48
8.2.10.0000.00718.27
8.2.00.0030.00617.91
8.1.330.0140.00616.49
8.1.320.0080.01018.11
8.1.310.0040.00417.14
8.1.300.0040.00418.89
8.1.290.0110.00018.88
8.1.280.0140.00725.92
8.1.270.0050.00224.66
8.1.260.0040.00426.35
8.1.250.0050.00328.09
8.1.240.0030.00722.42
8.1.230.0080.00421.22
8.1.220.0050.00318.16
8.1.210.0040.00418.77
8.1.200.0060.00317.60
8.1.190.0000.00917.55
8.1.180.0000.00818.10
8.1.170.0090.00019.02
8.1.160.0060.00319.00
8.1.150.0000.00719.14
8.1.140.0030.00322.36
8.1.130.0040.00422.23
8.1.120.0000.00817.62
8.1.110.0070.00017.63
8.1.100.0050.00317.72
8.1.90.0000.00717.73
8.1.80.0080.00017.68
8.1.70.0050.00317.72
8.1.60.0030.00517.82
8.1.50.0000.00717.75
8.1.40.0060.00317.63
8.1.30.0030.00517.80
8.1.20.0030.00517.74
8.1.10.0030.00617.77
8.1.00.0040.00417.72
8.0.300.0050.00219.89
8.0.290.0040.00417.00
8.0.280.0000.01018.73
8.0.270.0040.00417.54
8.0.260.0000.00718.57
8.0.250.0070.00017.19
8.0.240.0040.00417.10
8.0.230.0040.00417.06
8.0.220.0000.00817.11
8.0.210.0040.00416.97
8.0.200.0040.00417.07
8.0.190.0060.00317.07
8.0.180.0000.00717.06
8.0.170.0000.00817.16
8.0.160.0000.00717.02
8.0.150.0040.00417.07
8.0.140.0050.00217.06
8.0.130.0050.00013.51
8.0.120.0030.00617.05
8.0.110.0050.00317.02
8.0.100.0000.00717.21
8.0.90.0050.00317.02
8.0.80.0070.00917.03
8.0.70.0070.00016.90
8.0.60.0040.00417.16
8.0.50.0040.00417.18
8.0.30.0110.00717.25
8.0.20.0160.00317.45
8.0.10.0040.00417.00
8.0.00.0150.00717.06
7.4.330.0000.00715.55
7.4.320.0000.00616.85
7.4.300.0000.00716.73
7.4.290.0000.00716.82
7.4.280.0060.00316.79
7.4.270.0040.00416.83
7.4.260.0070.00316.76
7.4.250.0040.00416.68
7.4.240.0000.00716.84
7.4.230.0000.00816.72
7.4.220.0030.00516.95
7.4.210.0080.00816.83
7.4.200.0040.00416.91
7.4.160.0070.01016.90
7.4.140.0110.01017.86
7.4.130.0060.01216.87
7.4.120.0100.01016.83
7.4.110.0110.01116.65
7.4.100.0140.00716.71
7.4.90.0120.00616.93
7.4.80.0000.02319.39
7.4.70.0030.01416.61
7.4.60.0100.00716.93
7.4.50.0070.01116.91
7.4.40.0100.01016.64
7.4.00.0080.00414.80
7.3.330.0050.00013.30
7.3.320.0060.00013.35
7.3.310.0030.00616.55
7.3.300.0070.00016.39
7.3.290.0040.00416.48
7.3.280.0110.01016.61
7.3.260.0160.00416.68
7.3.240.0110.00816.62
7.3.230.0060.01216.50
7.3.210.0050.01116.71
7.3.200.0120.00916.85
7.3.190.0110.01016.64
7.3.180.0080.01116.70
7.3.170.0030.01516.52
7.3.160.0170.00016.70
7.2.330.0120.00616.92
7.2.320.0120.01216.85
7.2.310.0130.00616.71
7.2.300.0100.00716.74
7.2.290.0130.00816.64
7.2.110.1200.01014.61
7.2.100.0680.00914.39
7.2.90.0760.00614.22
7.2.80.0720.00014.55
7.2.70.0780.00315.02
7.2.60.0790.01014.84
7.2.50.0620.01314.98
7.2.40.0190.01315.12
7.2.30.0120.00614.75
7.2.20.0310.00314.87
7.2.10.0940.01514.97
7.2.00.0760.00315.18
7.1.230.0620.01013.80
7.1.220.0680.01614.03
7.1.210.1070.00313.57
7.1.200.0710.00413.95
7.1.190.0920.00313.97
7.1.180.1330.00613.88
7.1.170.0660.01013.63
7.1.160.0580.01013.93
7.1.150.0590.00313.75
7.1.140.0320.00713.90
7.1.130.0680.01013.50
7.1.120.0680.01014.05
7.1.110.0710.00614.06
7.1.100.0710.00314.10
7.1.90.0730.00414.09
7.1.80.0970.01014.04
7.1.70.0660.01714.08
7.1.60.1330.01231.95
7.1.50.0350.01332.04
7.1.40.0990.01331.62
7.1.30.1190.00931.89
7.1.20.0810.00431.74
7.1.10.0720.02013.73
7.1.00.0480.01214.05
5.6.380.0070.01514.06

preferences:
33.4 ms | 403 KiB | 5 Q