3v4l.org

run code in 300+ PHP versions simultaneously
<?php /*************************************************************** * Copyright notice * * (c) 2013 FTI eCom GmbH * All rights reserved * * This script is part of the TYPO3 project. The TYPO3 project is * free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * The GNU General Public License can be found at * http://www.gnu.org/copyleft/gpl.html. * * This script is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * This copyright notice MUST APPEAR in all copies of the script! ***************************************************************/ /** * Diese Klasse bereitet die Daten für das Chart auf * * @author Daniel Siekiera <daniel.siekiera@fti-ecom.de> */ class ChartData { /** * Daten die dann auf das Chart kommen * * @var arrays */ public $data; /** * __construct * * Initialfunktion * * @var arrays */ function __construct() { $this->data = new stdClass(); } /** * addCords * * erzeugt ein neues Array für einen Datensatz * * @param string $name * @param array $data * @param string $type * @return void */ public function addCords(string $name, array $data_array = NULL, string $type = NULL){ if(empty($data) && empty($name)) return false; // $data ist ein Array, durchsteppen if(is_array($data)){ foreach($data as $val) $this->data->cords->{$name}->data = (object)$val; } else $this->data->cords->{$name}->data = (object)$data; // Anzahl der Elemente zählen $this->data->cords->{$name}->size = sizeof($data); // das größte Element ermitteln $this->data->cords->{$name}->max = max($data); // das kleinste Element ermitteln $this->data->cords->{$name}->min = min($data); // Default Form festlegen $this->data->cords->{$name}->form = $type; // leere Array definieren $this->data->cords->{$name}->colors = (object)array('bar' => '', 'label' => ''); // leere Array definieren $this->data->cords->{$name}->legend = (object)array('angle' => '', 'font_size' => '', 'font_file' => ''); } }

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.00316.38
8.3.50.0070.01117.31
8.3.40.0120.00318.72
8.3.30.0070.00718.58
8.3.20.0000.00918.44
8.3.10.0090.00020.37
8.3.00.0080.00019.25
8.2.180.0110.00416.32
8.2.170.0040.01122.96
8.2.160.0100.00320.94
8.2.150.0060.00324.18
8.2.140.0050.00324.66
8.2.130.0080.00026.16
8.2.120.0060.00319.23
8.2.110.0030.00621.89
8.2.100.0090.00317.78
8.2.90.0040.00419.17
8.2.80.0040.00419.40
8.2.70.0030.00617.50
8.2.60.0060.00317.90
8.2.50.0030.00518.07
8.2.40.0000.00718.16
8.2.30.0000.00817.86
8.2.20.0000.00717.52
8.2.10.0000.00717.43
8.2.00.0050.00317.52
8.1.280.0070.01025.92
8.1.270.0040.00424.66
8.1.260.0080.00026.35
8.1.250.0080.00028.09
8.1.240.0030.00719.00
8.1.230.0090.00321.04
8.1.220.0080.00017.74
8.1.210.0000.00818.77
8.1.200.0060.00317.11
8.1.190.0000.00717.38
8.1.180.0080.00018.10
8.1.170.0060.00318.80
8.1.160.0000.00718.78
8.1.150.0030.00518.48
8.1.140.0000.00817.44
8.1.130.0030.00317.84
8.1.120.0040.00417.42
8.1.110.0000.00717.23
8.1.100.0040.00417.23
8.1.90.0040.00417.35
8.1.80.0030.00317.34
8.1.70.0030.00317.27
8.1.60.0000.00917.53
8.1.50.0000.00717.26
8.1.40.0000.00817.44
8.1.30.0050.00317.42
8.1.20.0030.00617.58
8.1.10.0050.00317.29
8.1.00.0030.00617.21
8.0.300.0040.00419.96
8.0.290.0070.00016.58
8.0.280.0000.00718.34
8.0.270.0030.00317.22
8.0.260.0030.00316.71
8.0.250.0000.00716.82
8.0.240.0000.00716.88
8.0.230.0030.00316.83
8.0.220.0000.00716.66
8.0.210.0050.00316.85
8.0.200.0000.00616.91
8.0.190.0000.00716.75
8.0.180.0030.00316.78
8.0.170.0080.00016.81
8.0.160.0030.00316.64
8.0.150.0000.00916.73
8.0.140.0030.00616.73
8.0.130.0050.00013.20
8.0.120.0000.00716.73
8.0.110.0000.00716.73
8.0.100.0040.00416.58
8.0.90.0070.00016.69
8.0.80.0070.00716.73
8.0.70.0070.00016.64
8.0.60.0000.00816.76
8.0.50.0000.00716.58
8.0.30.0100.01216.81
8.0.20.0060.01216.98
8.0.10.0040.00416.94
8.0.00.0070.01216.46
7.4.330.0000.00612.79
7.4.320.0060.00316.48
7.4.300.0070.00016.39
7.4.290.0030.00316.46
7.4.280.0070.00016.41
7.4.270.0030.00316.49
7.4.260.0000.00513.21
7.4.250.0000.00916.47
7.4.240.0000.00716.32
7.4.230.0000.00716.48
7.4.220.0120.00616.25
7.4.210.0050.01216.46
7.4.200.0030.00316.59
7.4.190.0000.00716.58
7.4.160.0100.00716.17
7.4.150.0150.00316.34
7.4.140.0130.00716.38
7.4.130.0070.01016.37
7.4.120.0100.00816.43
7.4.110.0200.02616.31
7.4.100.0030.01616.31
7.4.90.0130.01016.48
7.4.80.0090.00919.39
7.4.70.0070.01016.58
7.4.60.0110.00816.45
7.4.50.0060.00316.38
7.4.40.0120.00315.98
7.4.30.0090.00616.09
7.4.10.0090.01014.84
7.4.00.0080.00714.65
7.3.330.0000.00612.97
7.3.320.0000.00513.21
7.3.310.0050.00216.19
7.3.300.0030.00316.07
7.3.290.0080.00616.20
7.3.280.0090.00616.20
7.3.270.0110.00716.23
7.3.260.0160.00716.25
7.3.250.0140.00616.39
7.3.240.0110.00716.25
7.3.230.0160.00016.27
7.3.210.0030.01316.19
7.3.200.0070.01016.55
7.3.190.0030.01616.22
7.3.180.0100.00616.25
7.3.170.0040.01116.29
7.3.160.0060.01116.45
7.3.130.0050.01114.59
7.3.120.0020.01414.58
7.3.110.0020.01414.92
7.3.100.0020.01014.86
7.3.90.0070.01014.70
7.3.80.0030.00814.68
7.3.70.0070.00314.76
7.3.60.0060.00814.69
7.3.50.0010.00914.66
7.3.40.0050.00514.73
7.3.30.0060.00614.81
7.3.20.0030.00816.61
7.3.10.0040.00816.48
7.3.00.0050.00716.49
7.2.330.0130.00916.51
7.2.320.0150.00416.53
7.2.310.0090.00916.48
7.2.300.0060.01316.59
7.2.290.0110.00716.52
7.2.260.0110.00714.71
7.2.250.0060.01214.66
7.2.240.0070.00914.85
7.2.230.0020.01314.99
7.2.220.0070.00814.73
7.2.210.0050.00915.04
7.2.200.0070.00714.63
7.2.190.0080.00614.74
7.2.180.0110.00514.84
7.2.170.0030.01014.77
7.2.160.0030.00814.80
7.2.150.0060.00716.70
7.2.140.0050.00716.64
7.2.130.0040.01216.45
7.2.120.0060.00916.63
7.2.110.0070.00616.54
7.2.100.0070.00716.51
7.2.90.0060.00616.62
7.2.80.0040.00816.61
7.2.70.0090.00716.56
7.2.60.0070.00916.62
7.2.50.0080.00916.76
7.2.40.0090.00716.46
7.2.30.0070.00616.46
7.2.20.0060.00816.58
7.2.10.0110.00416.55
7.2.00.0070.00816.68
7.1.330.0050.01115.46
7.1.320.0070.00815.66
7.1.310.0040.00815.37
7.1.300.0050.00515.67
7.1.290.0060.00715.46
7.1.280.0070.00515.71
7.1.270.0050.00415.49
7.1.260.0030.00715.50
7.1.250.0050.00715.55
7.1.240.0050.00815.68
7.1.230.0060.00615.58
7.1.220.0030.00715.59
7.1.210.0050.00615.56
7.1.200.0030.00715.50
7.1.190.0040.01015.49
7.1.180.0070.00215.43
7.1.170.0030.00915.64
7.1.160.0070.00615.56
7.1.150.0030.00815.69
7.1.140.0030.00815.65
7.1.130.0060.00715.46
7.1.120.0090.00415.31
7.1.110.0090.00515.60
7.1.100.0070.00915.55
7.1.90.0060.00615.60
7.1.80.0000.01415.64
7.1.70.0070.00415.85
7.1.60.0050.01016.88
7.1.50.0080.00516.00
7.1.40.0040.01115.26
7.1.30.0050.00815.37
7.1.20.0070.00815.32
7.1.10.0110.00315.59
7.1.00.0040.03317.81
7.0.330.0030.00915.25
7.0.320.0060.00715.41
7.0.310.0060.00615.35
7.0.300.0020.01215.18
7.0.290.0020.01015.05
7.0.280.0060.00615.39
7.0.270.0040.01115.11
7.0.260.0050.00415.36
7.0.250.0030.00915.21
7.0.240.0030.01015.29
7.0.230.0070.00715.11
7.0.220.0020.01015.16
7.0.210.0040.01015.26
7.0.200.0130.00614.98
7.0.190.0030.00715.02
7.0.180.0060.00515.07
7.0.170.0060.00615.34
7.0.160.0060.00615.36
7.0.150.0090.00315.33
7.0.140.0050.02917.45
7.0.130.0050.00915.27
7.0.120.0040.03217.53
7.0.110.0060.00715.22
7.0.100.0030.00815.34
7.0.90.0060.00415.33
7.0.80.0040.01014.98
7.0.70.0080.00215.26
7.0.60.0040.03116.88
7.0.50.0070.01916.21
7.0.40.0050.03315.68
7.0.30.0130.02015.79
7.0.20.0140.03415.59
7.0.10.0110.03015.54
7.0.00.0080.01815.44
5.6.400.0050.00814.13
5.6.390.0030.01014.19
5.6.380.0040.00714.17
5.6.370.0080.00614.28
5.6.360.0070.00614.02
5.6.350.0000.01214.04
5.6.340.0060.00814.17
5.6.330.0050.00914.18
5.6.320.0050.01114.31
5.6.310.0070.00714.35
5.6.300.0020.01114.26
5.6.290.0040.00914.19
5.6.280.0070.03016.37
5.6.270.0070.00914.00
5.6.260.0080.00414.13
5.6.250.0030.00914.23
5.6.240.0000.01414.06
5.6.230.0090.00514.09
5.6.220.0050.00514.10
5.6.210.0030.03516.35
5.6.200.0060.02615.52
5.6.190.0050.02216.34
5.6.180.0130.01816.17
5.6.170.0140.02616.27
5.6.160.0080.03216.19
5.6.150.0030.02715.43
5.6.140.0060.01615.49
5.6.130.0070.03015.46
5.6.120.0080.03016.48
5.6.110.0060.03116.46
5.6.100.0100.01616.41
5.6.90.0150.02416.48
5.6.80.0040.03216.17
5.6.70.1430.01816.18
5.6.60.0020.01114.06
5.6.50.0080.00213.97
5.6.40.0060.00714.00
5.6.30.0070.00514.01
5.6.20.0040.00714.07
5.6.10.0090.00514.02
5.6.00.0070.00814.19
5.5.380.0020.01214.05
5.5.370.0070.00814.03
5.5.360.0060.00514.05
5.5.350.0130.01816.21
5.5.340.0030.03215.54
5.5.330.0010.02116.11
5.5.320.0140.02716.12
5.5.310.0070.02316.08
5.5.300.0030.02015.29
5.5.290.0100.02515.47
5.5.280.0050.01716.29
5.5.270.0070.03216.25
5.5.260.0080.01516.11
5.5.250.0070.02316.23
5.5.240.0050.02316.10
5.5.230.0030.00713.95
5.5.220.0060.00814.01
5.5.210.0020.00714.13
5.5.200.0090.00514.12
5.5.190.0070.00714.05
5.5.180.0050.00913.77
5.5.170.0080.00513.98
5.5.160.0080.00314.12
5.5.150.0050.00514.02
5.5.140.0070.00514.18
5.5.130.0050.00714.08
5.5.120.0040.01014.02
5.5.110.0010.01013.88
5.5.100.0070.00514.15
5.5.90.0040.00513.94
5.5.80.0030.00814.11
5.5.70.0070.00814.02
5.5.60.0030.00813.98
5.5.50.0070.00614.15
5.5.40.0070.00713.96
5.5.30.0040.00913.85
5.5.20.0030.00914.09
5.5.10.0050.00913.98
5.5.00.0050.00813.92
5.4.450.0160.02914.86
5.4.440.0120.03014.84
5.4.430.0110.02014.85
5.4.420.0150.01314.85
5.4.410.0150.01414.77
5.4.400.0150.02614.67
5.4.390.0130.02614.74
5.4.380.0110.01614.76
5.4.370.0140.01314.74
5.4.360.0080.02014.74
5.4.350.0090.01714.67
5.4.340.0120.01514.67
5.4.330.0060.00312.54
5.4.320.0120.02814.74
5.4.310.0150.02414.69
5.4.300.0130.01714.71
5.4.290.0100.02714.73
5.4.280.0130.02214.71
5.4.270.0130.02714.66
5.4.260.0130.02814.66
5.4.250.0140.02614.68
5.4.240.0100.03214.74
5.4.230.0120.01714.72
5.4.220.0120.02614.73
5.4.210.0120.01714.76
5.4.200.0120.02714.70
5.4.190.0100.02514.66
5.4.180.0090.02114.73
5.4.170.0120.01614.72
5.4.160.0110.02014.75
5.4.150.0160.02414.72
5.4.140.0140.01713.84
5.4.130.0160.02513.87
5.4.120.0120.01413.80
5.4.110.0110.02113.77
5.4.100.0150.02313.87
5.4.90.0080.01913.91
5.4.80.0120.01613.77
5.4.70.0090.01513.85
5.4.60.0090.01513.83
5.4.50.0140.01413.87
5.4.40.0100.02613.84
5.4.30.0140.02213.85
5.4.20.0090.01913.83
5.4.10.0140.01213.87
5.4.00.0140.02513.66
5.3.290.0090.03013.21
5.3.280.0070.01913.20
5.3.270.0140.02113.20
5.3.260.0110.02613.24
5.3.250.0090.02613.24
5.3.240.0100.01913.24
5.3.230.0120.02413.23
5.3.220.0110.02513.23
5.3.210.0120.01613.27
5.3.200.0120.01913.23
5.3.190.0120.02013.19
5.3.180.0090.02413.22
5.3.170.0090.01513.27
5.3.160.0070.01913.18
5.3.150.0100.01513.21
5.3.140.0070.01813.21
5.3.130.0140.01213.22
5.3.120.0130.02713.23
5.3.110.0100.01913.21
5.3.100.0090.02013.05
5.3.90.0150.02613.05
5.3.80.0090.01913.04
5.3.70.0120.01613.01
5.3.60.0160.01813.05
5.3.50.0090.01813.01
5.3.40.0120.01913.01
5.3.30.0090.01812.97
5.3.20.0120.01412.97
5.3.10.0130.01512.93
5.3.00.0150.01712.91
5.2.170.0200.03011.16
5.2.160.0330.03011.18
5.2.150.0200.03011.13
5.2.140.0230.03311.34
5.2.130.0230.02711.07
5.2.120.0230.05011.19
5.2.110.0200.05711.27
5.2.100.0170.03011.15
5.2.90.0130.03311.08
5.2.80.0270.04711.08
5.2.70.0270.05711.11
5.2.60.0270.05311.11
5.2.50.0300.02311.02
5.2.40.0130.03010.89
5.2.30.0270.04310.98
5.2.20.0330.05011.00
5.2.10.0200.03011.03
5.2.00.0070.03310.79
5.1.60.0130.0309.98
5.1.50.0130.0239.98
5.1.40.0130.0439.98
5.1.30.0270.02710.24
5.1.20.0170.02710.29
5.1.10.0170.0539.99
5.1.00.0170.05010.15
5.0.50.0100.0438.46
5.0.40.0130.0408.48
5.0.30.0130.0508.25
5.0.20.0030.0238.30
5.0.10.0130.0408.20
5.0.00.0130.0578.32
4.4.90.0170.0277.67
4.4.80.0100.0137.67
4.4.70.0030.0307.67
4.4.60.0030.0307.67
4.4.50.0030.0307.67
4.4.40.0070.0307.67
4.4.30.0130.0107.67
4.4.20.0170.0277.67
4.4.10.0070.0177.67
4.4.00.0170.0237.67
4.3.110.0130.0307.67
4.3.100.0070.0207.67
4.3.90.0130.0307.67
4.3.80.0100.0507.67
4.3.70.0100.0337.67
4.3.60.0130.0237.67
4.3.50.0100.0377.67
4.3.40.0100.0237.67
4.3.30.0030.0177.67
4.3.20.0070.0177.67
4.3.10.0070.0277.67
4.3.00.0030.0277.67

preferences:
53.71 ms | 401 KiB | 5 Q