3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test($label = '') { global $t; $t2 = microtime(1); if ($label) echo str_pad($label . ': ', 32, '.', STR_PAD_RIGHT) . ' ' . 1000 * ($t2 - $t) . 'ms' . "\n"; $t = $t2; } class Foo { public function fooLoop() { for ($i = 100000; $i--;) $this->foo(); } public function barLoop() { for ($i = 100000; $i--;) $this->bar(); } public function foo() { } protected function bar() { } } $f = new Foo(); test(); $f->fooLoop(); test('pro'); $f->barLoop(); test('pub');
Output for 7.4.1
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 3.075122833252ms pub: ........................... 3.2098293304443ms
Output for 7.4.0
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 3.2730102539062ms pub: ........................... 3.2410621643066ms
Output for 7.3.13
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 3.1399726867676ms pub: ........................... 3.2958984375ms
Output for 7.3.12
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 3.3159255981445ms pub: ........................... 3.2391548156738ms
Output for 7.3.11
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 1.9080638885498ms pub: ........................... 1.9159317016602ms
Output for 7.3.10
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.0229816436768ms pub: ........................... 2.3858547210693ms
Output for 7.3.9
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.1350383758545ms pub: ........................... 2.3300647735596ms
Output for 7.3.8
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 3.3459663391113ms pub: ........................... 1.9268989562988ms
Output for 7.3.7
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.4800300598145ms pub: ........................... 2.4240016937256ms
Output for 7.3.6
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.2628307342529ms pub: ........................... 2.1622180938721ms
Output for 7.3.5
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 1.9149780273438ms pub: ........................... 1.945972442627ms
Output for 7.3.4
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.0248889923096ms pub: ........................... 2.0639896392822ms
Output for 7.3.3
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 1.9938945770264ms pub: ........................... 1.9559860229492ms
Output for 7.3.2
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.5191307067871ms pub: ........................... 1.9268989562988ms
Output for 7.3.1
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.3601055145264ms pub: ........................... 1.9350051879883ms
Output for 7.3.0
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 1.945972442627ms pub: ........................... 1.9340515136719ms
Output for 7.2.26
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 3.9699077606201ms pub: ........................... 3.6680698394775ms
Output for 7.2.25
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 4.2448043823242ms pub: ........................... 3.9641857147217ms
Output for 7.2.24
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.2730827331543ms pub: ........................... 2.3698806762695ms
Output for 7.2.23
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.4120807647705ms pub: ........................... 2.4099349975586ms
Output for 7.2.22
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.6340484619141ms pub: ........................... 2.4259090423584ms
Output for 7.2.21
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.5880336761475ms pub: ........................... 2.6390552520752ms
Output for 7.2.20
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.2990703582764ms pub: ........................... 2.316951751709ms
Output for 7.2.19
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.2969245910645ms pub: ........................... 2.5379657745361ms
Output for 7.2.18
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.2690296173096ms pub: ........................... 2.2740364074707ms
Output for 7.2.17
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.7871131896973ms pub: ........................... 2.8188228607178ms
Output for 7.2.16
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.6419162750244ms pub: ........................... 2.7170181274414ms
Output for 7.2.15
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 3.6580562591553ms pub: ........................... 3.6799907684326ms
Output for 7.2.14
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 6.026029586792ms pub: ........................... 5.9139728546143ms
Output for 7.2.13
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.4957656860352ms pub: ........................... 2.4712085723877ms
Output for 7.2.12
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.8939247131348ms pub: ........................... 2.3460388183594ms
Output for 7.2.11
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.2649765014648ms pub: ........................... 2.3009777069092ms
Output for 7.2.10
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 3.6180019378662ms pub: ........................... 3.5009384155273ms
Output for 7.2.9
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 3.1580924987793ms pub: ........................... 3.303050994873ms
Output for 7.2.8
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.2730827331543ms pub: ........................... 2.3038387298584ms
Output for 7.2.7
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 3.5510063171387ms pub: ........................... 2.3031234741211ms
Output for 7.2.6
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.669095993042ms pub: ........................... 2.2869110107422ms
Output for 7.2.5
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 3.6630630493164ms pub: ........................... 4.2550563812256ms
Output for 7.2.4
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 3.1590461730957ms pub: ........................... 3.1168460845947ms
Output for 7.2.3
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.7210712432861ms pub: ........................... 2.8297901153564ms
Output for 7.2.2
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.3009777069092ms pub: ........................... 2.3250579833984ms
Output for 7.2.1
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 2.2649765014648ms pub: ........................... 2.4690628051758ms
Output for 7.2.0
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 3.4749507904053ms pub: ........................... 3.4449100494385ms
Output for 7.1.33
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.9797763824463ms pub: ........................... 5.8841705322266ms
Output for 7.1.32
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.450963973999ms pub: ........................... 5.4619312286377ms
Output for 7.1.31
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 6.0582160949707ms pub: ........................... 5.5527687072754ms
Output for 7.1.30
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 7.990837097168ms pub: ........................... 6.1969757080078ms
Output for 7.1.29
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 6.8690776824951ms pub: ........................... 5.4469108581543ms
Output for 7.1.28
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 7.9998970031738ms pub: ........................... 5.4070949554443ms
Output for 7.1.27
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 9.4099044799805ms pub: ........................... 8.3279609680176ms
Output for 7.1.26
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.7690143585205ms pub: ........................... 6.0679912567139ms
Output for 7.1.25
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 6.5000057220459ms pub: ........................... 6.1080455780029ms
Output for 7.1.24
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.8829784393311ms pub: ........................... 5.8300495147705ms
Output for 7.1.23
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 7.6050758361816ms pub: ........................... 6.1590671539307ms
Output for 7.1.22
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 7.1589946746826ms pub: ........................... 5.4230690002441ms
Output for 7.1.21
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.4590702056885ms pub: ........................... 5.4609775543213ms
Output for 7.1.20
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 6.1101913452148ms pub: ........................... 6.1337947845459ms
Output for 7.1.19
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.422830581665ms pub: ........................... 5.5961608886719ms
Output for 7.1.18
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 6.3910484313965ms pub: ........................... 5.918025970459ms
Output for 7.1.17
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 6.0667991638184ms pub: ........................... 5.5100917816162ms
Output for 7.1.16
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 6.6409111022949ms pub: ........................... 6.2129497528076ms
Output for 7.1.15
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 52.787065505981ms pub: ........................... 7.9379081726074ms
Output for 7.1.14
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.4721832275391ms pub: ........................... 5.1169395446777ms
Output for 7.1.13
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 7.8639984130859ms pub: ........................... 5.9249401092529ms
Output for 7.1.12
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.4528713226318ms pub: ........................... 5.4290294647217ms
Output for 7.1.11
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.763053894043ms pub: ........................... 5.6037902832031ms
Output for 7.1.10
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.9518814086914ms pub: ........................... 5.7971477508545ms
Output for 7.1.9
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.5928230285645ms pub: ........................... 5.4450035095215ms
Output for 7.1.8
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.6009292602539ms pub: ........................... 6.1581134796143ms
Output for 7.1.7
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 8.9209079742432ms pub: ........................... 5.3839683532715ms
Output for 7.1.6
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.9480667114258ms pub: ........................... 5.983829498291ms
Output for 7.1.5
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.8488845825195ms pub: ........................... 6.0451030731201ms
Output for 7.1.4
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.640983581543ms pub: ........................... 5.6099891662598ms
Output for 7.1.3
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 8.5370540618896ms pub: ........................... 5.9208869934082ms
Output for 7.1.2
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.7840347290039ms pub: ........................... 6.1779022216797ms
Output for 7.1.1
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.4340362548828ms pub: ........................... 5.4118633270264ms
Output for 7.1.0
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 6.1001777648926ms pub: ........................... 5.7609081268311ms
Output for 7.0.33
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 7.9147815704346ms pub: ........................... 5.1960945129395ms
Output for 7.0.32
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.277156829834ms pub: ........................... 5.2599906921387ms
Output for 7.0.31
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.267858505249ms pub: ........................... 5.2480697631836ms
Output for 7.0.30
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 6.2448978424072ms pub: ........................... 5.2580833435059ms
Output for 7.0.29
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.626916885376ms pub: ........................... 5.1929950714111ms
Output for 7.0.28
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 6.5419673919678ms pub: ........................... 5.6819915771484ms
Output for 7.0.27
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 8.3839893341064ms pub: ........................... 5.173921585083ms
Output for 7.0.26
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 8.0661773681641ms pub: ........................... 8.0640316009521ms
Output for 7.0.25
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.2070617675781ms pub: ........................... 7.6489448547363ms
Output for 7.0.24
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 8.699893951416ms pub: ........................... 5.3751468658447ms
Output for 7.0.23
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 7.1001052856445ms pub: ........................... 5.9628486633301ms
Output for 7.0.22
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 8.7051391601562ms pub: ........................... 5.5029392242432ms
Output for 7.0.21
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 7.4870586395264ms pub: ........................... 5.5999755859375ms
Output for 7.0.20
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 6.3180923461914ms pub: ........................... 5.2998065948486ms
Output for 7.0.19
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.2909851074219ms pub: ........................... 5.281925201416ms
Output for 7.0.18
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.669116973877ms pub: ........................... 5.2947998046875ms
Output for 7.0.17
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 7.9350471496582ms pub: ........................... 5.483865737915ms
Output for 7.0.16
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 7.3411464691162ms pub: ........................... 5.3699016571045ms
Output for 7.0.15
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 6.1290264129639ms pub: ........................... 6.0019493103027ms
Output for 7.0.14
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 7.0979595184326ms pub: ........................... 6.0501098632812ms
Output for 7.0.13
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 7.4541568756104ms pub: ........................... 6.4427852630615ms
Output for 7.0.12
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 8.5008144378662ms pub: ........................... 8.4030628204346ms
Output for 7.0.11
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 7.2329044342041ms pub: ........................... 5.6869983673096ms
Output for 7.0.10
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 8.5320472717285ms pub: ........................... 7.702112197876ms
Output for 7.0.9
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 8.0258846282959ms pub: ........................... 5.4140090942383ms
Output for 7.0.8
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 6.9270133972168ms pub: ........................... 5.4771900177002ms
Output for 7.0.7
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 8.2650184631348ms pub: ........................... 5.9988498687744ms
Output for 7.0.6
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.511999130249ms pub: ........................... 5.3739547729492ms
Output for 7.0.5
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 6.3250064849854ms pub: ........................... 6.101131439209ms
Output for 7.0.4
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 9.01198387146ms pub: ........................... 5.742073059082ms
Output for 7.0.3
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.7108402252197ms pub: ........................... 5.4061412811279ms
Output for 7.0.2
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 8.2480907440186ms pub: ........................... 8.2659721374512ms
Output for 7.0.1
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 5.3551197052002ms pub: ........................... 5.4240226745605ms
Output for 7.0.0
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/3rSYY on line 9 pro: ........................... 7.673978805542ms pub: ........................... 5.8338642120361ms
Output for 5.6.40
pro: ........................... 13.781070709229ms pub: ........................... 13.604879379272ms
Output for 5.6.39
pro: ........................... 14.245986938477ms pub: ........................... 14.038801193237ms
Output for 5.6.38
pro: ........................... 15.597105026245ms pub: ........................... 13.482809066772ms
Output for 5.6.37
pro: ........................... 13.544082641602ms pub: ........................... 13.393878936768ms
Output for 5.6.36
pro: ........................... 14.35399055481ms pub: ........................... 14.672994613647ms
Output for 5.6.35
pro: ........................... 13.70096206665ms pub: ........................... 13.877153396606ms
Output for 5.6.34
pro: ........................... 20.695924758911ms pub: ........................... 13.810873031616ms
Output for 5.6.33
pro: ........................... 13.782024383545ms pub: ........................... 13.698816299438ms
Output for 5.6.32
pro: ........................... 15.844106674194ms pub: ........................... 13.254880905151ms
Output for 5.6.31
pro: ........................... 14.77313041687ms pub: ........................... 13.882875442505ms
Output for 5.6.30
pro: ........................... 13.355016708374ms pub: ........................... 13.195037841797ms
Output for 5.6.29
pro: ........................... 13.570070266724ms pub: ........................... 13.497829437256ms
Output for 5.6.28
pro: ........................... 15.538930892944ms pub: ........................... 13.167858123779ms
Output for 5.6.27
pro: ........................... 15.198945999146ms pub: ........................... 14.628171920776ms
Output for 5.6.26
pro: ........................... 15.220880508423ms pub: ........................... 13.25511932373ms
Output for 5.6.25
pro: ........................... 16.466856002808ms pub: ........................... 13.70906829834ms
Output for 5.6.24
pro: ........................... 14.355897903442ms pub: ........................... 14.38307762146ms
Output for 5.6.23
pro: ........................... 14.453887939453ms pub: ........................... 14.167070388794ms
Output for 5.6.22
pro: ........................... 15.395879745483ms pub: ........................... 13.556957244873ms
Output for 5.6.21
pro: ........................... 13.472080230713ms pub: ........................... 13.391971588135ms
Output for 5.6.20
pro: ........................... 15.288114547729ms pub: ........................... 14.292001724243ms
Output for 5.6.19
pro: ........................... 13.797044754028ms pub: ........................... 14.567136764526ms
Output for 5.6.18
pro: ........................... 15.654802322388ms pub: ........................... 14.579057693481ms
Output for 5.6.17
pro: ........................... 14.508008956909ms pub: ........................... 13.067960739136ms
Output for 5.6.16
pro: ........................... 13.833045959473ms pub: ........................... 13.273000717163ms
Output for 5.6.15
pro: ........................... 13.217926025391ms pub: ........................... 13.304948806763ms
Output for 5.6.14
pro: ........................... 13.830900192261ms pub: ........................... 13.8840675354ms
Output for 5.6.13
pro: ........................... 13.692140579224ms pub: ........................... 15.714883804321ms
Output for 5.6.12
pro: ........................... 15.000820159912ms pub: ........................... 13.213157653809ms
Output for 5.6.11
pro: ........................... 13.319969177246ms pub: ........................... 13.138055801392ms
Output for 5.6.10
pro: ........................... 14.786005020142ms pub: ........................... 14.356136322021ms
Output for 5.6.9
pro: ........................... 14.749050140381ms pub: ........................... 13.198852539062ms
Output for 5.6.8
pro: ........................... 16.163110733032ms pub: ........................... 13.962030410767ms
Output for 5.6.7
pro: ........................... 16.632080078125ms pub: ........................... 15.762805938721ms
Output for 5.6.6
pro: ........................... 16.100168228149ms pub: ........................... 19.208908081055ms
Output for 5.6.5
pro: ........................... 13.140916824341ms pub: ........................... 13.458013534546ms
Output for 5.6.4
pro: ........................... 13.508081436157ms pub: ........................... 13.420104980469ms
Output for 5.6.3
pro: ........................... 12.83597946167ms pub: ........................... 12.670040130615ms
Output for 5.6.2
pro: ........................... 15.689134597778ms pub: ........................... 13.272047042847ms
Output for 5.6.1
pro: ........................... 16.46614074707ms pub: ........................... 14.46008682251ms
Output for 5.6.0
pro: ........................... 14.925956726074ms pub: ........................... 14.961957931519ms

preferences:
153.58 ms | 401 KiB | 157 Q