3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = <<<XML <Response id="responceidgoeshere"> <block name="addresses"> <block> <a name="building" format="text">#NAME/NUM#</a> <a name="sub-premise" format="text">#SUB-PREM#</a> <a name="street" format="text">#STREET#</a> <a name="locality" format="text">#LOCAL#</a> <a name="city" format="text">#CITY#</a> <a name="postcode" format="text">#POSTCODE#</a> <a name="ref" format="text">#REF#</a> <a name="csscode" format="text">#CSS#</a> </block> <block> <a name="building" format="text">#NAME/NUM#</a> <a name="street" format="text">#STREET#</a> <a name="locality" format="text">#LOCAL#</a> <a name="city" format="text">#CITY#</a> <a name="postcode" format="text">#POSTCODE#</a> <a name="ref" format="text"/> <a name="csscode" format="text"/> </block> </block> </Response> XML; $sxml = simplexml_load_string($xml); $result = []; foreach ($sxml->block->block as $block) { $row = []; foreach ($block->a as $a) { $row[(string) $a['name']] = (string) $a; } $result[] = $row; } print_r($result);

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.0120.00917.83
8.4.130.0110.00917.89
8.4.120.0090.00520.63
8.4.110.0090.01122.90
8.4.100.0110.01017.99
8.4.90.0110.00917.88
8.4.80.0070.00118.26
8.4.70.0140.00617.94
8.4.60.0120.00818.89
8.4.50.0080.00717.90
8.4.40.0080.00017.91
8.4.30.0070.00418.01
8.4.20.0030.01718.98
8.4.10.0040.00717.80
8.3.270.0060.01317.06
8.3.260.0170.00316.79
8.3.250.0130.00619.14
8.3.240.0140.00516.85
8.3.230.0120.00916.67
8.3.220.0030.00517.25
8.3.210.0100.00916.77
8.3.200.0040.00418.50
8.3.190.0130.00917.43
8.3.180.0110.00816.65
8.3.170.0130.00617.39
8.3.160.0070.01116.83
8.3.150.0040.00419.19
8.3.140.0130.00616.84
8.3.130.0060.01018.79
8.3.120.0100.00719.28
8.3.110.0090.00020.94
8.3.100.0000.00924.06
8.3.90.0140.00726.77
8.3.80.0040.00417.97
8.3.70.0060.01218.27
8.3.60.0110.00418.68
8.3.50.0060.00818.19
8.3.40.0160.00319.25
8.3.30.0090.00619.01
8.3.20.0000.00819.50
8.3.10.0050.00323.69
8.3.00.0050.00322.59
8.2.290.0110.00820.53
8.2.280.0090.00918.84
8.2.270.0140.00316.87
8.2.260.0060.01218.91
8.2.250.0130.00318.52
8.2.240.0050.00517.06
8.2.230.0070.01022.58
8.2.220.0060.00337.54
8.2.210.0000.00726.77
8.2.200.0030.00616.88
8.2.190.0110.00717.00
8.2.180.0170.00016.75
8.2.170.0120.00919.26
8.2.160.0070.00722.96
8.2.150.0040.00425.66
8.2.140.0080.00024.66
8.2.130.0070.00026.16
8.2.120.0060.00318.94
8.2.110.0030.00620.72
8.2.100.0040.00717.97
8.2.90.0080.00018.00
8.2.80.0050.00319.02
8.2.70.0040.00417.75
8.2.60.0040.00417.88
8.2.50.0090.00018.10
8.2.40.0000.00821.28
8.2.30.0040.00420.75
8.2.20.0040.00418.25
8.2.10.0050.00318.34
8.2.00.0070.00019.66
8.1.330.0100.00918.57
8.1.320.0120.00716.25
8.1.310.0180.00018.60
8.1.300.0000.02018.93
8.1.290.0030.00630.84
8.1.280.0120.00325.92
8.1.270.0040.00424.04
8.1.260.0080.00026.35
8.1.250.0040.00428.09
8.1.240.0060.00324.23
8.1.230.0110.00021.04
8.1.220.0040.00418.03
8.1.210.0030.00618.77
8.1.200.0080.00017.63
8.1.190.0040.00417.48
8.1.180.0030.00518.10
8.1.170.0030.00618.52
8.1.160.0040.00419.09
8.1.150.0080.00019.03
8.1.140.0060.00319.26
8.1.130.0000.01019.24
8.1.120.0040.00417.78
8.1.110.0000.00817.54
8.1.100.0040.00417.74
8.1.90.0030.00617.75
8.1.80.0040.00417.74
8.1.70.0040.00417.76
8.1.60.0040.00417.89
8.1.50.0030.00617.75
8.1.40.0040.00417.76
8.1.30.0030.00617.81
8.1.20.0020.00517.77
8.1.10.0040.00417.72
8.1.00.0000.00717.60
8.0.300.0000.00720.28
8.0.290.0040.00416.88
8.0.280.0040.00418.62
8.0.270.0000.00717.34
8.0.260.0000.00718.67
8.0.250.0000.00717.28
8.0.240.0040.00417.20
8.0.230.0000.00817.25
8.0.220.0040.00417.08
8.0.210.0040.00417.11
8.0.200.0000.00717.35
8.0.190.0030.00617.32
8.0.180.0040.00417.21
8.0.170.0040.00417.09
8.0.160.0000.00717.24
8.0.150.0000.00717.07
8.0.140.0090.00017.19
8.0.130.0030.00313.68
8.0.120.0040.00417.16
8.0.110.0050.00317.09
8.0.100.0000.00717.06
8.0.90.0070.00017.17
8.0.80.0080.01117.13
8.0.70.0040.00417.27
8.0.60.0030.00516.98
8.0.50.0040.00417.10
8.0.30.0080.01017.41
8.0.20.0090.00917.40
8.0.10.0000.00717.11
8.0.00.0060.01316.86
7.4.330.0030.00315.55
7.4.320.0030.00316.81
7.4.300.0030.00316.78
7.4.290.0040.00416.81
7.4.280.0060.00316.75
7.4.270.0030.00316.85
7.4.260.0030.00316.85
7.4.250.0000.00716.69
7.4.240.0080.00016.73
7.4.230.0070.00016.65
7.4.220.0030.00516.63
7.4.210.0050.01416.74
7.4.200.0040.00416.88
7.4.160.0100.00616.72
7.4.140.0120.00717.86
7.4.130.0060.01216.69
7.4.120.0090.00916.68
7.4.110.0100.00716.76
7.4.100.0150.00616.72
7.4.90.0120.00616.84
7.4.80.0090.00919.39
7.4.70.0100.00616.68
7.4.60.0130.00216.57
7.4.50.0060.00916.91
7.4.40.0130.01016.82
7.4.00.0110.00415.14
7.3.330.0050.00013.52
7.3.320.0030.00313.50
7.3.310.0070.00016.68
7.3.300.0030.00316.62
7.3.290.0040.00316.62
7.3.280.0080.00616.56
7.3.260.0100.00716.74
7.3.240.0090.01016.64
7.3.230.0100.00716.64
7.3.210.0070.01016.79
7.3.200.0100.00716.74
7.3.190.0100.00716.66
7.3.180.0120.00316.75
7.3.170.0030.01416.70
7.3.160.0140.00316.69
7.3.10.0100.00316.98
7.3.00.0030.01416.86
7.2.330.0090.00917.04
7.2.320.0110.00616.98
7.2.310.0150.00616.89
7.2.300.0070.01616.55
7.2.290.0160.00016.70
7.2.130.0070.00417.18
7.2.120.0080.00816.84
7.2.110.0080.00817.04
7.2.100.0070.00716.96
7.2.90.0790.00815.90
7.2.80.0570.00615.91
7.2.70.0660.00616.01
7.2.60.0580.00916.13
7.2.50.0540.01216.04
7.2.40.1090.00816.00
7.2.30.1130.01415.86
7.2.20.0470.01316.17
7.2.10.0550.00815.98
7.2.00.0580.01515.89
7.1.250.0070.00715.94
7.1.210.1150.00713.90
7.1.200.1380.00714.05
7.1.190.1050.01613.86
7.1.180.1070.00313.84
7.1.170.2230.01713.99
7.1.160.2150.00714.09
7.1.150.2150.00713.89
7.1.140.1280.00013.70
7.1.130.1150.00013.77
7.1.120.1270.01013.96
7.1.110.1050.01013.88
7.1.100.1760.00713.72
7.1.90.1940.01014.02
7.1.80.1300.00713.87
7.1.70.1170.00713.59
7.1.60.1410.01031.90
7.1.50.2010.01031.77
7.1.40.2780.01331.59
7.1.30.2400.01031.84
7.1.20.2030.01331.55
7.1.10.1890.01013.88
7.1.00.1980.01313.91

preferences:
33.41 ms | 403 KiB | 5 Q