3v4l.org

run code in 500+ PHP versions simultaneously
<?php class LogParser { public static function getIdsByMessage($xml, $message) { $matches = array(); $xml_parsed = simplexml_load_string($xml); foreach($xml_parsed as $item) { if($item->message == $message) { $attributes = $item->attributes(); $matches[] = (string) $attributes['id']; } } return $matches; } } $xml = <<<XML <?xml version="1.0" encoding="UTF-8"?> <log> <entry id="1"> <message>Application started</message> </entry> <entry id="2"> <message>Application ended</message> </entry> </log> XML; print_r(LogParser::getIdsByMessage($xml, 'Application ended'));

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.70.0090.00917.06
8.5.60.0130.00816.83
8.5.50.0120.00717.03
8.5.30.0110.00719.30
8.5.20.0110.00618.91
8.5.10.0050.00617.00
8.5.00.0100.01220.22
8.4.220.0140.00820.01
8.4.210.0120.01019.95
8.4.180.0190.01722.17
8.4.170.0150.00720.91
8.4.160.0160.00621.68
8.4.150.0090.00417.05
8.4.140.0140.00817.77
8.4.130.0040.00419.78
8.4.120.0120.00820.87
8.4.110.0100.00922.63
8.4.100.0120.00918.95
8.4.90.0060.00318.83
8.4.80.0090.01220.77
8.4.70.0090.00818.11
8.4.60.0040.00719.33
8.4.50.0110.00918.95
8.4.40.0130.00619.77
8.4.30.0050.00317.93
8.4.20.0120.00317.74
8.4.10.0100.00719.71
8.3.310.0130.00618.75
8.3.300.0130.00721.05
8.3.290.0110.00921.02
8.3.280.0120.00918.54
8.3.270.0100.00916.80
8.3.260.0040.00416.88
8.3.250.0120.00719.39
8.3.240.0130.00617.42
8.3.230.0120.00616.84
8.3.220.0120.00719.26
8.3.210.0080.00816.84
8.3.200.0070.00417.09
8.3.190.0110.00817.57
8.3.180.0070.00916.81
8.3.170.0030.01719.07
8.3.160.0100.00717.47
8.3.150.0120.00617.35
8.3.140.0040.00419.17
8.3.130.0000.00916.75
8.3.120.0090.00320.90
8.3.110.0040.00420.94
8.3.100.0060.00320.40
8.3.90.0040.01116.81
8.3.80.0040.00418.68
8.3.70.0120.00316.75
8.3.60.0150.00618.56
8.3.50.0130.00816.91
8.3.40.0160.00018.87
8.3.30.0130.00618.95
8.3.20.0070.00720.43
8.3.10.0050.00322.22
8.3.00.0000.00821.06
8.2.310.0120.00720.05
8.2.300.0100.01122.46
8.2.290.0120.00620.81
8.2.280.0130.00518.56
8.2.270.0120.00617.57
8.2.260.0030.01216.93
8.2.250.0110.00316.89
8.2.240.0080.00017.41
8.2.230.0120.00322.58
8.2.220.0090.00024.06
8.2.210.0070.00726.77
8.2.200.0060.00316.88
8.2.190.0090.00616.63
8.2.180.0070.01018.66
8.2.170.0110.00722.96
8.2.160.0070.00719.71
8.2.150.0030.00624.18
8.2.140.0000.00824.66
8.2.130.0040.00419.39
8.2.120.0000.00826.35
8.2.110.0000.01020.78
8.2.100.0040.00817.97
8.2.90.0080.00019.33
8.2.80.0080.00318.05
8.2.70.0080.00017.75
8.2.60.0050.00318.18
8.2.50.0080.00018.34
8.2.40.0040.00420.69
8.2.30.0030.00519.41
8.2.20.0040.00418.39
8.2.10.0050.00218.22
8.2.00.0070.00018.26
8.1.340.0130.00717.84
8.1.330.0060.01322.09
8.1.320.0090.00716.46
8.1.310.0120.00616.96
8.1.300.0030.00617.03
8.1.290.0090.00018.88
8.1.280.0070.00725.92
8.1.270.0000.00822.45
8.1.260.0080.00026.35
8.1.250.0000.00728.09
8.1.240.0090.00021.00
8.1.230.0090.00319.34
8.1.220.0000.00817.93
8.1.210.0040.00418.77
8.1.200.0040.00417.50
8.1.190.0030.00517.48
8.1.180.0050.00318.10
8.1.170.0000.00818.70
8.1.160.0040.00419.15
8.1.150.0080.00020.42
8.1.140.0040.00419.86
8.1.130.0000.00720.82
8.1.120.0000.00717.63
8.1.110.0050.00317.62
8.1.100.0060.00317.74
8.1.90.0040.00417.71
8.1.80.0050.00217.60
8.1.70.0000.00717.72
8.1.60.0060.00317.85
8.1.50.0020.00517.55
8.1.40.0030.00617.61
8.1.30.0040.00417.81
8.1.20.0030.00617.68
8.1.10.0060.00317.80
8.1.00.0040.00417.77
8.0.300.0050.00318.77
8.0.290.0030.00616.88
8.0.280.0050.00318.67
8.0.270.0050.00317.48
8.0.260.0060.00019.08
8.0.250.0000.00717.28
8.0.240.0000.00917.26
8.0.230.0000.00817.11
8.0.220.0000.00717.05
8.0.210.0000.00717.12
8.0.200.0050.00317.25
8.0.190.0030.00617.19
8.0.180.0030.00517.26
8.0.170.0000.00817.27
8.0.160.0050.00317.18
8.0.150.0070.00017.22
8.0.140.0070.00017.06
8.0.130.0000.00613.62
8.0.120.0000.00717.15
8.0.110.0070.00017.20
8.0.100.0040.00417.05
8.0.90.0040.00416.97
8.0.80.0030.01217.18
8.0.70.0000.00717.20
8.0.60.0000.00817.27
8.0.50.0040.00417.14
8.0.30.0120.00817.28
8.0.20.0100.01117.41
8.0.10.0120.00617.21
8.0.00.0080.01017.31
7.4.330.0050.00315.55
7.4.320.0030.00316.75
7.4.300.0000.00616.78
7.4.290.0000.00716.73
7.4.280.0040.00416.73
7.4.270.0080.00016.89
7.4.260.0000.00916.79
7.4.250.0040.00416.70
7.4.240.0050.00316.82
7.4.230.0050.00316.92
7.4.220.0090.00916.86
7.4.210.0080.00916.73
7.4.200.0030.00316.75
7.4.160.0060.01016.78
7.4.150.0130.00716.95
7.4.140.0090.01017.41
7.4.130.0080.01216.71
7.4.120.0120.00716.69
7.4.110.0080.00816.60
7.4.100.0090.00816.69
7.4.90.0070.01016.75
7.4.80.0140.00717.64
7.4.70.0090.00916.77
7.4.60.0120.00716.73
7.4.50.0070.01016.75
7.4.40.0080.00916.71
7.4.30.0070.01016.73
7.4.20.0070.01316.84
7.4.10.0110.00616.15
7.4.00.0080.00915.63
7.3.330.0000.00513.49
7.3.320.0000.00513.46
7.3.310.0060.00316.67
7.3.300.0000.00716.53
7.3.290.0030.00316.54
7.3.280.0100.00716.58
7.3.270.0070.01116.96
7.3.260.0090.00816.76
7.3.250.0090.00816.60
7.3.240.0100.00616.60
7.3.230.0090.00816.65
7.3.220.0090.00716.55
7.3.210.0080.00916.65
7.3.200.0110.00616.59
7.3.190.0100.00816.70
7.3.180.0100.00616.62
7.3.170.0050.01116.75
7.3.160.0090.00816.63
7.3.150.0100.01016.71
7.3.140.0050.01216.78
7.3.130.0090.00816.08
7.3.120.0100.00715.83
7.3.110.0070.01115.74
7.3.100.0060.01015.89
7.3.90.0060.00815.79
7.3.80.0120.00715.90
7.3.70.0060.00915.79
7.3.60.0090.00515.75
7.3.50.0100.00615.83
7.3.40.0080.00515.82
7.3.30.0080.00915.64
7.3.20.0050.01016.76
7.3.10.0090.00516.68
7.3.00.0060.00716.73
7.2.340.0230.00717.01
7.2.330.0240.00816.90
7.2.320.0160.01116.85
7.2.310.0160.01016.86
7.2.300.0160.01016.77
7.2.290.0150.01216.75
7.2.280.0260.00617.00
7.2.270.0200.01216.95
7.2.260.0160.01216.47
7.2.250.0140.01115.96
7.2.240.0140.01116.03
7.2.230.0120.00816.06
7.2.220.0120.01116.08
7.2.210.0150.00816.00
7.2.200.0140.01116.02
7.2.190.0110.01116.04
7.2.180.0140.00816.01
7.2.170.0120.00916.02
7.2.160.0160.01116.22
7.2.150.0310.00516.96
7.2.140.0190.00816.87
7.2.130.0100.01616.86
7.2.120.0150.00916.95
7.2.110.0170.00716.94
7.2.100.0180.00816.94
7.2.90.0190.00616.91
7.2.80.0190.00716.95
7.2.70.0310.00916.88
7.2.60.0170.00816.50
7.2.50.0150.01116.55
7.2.40.0170.01016.59
7.2.30.0150.00816.50
7.2.20.0160.00816.46
7.2.10.0190.00716.44
7.2.00.0170.00716.47
7.1.330.0140.00915.86
7.1.320.0120.01015.93
7.1.310.0140.00815.91
7.1.300.0080.01115.78
7.1.290.0130.00615.96
7.1.280.0110.01015.85
7.1.270.0140.00915.98
7.1.260.0150.00815.88
7.1.250.0160.00915.79
7.1.240.0170.00515.82
7.1.230.0140.01115.80
7.1.220.0140.00815.74
7.1.210.0190.00515.77
7.1.200.0170.00715.78
7.1.190.0140.01215.87
7.1.180.0160.00915.77
7.1.170.0140.00915.37
7.1.160.0190.00415.37
7.1.150.0160.00515.30
7.1.140.0160.00915.35
7.1.130.0160.00815.32
7.1.120.0400.00615.35
7.1.110.0230.00615.35
7.1.100.0130.00915.47
7.1.90.0160.00715.34
7.1.80.0110.00915.49
7.1.70.0160.00915.44
7.1.60.0210.00919.76
7.1.50.0220.01019.91
7.1.40.0230.00819.93
7.1.30.0180.00919.96
7.1.20.0210.00619.87
7.1.10.0130.01215.41
7.1.00.0150.01115.28
7.0.330.0110.01115.42
7.0.320.0130.01015.56
7.0.310.0150.00915.49
7.0.300.0150.00614.93
7.0.290.0180.00514.97
7.0.280.0150.00915.52
7.0.270.0180.00615.02
7.0.260.0160.00715.05
7.0.250.0170.01015.15
7.0.240.0170.00815.13
7.0.230.0180.00715.14
7.0.220.0180.00715.09
7.0.210.0170.00815.05
7.0.200.0160.00815.03
7.0.190.0180.00515.03
7.0.180.0180.00515.12
7.0.170.0160.00715.07
7.0.160.0140.00915.05
7.0.150.0210.00815.09
7.0.140.0170.00715.03
7.0.130.0150.00815.07
7.0.120.0160.00915.11
7.0.110.0140.00915.09
7.0.100.0130.01015.02
7.0.90.0210.00315.10
7.0.80.0160.01015.01
7.0.70.0300.00814.96
7.0.60.0230.00815.06
7.0.50.0160.01015.05
7.0.40.0170.00914.45
7.0.30.0180.00614.57
7.0.20.0200.00614.52
7.0.10.0170.00914.59
7.0.00.0180.01114.54
5.6.400.0170.00915.75
5.6.390.0130.01015.69
5.6.380.0180.00715.78
5.6.370.0110.01315.65
5.6.360.0140.01215.74
5.6.350.0130.01115.66
5.6.340.0140.00915.75
5.6.330.0170.00715.73
5.6.320.0090.01515.88
5.6.310.0160.01115.53
5.6.300.0140.00915.63
5.6.290.0140.00915.75
5.6.280.0220.00215.84
5.6.270.0150.00715.73
5.6.260.0190.00515.81
5.6.250.0110.01315.70
5.6.240.0210.00515.70
5.6.230.0150.00715.79
5.6.220.0280.02115.65
5.6.210.0160.00915.65
5.6.200.0190.01415.73
5.6.190.0190.01115.90
5.6.180.0180.00515.68
5.6.170.0170.00715.71
5.6.160.0180.00815.60
5.6.150.0160.00715.62
5.6.140.0150.01015.70
5.6.130.0190.00615.74
5.6.120.0150.00915.67
5.6.110.0150.00915.67
5.6.100.0150.00915.74
5.6.90.0200.00315.72
5.6.80.0180.00415.61
5.6.70.0130.00815.54
5.6.60.0110.00915.68
5.6.50.0070.01415.61
5.6.40.0120.00915.50
5.6.30.0150.00515.67
5.6.20.0120.01015.70
5.6.10.0100.01115.62
5.6.00.0130.01015.55
5.5.380.0230.01016.05
5.5.370.0150.01516.11
5.5.360.0330.01616.30
5.5.350.0190.01116.13
5.5.340.0250.00816.24
5.5.330.0220.01216.20
5.5.320.0220.00816.24
5.5.310.0170.01316.39
5.5.300.0250.00516.26
5.5.290.0220.00716.09
5.5.280.0200.01016.23
5.5.270.0160.01316.26
5.5.260.0230.00716.03
5.5.250.0190.01116.13
5.5.240.0180.01116.11
5.5.230.0180.00916.15
5.5.220.0120.01116.19
5.5.210.0150.00616.10
5.5.200.0130.00916.04
5.5.190.0160.00616.11
5.5.180.0100.01316.22
5.5.170.0060.01716.25
5.5.160.0120.01016.11
5.5.150.0140.01016.20
5.5.140.0100.01316.09
5.5.130.0190.00515.98
5.5.120.0150.00915.84
5.5.110.0150.01116.11
5.5.100.0190.00815.96
5.5.90.0150.00915.84
5.5.80.0130.01115.82
5.5.70.0100.01615.95
5.5.60.0130.01115.95
5.5.50.0110.01215.87
5.5.40.0150.00915.91
5.5.30.0130.01115.99
5.5.20.0110.01315.89
5.5.10.0170.00815.96
5.5.00.0230.00315.84
5.4.450.0170.00613.03
5.4.440.0160.00513.18
5.4.430.0150.00813.03
5.4.420.0160.00513.10
5.4.410.0150.01012.98
5.4.400.0170.00612.96
5.4.390.0190.00413.09
5.4.380.0100.00613.09
5.4.370.0080.00813.06
5.4.360.0090.00813.05
5.4.350.0140.00613.03
5.4.340.0080.00813.26
5.4.330.0110.00712.97
5.4.320.0110.00512.99
5.4.310.0100.00713.00
5.4.300.0110.00812.93
5.4.290.0100.00812.80
5.4.280.0060.01112.82
5.4.270.0130.00712.84
5.4.260.0160.00412.98
5.4.250.0070.01212.90
5.4.240.0130.00613.00
5.4.230.0150.00412.93
5.4.220.0090.00912.83
5.4.210.0070.01012.90
5.4.200.0140.00512.95
5.4.190.0150.00612.86
5.4.180.0150.00512.92
5.4.170.0120.00712.74
5.4.160.0140.00412.70
5.4.150.0120.00612.80
5.4.140.0120.00912.95
5.4.130.0080.00912.80
5.4.120.0140.00512.96
5.4.110.0110.00712.95
5.4.100.0090.01013.02
5.4.90.0150.00512.88
5.4.80.0150.00612.82
5.4.70.0100.00912.92
5.4.60.0120.00812.81
5.4.50.0120.00812.95
5.4.40.0170.00112.93
5.4.30.0080.01012.94
5.4.20.0180.00512.89
5.4.10.0110.01012.80
5.4.00.0100.01212.95
5.3.290.0160.00613.41
5.3.280.0100.01013.33
5.3.270.0160.00713.37
5.3.260.0130.00813.37
5.3.250.0160.00613.27
5.3.240.0150.00813.33
5.3.230.0180.00513.25
5.3.220.0150.00713.38
5.3.210.0120.01113.25
5.3.200.0170.00713.18
5.3.190.0140.00813.40
5.3.180.0150.00713.45
5.3.170.0100.01213.56
5.3.160.0150.01113.51
5.3.150.0180.00413.38
5.3.140.0150.00813.47
5.3.130.0100.01313.27
5.3.120.0130.01113.31
5.3.110.0150.01213.39
5.3.100.0110.01513.35
5.3.90.0120.01513.50
5.3.80.0180.00613.25
5.3.70.0140.00913.32
5.3.60.0150.00713.21
5.3.50.0130.01213.41
5.3.40.0200.00313.37
5.3.30.0170.00713.38
5.3.20.0120.01013.40
5.3.10.0140.00813.08
5.3.00.0130.00713.00
5.2.170.0180.00312.38
5.2.160.0170.00412.31
5.2.150.0120.00712.33
5.2.140.0150.00712.26
5.2.130.0070.01212.11
5.2.120.0100.00812.26
5.2.110.0140.00412.32
5.2.100.0140.00412.27
5.2.90.0130.00712.13
5.2.80.0170.00212.13
5.2.70.0100.01112.06
5.2.60.0140.00512.14
5.2.50.0080.01612.07
5.2.40.0130.00712.18
5.2.30.0140.00412.12
5.2.20.0120.00612.06
5.2.10.0110.00711.98
5.2.00.0100.00712.07
5.1.60.0090.00711.70
5.1.50.0090.00711.62
5.1.40.0140.00511.76
5.1.30.0140.00311.80
5.1.20.0130.00611.70
5.1.10.0120.00611.68
5.1.00.0130.00611.57
5.0.50.0110.00511.21
5.0.40.0110.00511.06
5.0.30.0110.00411.12
5.0.20.0040.01011.15
5.0.10.0090.00411.01
5.0.00.0080.00611.00
4.4.90.0090.00211.00
4.4.80.0060.00411.00
4.4.70.0050.00311.00
4.4.60.0070.00211.00
4.4.50.0040.00411.00
4.4.40.0040.00411.00
4.4.30.0080.00011.00
4.4.20.0080.00211.00
4.4.10.0100.00011.00
4.4.00.0050.00511.00
4.3.110.0100.00011.00
4.3.100.0070.00111.00
4.3.90.0020.00711.00
4.3.80.0060.00411.00
4.3.70.0060.00211.00
4.3.60.0080.00111.00
4.3.50.0090.00011.00
4.3.40.0080.00011.00
4.3.30.0060.00211.00
4.3.20.0060.00111.00
4.3.10.0060.00211.00
4.3.00.0060.00211.00

preferences:
126.04 ms | 2687 KiB | 5 Q