3v4l.org

run code in 300+ PHP versions simultaneously
<?php class ClosureTester { public function foo() { return 'bar'; } public function someMethod() { $self = $this; $closure = function() use (ClosureTester $self) { return $self->foo(); }; return $closure(); } } $c = new ClosureTester(); var_dump($c->someMethod());

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.280.0050.03712.40
5.4.270.0100.03512.40
5.4.260.0070.04112.40
5.4.250.0090.03812.40
5.4.240.0070.03812.40
5.4.230.0090.03912.39
5.4.220.0070.04212.39
5.4.210.0040.03912.39
5.4.200.0080.03612.39
5.4.190.0070.03812.39
5.4.180.0050.03812.39
5.4.170.0080.04512.39
5.4.160.0070.03912.39
5.4.150.0060.04112.39
5.4.140.0090.03812.08
5.4.130.0070.03412.06
5.4.120.0090.04012.02
5.4.110.0040.03812.02
5.4.100.0050.03812.02
5.4.90.0060.03812.02
5.4.80.0050.03812.02
5.4.70.0040.03612.02
5.4.60.0060.03512.02
5.4.50.0040.03812.02
5.4.40.0070.03512.01
5.4.30.0060.03612.00
5.4.20.0050.03612.00
5.4.10.0070.03312.00
5.4.00.0050.03611.49
5.3.280.0050.04112.71
5.3.270.0060.03912.72
5.3.260.0040.04112.72
5.3.250.0090.04312.72
5.3.240.0040.03812.72
5.3.230.0070.03812.71
5.3.220.0040.04012.68
5.3.210.0060.04012.68
5.3.200.0110.03312.68
5.3.190.0060.03912.68
5.3.180.0040.03912.67
5.3.170.0050.03812.67
5.3.160.0050.03812.67
5.3.150.0080.03512.67
5.3.140.0040.04012.66
5.3.130.0060.03912.66
5.3.120.0100.03612.66
5.3.110.0050.04112.66
5.3.100.0060.03912.12
5.3.90.0090.03412.10
5.3.80.0070.03612.09
5.3.70.0070.03512.09
5.3.60.0040.03812.07
5.3.50.0090.03412.01
5.3.40.0050.03812.02
5.3.30.0070.03811.97
5.3.20.0070.03411.76
5.3.10.0050.03611.72
5.3.00.0070.03711.72

preferences:
138.56 ms | 1394 KiB | 7 Q