3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* * This file is part of the php-gelf package. * * (c) Benjamin Zikarsky <http://benjamin-zikarsky.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Gelf\Transport; use Gelf\Encoder\EncoderInterface; use Gelf\MessageInterface; use Gelf\PublisherInterface; /** * The CompressedJsonEncoder allows the encoding of GELF messages as described * in http://www.graylog2.org/resources/documentation/sending/gelfhttp * * @author Benjamin Zikarsky <benjamin@zikarsky.de> */ abstract class AbstractTransport implements TransportInterface, PublisherInterface { /** * @var EncoderInterface */ protected $messageEncoder; /** * Sets a message encoder * * @param EncoderInterface $encoder */ public function setMessageEncoder(EncoderInterface $encoder) { $this->messageEncoder = $encoder; return $this; } /** * Returns the current message encoder * * @return EncoderInterface */ public function getMessageEncoder() { return $this->messageEncoder; } /** * Sends a Message over this transport * * @param MessageInterface $message * * @return int the number of bytes sent */ abstract public function send(MessageInterface $message); /** * Alias to send() without return value * Required to fulfill the PublisherInterface * * @deprecated deprecated since 1.1 * @codeCoverageIgnore * * @param MessageInterface $message * * @return int the number of bytes sent */ public function publish(MessageInterface $message) { return $this->send($message); } }

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.00718.43
8.3.50.0070.01017.96
8.3.40.0100.00718.67
8.3.30.0130.00719.08
8.3.20.0040.00420.04
8.3.10.0040.00423.71
8.3.00.0050.00319.18
8.2.180.0120.00318.16
8.2.170.0120.00622.96
8.2.160.0100.00322.11
8.2.150.0040.00424.18
8.2.140.0060.00324.66
8.2.130.0040.00426.16
8.2.120.0080.00019.41
8.2.110.0040.00420.47
8.2.100.0040.00717.84
8.2.90.0000.00819.21
8.2.80.0050.00317.97
8.2.70.0040.00417.63
8.2.60.0050.00318.04
8.2.50.0040.00418.07
8.2.40.0050.00418.09
8.2.30.0040.00417.96
8.2.20.0050.00217.66
8.2.10.0070.00018.08
8.2.00.0000.00717.73
8.1.280.0130.00725.92
8.1.270.0030.00619.00
8.1.260.0000.00826.35
8.1.250.0040.00428.09
8.1.240.0060.00322.48
8.1.230.0040.00822.66
8.1.220.0030.00518.77
8.1.210.0040.00418.77
8.1.200.0000.00917.13
8.1.190.0070.00017.48
8.1.180.0080.00018.10
8.1.170.0050.00318.71
8.1.160.0000.00718.87
8.1.150.0040.00418.75
8.1.140.0000.00817.34
8.1.130.0000.00717.75
8.1.120.0000.00717.42
8.1.110.0000.00717.41
8.1.100.0000.00717.32
8.1.90.0030.00517.45
8.1.80.0070.00017.29
8.1.70.0030.00517.37
8.1.60.0040.00417.57
8.1.50.0000.00817.48
8.1.40.0000.01017.39
8.1.30.0080.00017.54
8.1.20.0070.00017.63
8.1.10.0090.00017.55
8.1.00.0050.00317.34
8.0.300.0000.00719.85
8.0.290.0080.00017.18
8.0.280.0000.00718.44
8.0.270.0030.00317.22
8.0.260.0000.00617.24
8.0.250.0000.00717.02
8.0.240.0030.00317.01
8.0.230.0030.00316.91
8.0.220.0040.00416.98
8.0.210.0000.00716.86
8.0.200.0000.00616.96
8.0.190.0000.00816.98
8.0.180.0040.00417.00
8.0.170.0030.00616.90
8.0.160.0030.00316.96
8.0.150.0040.00316.96
8.0.140.0050.00216.87
8.0.130.0060.00013.34
8.0.120.0080.00016.80
8.0.110.0000.00716.82
8.0.100.0040.00417.06
8.0.90.0050.00216.92
8.0.80.0040.00416.90
8.0.70.0040.00416.99
8.0.60.0000.00816.83
8.0.50.0070.00016.98
8.0.30.0100.00917.07
8.0.20.0100.00817.40
8.0.10.0040.00416.89
8.0.00.0080.01316.57
7.4.330.0000.00515.08
7.4.320.0000.00616.46
7.4.300.0000.00616.58
7.4.290.0000.00716.44
7.4.280.0090.00016.50
7.4.270.0030.00316.43
7.4.260.0080.00016.56
7.4.250.0040.00416.53
7.4.240.0040.00316.42
7.4.230.0000.00716.63
7.4.220.0090.01216.40
7.4.210.0130.00316.63
7.4.200.0030.00316.47
7.4.160.0090.00616.48
7.4.150.0100.00717.40
7.4.140.0080.00917.86
7.4.130.0060.01116.56
7.4.120.0070.00916.47
7.4.110.0100.01016.45
7.4.100.0100.00716.33
7.4.90.0030.01416.63
7.4.80.0130.00619.39
7.4.70.0100.00616.63
7.4.60.0070.01416.55
7.4.50.0040.00416.35
7.4.40.0090.00616.20
7.4.30.0090.01216.41
7.4.00.0060.00614.91
7.3.330.0060.00013.23
7.3.320.0000.00513.23
7.3.310.0030.00316.08
7.3.300.0040.00416.22
7.3.290.0060.01016.22
7.3.280.0120.00716.27
7.3.270.0150.00917.40
7.3.260.0090.00916.29
7.3.250.0080.01016.37
7.3.240.0150.00316.52
7.3.230.0110.00916.44
7.3.210.0090.00716.35
7.3.200.0060.01619.39
7.3.190.0150.00316.33
7.3.180.0040.01216.32
7.3.170.0160.00616.28
7.3.160.0140.00716.38
7.2.330.0140.00416.34
7.2.320.0090.00916.31
7.2.310.0100.00716.70
7.2.300.0040.01316.57
7.2.290.0110.00616.57
7.2.00.0200.01219.22
7.1.100.0040.00818.20
7.1.70.0030.00716.82
7.1.60.0100.01419.22
7.1.50.0070.01416.79
7.1.00.0070.07022.29
7.0.200.0080.00016.68
7.0.140.0000.06721.98
7.0.60.0070.07319.93
7.0.50.0070.05017.91
7.0.40.0130.08020.36
7.0.30.0270.08320.27
7.0.20.0300.07720.09
7.0.10.0030.05320.07
7.0.00.0000.04720.05
5.6.280.0030.07320.91
5.6.210.0070.03720.71
5.6.200.0100.08318.29
5.6.190.0100.08320.57
5.6.180.3430.04320.48
5.6.170.0230.05320.55
5.6.160.0030.09020.57
5.6.150.0030.04018.27
5.6.140.0130.07718.20
5.6.130.0030.08718.21
5.6.120.0100.07721.04
5.6.110.0100.08021.14
5.6.100.0030.04321.09
5.6.90.0030.06021.00
5.6.80.0130.05720.51
5.6.70.4600.04020.40
5.5.350.0230.07720.33
5.5.340.0070.03717.98
5.5.330.0030.04320.30
5.5.320.3700.03720.20
5.5.310.0230.04720.39
5.5.300.0100.03317.98
5.5.290.0130.08017.98
5.5.280.0070.04320.88
5.5.270.0000.04720.77
5.5.260.0000.07720.85
5.5.250.0100.07320.69
5.5.240.0130.07020.05
5.4.450.0030.06719.71
5.4.440.0770.06319.70
5.4.430.1070.05319.38
5.4.420.0800.07019.60
5.4.410.0770.06719.45
5.4.400.0800.07019.25
5.4.390.1000.04719.24
5.4.380.0270.06718.77
5.4.370.0270.05718.78
5.4.360.0270.06718.52
5.4.350.0230.07318.73
5.4.340.0330.06318.72
5.4.320.0170.06018.79
5.4.310.0200.06018.50
5.4.300.0200.05318.60
5.4.290.0200.05018.80
5.4.280.0200.06018.79
5.4.270.0330.05318.78
5.4.260.0170.05718.49
5.4.250.0300.05018.83
5.4.240.0200.05718.78
5.4.230.0200.05318.73
5.4.220.0170.07718.77
5.4.210.0170.05718.72
5.4.200.0230.05716.78
5.4.190.0270.05718.58
5.4.180.0230.06018.76
5.4.170.0330.06718.48
5.4.160.0200.05318.56
5.4.150.0330.05718.76
5.4.140.0170.05316.43
5.4.130.0170.06016.29
5.4.120.0170.05316.30
5.4.110.0130.05716.43
5.4.100.0330.04016.20
5.4.90.0170.05716.24
5.4.80.0200.06016.19
5.4.70.0270.05016.25
5.4.60.0200.05316.16
5.4.50.0330.04716.40
5.4.40.0100.06316.27
5.4.30.0200.05016.13
5.4.20.0200.05716.37
5.4.10.0200.04716.29
5.4.00.0170.05715.74
5.3.290.0230.06014.70
5.3.280.0300.04314.58
5.3.270.0170.06014.71
5.3.260.0170.06014.65
5.3.250.0130.06014.60
5.3.240.0130.07314.83
5.3.230.0270.06714.83
5.3.220.0330.05314.71
5.3.210.0170.06014.57
5.3.200.0330.05314.63
5.3.190.0170.07014.62
5.3.180.0270.05314.78
5.3.170.0330.06314.59
5.3.160.0330.06714.78
5.3.150.0330.06314.68
5.3.140.0270.05314.69
5.3.130.0270.07314.78
5.3.120.0300.06714.61
5.3.110.0230.05314.70
5.3.100.0170.06014.02
5.3.90.0200.05014.25
5.3.80.0200.05314.00
5.3.70.0370.05314.10
5.3.60.0200.07014.06
5.3.50.0300.06014.17
5.3.40.0330.06013.96
5.3.30.0200.05314.14
5.3.20.0270.05013.73
5.3.10.0230.05313.77
5.3.00.0330.04313.68
5.2.170.0200.04711.18
5.2.160.0170.05711.08
5.2.150.0170.06011.09
5.2.140.0200.04011.18
5.2.130.0330.03711.07
5.2.120.0070.04711.08
5.2.110.0230.03711.16
5.2.100.0130.04311.15
5.2.90.0230.03011.16
5.2.80.0230.03311.05
5.2.70.0200.03711.01
5.2.60.0130.04711.01
5.2.50.0100.04711.07
5.2.40.0070.04710.91
5.2.30.0130.04011.01
5.2.20.0130.04011.01
5.2.10.0100.04310.92
5.2.00.0230.04310.78
5.1.60.0100.04010.06
5.1.50.0200.03310.03
5.1.40.0170.04310.01
5.1.30.0270.03010.45
5.1.20.0200.03010.41
5.1.10.0170.03710.18
5.1.00.0100.03710.09
5.0.50.0130.0308.58
5.0.40.0170.0208.55
5.0.30.0070.0438.36
5.0.20.0130.0208.22
5.0.10.0100.0278.20
5.0.00.0130.0378.20
4.4.90.0070.0205.83
4.4.80.0100.0275.91
4.4.70.0100.0205.80
4.4.60.0100.0235.89
4.4.50.0030.0235.89
4.4.40.0070.0435.89
4.4.30.0130.0235.94
4.4.20.0100.0205.95
4.4.10.0100.0205.96
4.4.00.0070.0375.93
4.3.110.0070.0235.79
4.3.100.0030.0275.84
4.3.90.0000.0275.79
4.3.80.0030.0475.78
4.3.70.0070.0205.80
4.3.60.0100.0175.91
4.3.50.0100.0205.77
4.3.40.0030.0375.73
4.3.30.0030.0274.68
4.3.20.0000.0274.62
4.3.10.0000.0234.51
4.3.00.0170.0307.56

preferences:
40.46 ms | 400 KiB | 5 Q