3v4l.org

run code in 300+ PHP versions simultaneously
<?php class DudenResponse { protected $response; public function __construct($response) { $this->response = $response; $this ->stripShit() ->decode() ->mockXML(); } protected function stripShit() { $this->response = substr($this->response, 36-1); return $this; } protected function decode() { $response = preg_replace("/\\\\u([0-9a-f]{3,4})/i", "&#x\\1;", $this->response); $this->response = html_entity_decode($response, null, 'UTF-8'); return $this; } protected function mockXML() { $this->response = str_replace([ '<?dpf ', ' ?>', '?>' ], [ '<', '>', '>' ], $this->response); return $this; } public function toArray() { $xml = simplexml_load_string($this->toString()); $array = []; foreach ($xml as $node) { $array[(string) $node] = explode(';', $node->attributes()['prop']); } } public function toString() { return $this->response; } public function __toString() { return $this->toString(); } } $response = "0;78d13qqoglyszmorspfwfdmwffgnubgr;\u003c?dpf sent len=\"1\"?\u003e\u003c?dpf orth code=\"unknown\" prop=\"Lesen;Lehnen;Lehren;Leasen;Leisen\" ?\u003elehsen\u003c?dpf /orth ?\u003e\u003c?dpf /sent ?\u003e"; /*$response = preg_replace("/\\\\u([0-9a-f]{3,4})/i", "&#x\\1;", $response); $response = html_entity_decode($response , null, 'UTF-8'); $response = str_replace([ '<?dpf ', ' ?>', '?>' ], [ '<', '>', '>' ], $response); $response = substr($response, 36-1);*/ $response = new DudenResponse($response); echo $response; echo "\n\n-----\n\n"; print_r($response->toArray());

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.3.60.0140.00317.25
8.3.50.0080.00723.07
8.3.40.0180.00019.16
8.3.30.0070.01019.41
8.3.20.0040.00420.55
8.3.10.0060.00323.86
8.3.00.0030.00519.76
8.2.180.0090.00618.79
8.2.170.0100.01022.96
8.2.160.0150.00020.81
8.2.150.0000.00924.18
8.2.140.0000.00824.66
8.2.130.0000.00726.16
8.2.120.0040.00421.41
8.2.110.0030.00621.31
8.2.100.0090.00318.41
8.2.90.0030.00618.40
8.2.80.0060.00318.25
8.2.70.0060.00318.13
8.2.60.0050.00318.30
8.2.50.0060.00318.13
8.2.40.0000.00818.34
8.2.30.0060.00318.30
8.2.20.0030.00518.10
8.2.10.0060.00318.46
8.2.00.0040.00418.20
8.1.280.0090.00925.92
8.1.270.0090.00024.09
8.1.260.0040.00426.35
8.1.250.0080.00028.09
8.1.240.0000.00922.80
8.1.230.0040.00821.22
8.1.220.0080.00018.13
8.1.210.0000.00819.32
8.1.200.0070.00317.73
8.1.190.0040.00417.63
8.1.180.0050.00318.10
8.1.170.0090.00018.96
8.1.160.0040.00422.18
8.1.150.0040.00419.22
8.1.140.0040.00417.83
8.1.130.0040.00418.11
8.1.120.0000.00717.82
8.1.110.0060.00317.78
8.1.100.0040.00417.76
8.1.90.0000.00717.74
8.1.80.0000.00717.74
8.1.70.0030.00317.82
8.1.60.0000.00918.04
8.1.50.0000.00817.81
8.1.40.0000.00817.77
8.1.30.0030.00517.88
8.1.20.0000.00817.93
8.1.10.0080.00017.84
8.1.00.0000.00817.96
8.0.300.0060.00320.29
8.0.290.0030.00616.88
8.0.280.0080.00018.67
8.0.270.0050.00217.57
8.0.260.0000.00617.48
8.0.250.0030.00317.33
8.0.240.0000.00717.24
8.0.230.0070.00017.38
8.0.220.0000.00817.21
8.0.210.0070.00017.18
8.0.200.0030.00317.42
8.0.190.0040.00417.32
8.0.180.0030.00617.39
8.0.170.0050.00317.37
8.0.160.0000.00817.33
8.0.150.0050.00317.10
8.0.140.0000.00717.14
8.0.130.0000.00713.77
8.0.120.0030.00517.11
8.0.110.0040.00417.12
8.0.100.0000.00817.16
8.0.90.0000.00717.18
8.0.80.0120.01017.21
8.0.70.0000.00817.12
8.0.60.0000.00817.29
8.0.50.0000.00817.32
8.0.30.0080.01117.78
8.0.20.0120.00717.55
8.0.10.0040.00417.26
8.0.00.0110.00617.28
7.4.330.0050.00015.35
7.4.320.0030.00316.93
7.4.300.0030.00317.11
7.4.290.0000.00716.81
7.4.280.0080.00017.16
7.4.270.0030.00316.98
7.4.260.0000.00716.89
7.4.250.0040.00416.94
7.4.240.0010.00717.02
7.4.230.0070.00016.96
7.4.220.0040.01517.11
7.4.210.0090.00617.09
7.4.200.0050.00316.80
7.4.160.0140.00416.94
7.4.150.0050.01517.40
7.4.140.0080.01217.86
7.4.130.0080.01016.98
7.4.120.0050.01416.99
7.4.110.0130.00716.83
7.4.100.0140.00316.99
7.4.90.0090.00917.16
7.4.80.0160.00319.39
7.4.70.0100.00717.11
7.4.60.0070.01016.85
7.4.50.0000.00516.68
7.4.40.0200.00316.99
7.4.30.0150.00716.92
7.4.00.0060.00915.22
7.3.330.0050.00313.60
7.3.320.0030.00313.59
7.3.310.0000.00716.79
7.3.300.0030.00316.72
7.3.290.0090.00616.76
7.3.280.0080.01016.76
7.3.270.0080.01217.40
7.3.260.0110.01116.66
7.3.250.0140.00417.08
7.3.240.0030.01417.09
7.3.230.0090.00916.80
7.3.210.0130.00416.83
7.3.200.0070.01019.39
7.3.190.0060.01616.75
7.3.180.0100.00716.80
7.3.170.0060.01217.03
7.3.160.0100.00616.95
7.2.330.0120.00616.96
7.2.320.0080.00817.22
7.2.310.0200.01017.02
7.2.300.0170.00017.05
7.2.290.0040.01517.17
7.2.00.0030.00619.73
7.1.100.0100.00018.57
7.1.70.0040.00417.36
7.1.60.0070.01819.40
7.1.50.0110.01417.37
7.1.00.0070.07022.46
7.0.200.0040.00417.04
7.0.140.0000.07722.15
7.0.60.0030.05719.93
7.0.50.0030.05318.02
7.0.40.0130.07020.17
7.0.30.0330.08020.33
7.0.20.0270.08320.24
7.0.10.0070.08720.32
7.0.00.0070.07020.18
5.6.280.0100.06721.09
5.6.210.0000.07720.84
5.6.200.0070.08318.23
5.6.190.0100.08020.70
5.6.180.0230.04020.35
5.6.170.0170.04320.61
5.6.160.0170.07020.78
5.6.150.0030.08718.32
5.6.140.0100.07718.23
5.6.130.0030.04718.38
5.6.120.0130.07321.19
5.6.110.0170.06021.21
5.6.100.0070.05021.02
5.6.90.0030.04721.00
5.6.80.0070.07020.63
5.5.350.0200.05020.54
5.5.340.0000.04018.03
5.5.330.0130.06320.40
5.5.320.0270.05320.45
5.5.310.0330.03720.50
5.5.300.0030.04018.09
5.5.290.0100.06318.10
5.5.280.0070.08020.96
5.5.270.0070.04320.93
5.5.260.0070.08720.88
5.5.250.0030.08320.67
5.5.240.0070.07720.41
5.4.450.0200.04319.66
5.4.440.0400.05019.64
5.4.430.0330.05319.48
5.4.420.0070.04719.63
5.4.410.0400.04019.36
5.4.400.0370.03719.07
5.4.390.0400.04719.33
5.4.380.0200.06318.75
5.4.370.0200.05718.84
5.4.360.0330.05018.58
5.4.350.0470.05018.85
5.4.340.0400.04318.67
5.4.320.0080.03512.67
5.4.310.0040.04112.66
5.4.300.0050.03912.66
5.4.290.0050.04012.66
5.4.280.0100.03312.55
5.4.270.0070.03712.55
5.4.260.0070.03812.55
5.4.250.0050.03912.55
5.4.240.0040.04212.55
5.4.230.0060.04612.55
5.4.220.0090.03512.55
5.4.210.0090.04212.55
5.4.200.0170.04312.55
5.4.190.0110.04312.54
5.4.180.0080.04912.54
5.4.170.0110.04912.55
5.4.160.0090.04212.55
5.4.150.0070.04212.54
5.4.140.0070.03712.23
5.4.130.0050.03812.22
5.4.120.0130.04812.17
5.4.110.0070.04712.17
5.4.100.0070.04012.16
5.4.90.0100.04912.16
5.4.80.0140.04712.16
5.4.70.0070.05612.16
5.4.60.0080.03512.17
5.4.50.0080.03612.16
5.4.40.0070.03612.16
5.4.30.0040.03912.15
5.4.20.0080.03412.15
5.4.10.0100.04712.15
5.4.00.0070.03711.64
5.3.290.0050.04112.80
5.3.280.0090.03612.71
5.3.270.0040.04012.73
5.3.260.0050.04012.72
5.3.250.0070.03612.72
5.3.240.0030.04012.72
5.3.230.0070.03612.71
5.3.220.0030.03912.68
5.3.210.0050.04012.68
5.3.200.0050.03712.68
5.3.190.0060.05212.68
5.3.180.0130.04712.67
5.3.170.0090.04512.67
5.3.160.0050.03812.68
5.3.150.0060.03712.67
5.3.140.0080.03412.66
5.3.130.0070.03912.66
5.3.120.0030.04312.66
5.3.110.0050.04012.66
5.3.100.0070.03512.13
5.3.90.0060.03512.12
5.3.80.0080.03212.11
5.3.70.0060.03612.10
5.3.60.0050.03712.09
5.3.50.0050.03612.03
5.3.40.0040.03812.04
5.3.30.0050.03612.00
5.3.20.0040.03811.77
5.3.10.0120.03111.74
5.3.00.0060.03611.73
5.2.170.0040.0329.23
5.2.160.0060.0319.24
5.2.150.0050.0319.24
5.2.140.0060.0299.23
5.2.130.0050.0339.19
5.2.120.0030.0429.19
5.2.110.0030.0329.19
5.2.100.0060.0279.19
5.2.90.0060.0279.19
5.2.80.0030.0329.19
5.2.70.0020.0339.18
5.2.60.0070.0279.14
5.2.50.0090.0269.11
5.2.40.0020.0319.09
5.2.30.0040.0349.06
5.2.20.0080.0269.05
5.2.10.0020.0338.96
5.2.00.0030.0318.82
5.1.60.0030.0258.11
5.1.50.0030.0278.10
5.1.40.0040.0258.08
5.1.30.0050.0288.43
5.1.20.0050.0258.46
5.1.10.0030.0278.18
5.1.00.0040.0268.18
5.0.50.0040.0256.65
5.0.40.0050.0196.52
5.0.30.0030.0316.33
5.0.20.0020.0206.29
5.0.10.0010.0246.27
5.0.00.0040.0296.27
4.4.90.0000.0194.78
4.4.80.0060.0184.76
4.4.70.0060.0184.75
4.4.60.0020.0214.75
4.4.50.0040.0204.77
4.4.40.0050.0284.71
4.4.30.0040.0204.75
4.4.20.0050.0144.84
4.4.10.0040.0144.85
4.4.00.0030.0244.76
4.3.110.0030.0184.67
4.3.100.0040.0144.66
4.3.90.0020.0154.63
4.3.80.0020.0254.58
4.3.70.0040.0144.63
4.3.60.0040.0134.62
4.3.50.0020.0174.63
4.3.40.0010.0264.54
4.3.30.0040.0143.30
4.3.20.0010.0173.28
4.3.10.0040.0143.23
4.3.00.0030.01315.64

preferences:
39.07 ms | 400 KiB | 5 Q