3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Xpto{ private $someArray = array(); public function __set($parameter, $value) { $this->someArray[$parameter] = $value; } public function __get($parameter) { return $this->someArray[$parameter]; } public function getAll() { return $this->someArray() } } $class = new Xpto(); $class->test = "uma variavel com test\n"; echo $class->test; print_r( $class->getAll() );

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)
5.4.310.0050.04512.52
5.4.300.0060.04612.52
5.4.290.0070.03712.52
5.4.280.0040.03712.41
5.4.270.0090.03812.41
5.4.260.0030.04112.41
5.4.250.0090.03712.41
5.4.240.0060.03612.41
5.4.230.0040.04012.40
5.4.220.0060.03612.41
5.4.210.0030.03912.40
5.4.200.0110.04712.41
5.4.190.0100.03512.40
5.4.180.0060.03712.40
5.4.170.0100.03512.41
5.4.160.0070.03412.41
5.4.150.0080.03612.40
5.4.140.0030.04112.09
5.4.130.0030.04012.07
5.4.120.0040.03712.04
5.4.110.0060.04312.04
5.4.100.0060.03412.03
5.4.90.0060.04412.04
5.4.80.0080.03412.04
5.4.70.0070.03312.03
5.4.60.0060.03412.03
5.4.50.0040.03712.03
5.4.40.0080.03212.02
5.4.30.0070.03912.02
5.4.20.0050.04112.01
5.4.10.0070.03512.01
5.4.00.0050.04211.51
5.3.280.0070.03612.70
5.3.270.0070.04512.73
5.3.260.0070.04112.71
5.3.250.0100.03912.72
5.3.240.0050.04012.72
5.3.230.0090.03712.71
5.3.220.0050.03912.68
5.3.210.0100.05112.68
5.3.200.0040.04212.68
5.3.190.0050.04312.68
5.3.180.0050.03912.67
5.3.170.0080.03912.67
5.3.160.0050.04512.67
5.3.150.0050.03912.67
5.3.140.0060.03712.66
5.3.130.0080.03812.66
5.3.120.0100.03612.65
5.3.110.0060.03912.66
5.3.100.0050.03812.13
5.3.90.0060.03812.11
5.3.80.0080.03812.10
5.3.70.0060.04312.10
5.3.60.0060.03912.09
5.3.50.0040.04112.03
5.3.40.0060.03812.03
5.3.30.0060.03611.99
5.3.20.0050.03611.77
5.3.10.0090.03211.74
5.3.00.0050.03711.72

preferences:
144.15 ms | 1394 KiB | 7 Q