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 = 1000000; $i--;) $this->foo(); } public function barLoop() { for ($i = 1000000; $i--;) $this->bar(); } public function bazLoop() { for ($i = 1000000; $i--;) $this->baz(); } public function foo() { } protected function bar() { } private function baz() { } } $f = new Foo(); test(); $f->fooLoop(); test('pub'); $f->barLoop(); test('pro'); $f->bazLoop(); test('pri');
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/42Vb8 on line 9 pub: ........................... 32.075881958008ms pro: ........................... 32.134056091309ms pri: ........................... 32.087087631226ms
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/42Vb8 on line 9 pub: ........................... 32.664060592651ms pro: ........................... 32.769918441772ms pri: ........................... 32.617092132568ms
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/42Vb8 on line 9 pub: ........................... 32.737016677856ms pro: ........................... 32.748937606812ms pri: ........................... 32.257080078125ms
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/42Vb8 on line 9 pub: ........................... 19.11997795105ms pro: ........................... 19.071102142334ms pri: ........................... 19.037008285522ms
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/42Vb8 on line 9 pub: ........................... 34.695148468018ms pro: ........................... 34.507989883423ms pri: ........................... 27.390956878662ms
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/42Vb8 on line 9 pub: ........................... 19.299030303955ms pro: ........................... 19.264936447144ms pri: ........................... 19.168138504028ms
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/42Vb8 on line 9 pub: ........................... 19.41704750061ms pro: ........................... 19.087076187134ms pri: ........................... 19.118070602417ms
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/42Vb8 on line 9 pub: ........................... 20.680904388428ms pro: ........................... 19.263029098511ms pri: ........................... 19.169092178345ms
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/42Vb8 on line 9 pub: ........................... 21.818161010742ms pro: ........................... 19.299983978271ms pri: ........................... 19.24204826355ms
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/42Vb8 on line 9 pub: ........................... 21.660089492798ms pro: ........................... 19.157886505127ms pri: ........................... 19.103050231934ms
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/42Vb8 on line 9 pub: ........................... 22.274971008301ms pro: ........................... 19.509077072144ms pri: ........................... 19.59490776062ms
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/42Vb8 on line 9 pub: ........................... 33.794164657593ms pro: ........................... 31.201839447021ms pri: ........................... 19.229173660278ms
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/42Vb8 on line 9 pub: ........................... 33.522844314575ms pro: ........................... 21.850109100342ms pri: ........................... 31.200885772705ms
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/42Vb8 on line 9 pub: ........................... 28.678178787231ms pro: ........................... 19.101858139038ms pri: ........................... 19.331932067871ms
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/42Vb8 on line 9 pub: ........................... 38.347005844116ms pro: ........................... 38.524150848389ms pri: ........................... 38.510799407959ms
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/42Vb8 on line 9 pub: ........................... 26.262044906616ms pro: ........................... 27.305126190186ms pri: ........................... 27.751922607422ms
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/42Vb8 on line 9 pub: ........................... 24.785995483398ms pro: ........................... 22.880077362061ms pri: ........................... 23.205995559692ms
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/42Vb8 on line 9 pub: ........................... 22.825002670288ms pro: ........................... 24.425983428955ms pri: ........................... 22.984981536865ms
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/42Vb8 on line 9 pub: ........................... 25.647878646851ms pro: ........................... 23.102045059204ms pri: ........................... 23.028135299683ms
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/42Vb8 on line 9 pub: ........................... 40.560960769653ms pro: ........................... 40.585994720459ms pri: ........................... 31.215190887451ms
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/42Vb8 on line 9 pub: ........................... 27.769088745117ms pro: ........................... 25.568008422852ms pri: ........................... 27.498960494995ms
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/42Vb8 on line 9 pub: ........................... 25.601148605347ms pro: ........................... 23.015975952148ms pri: ........................... 24.883031845093ms
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/42Vb8 on line 9 pub: ........................... 24.548053741455ms pro: ........................... 22.907018661499ms pri: ........................... 25.429010391235ms
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/42Vb8 on line 9 pub: ........................... 36.485195159912ms pro: ........................... 27.678966522217ms pri: ........................... 31.487941741943ms
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/42Vb8 on line 9 pub: ........................... 28.24878692627ms pro: ........................... 30.783176422119ms pri: ........................... 32.042980194092ms
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/42Vb8 on line 9 pub: ........................... 31.182050704956ms pro: ........................... 27.96196937561ms pri: ........................... 28.639078140259ms
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/42Vb8 on line 9 pub: ........................... 29.090166091919ms pro: ........................... 30.165910720825ms pri: ........................... 27.833938598633ms
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/42Vb8 on line 9 pub: ........................... 32.371997833252ms pro: ........................... 27.857065200806ms pri: ........................... 28.669118881226ms
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/42Vb8 on line 9 pub: ........................... 31.135082244873ms pro: ........................... 32.135009765625ms pri: ........................... 31.381845474243ms
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/42Vb8 on line 9 pub: ........................... 27.421951293945ms pro: ........................... 35.788059234619ms pri: ........................... 27.923822402954ms
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/42Vb8 on line 9 pub: ........................... 30.972957611084ms pro: ........................... 29.51717376709ms pri: ........................... 28.523921966553ms
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/42Vb8 on line 9 pub: ........................... 28.521060943604ms pro: ........................... 32.989978790283ms pri: ........................... 28.565883636475ms
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/42Vb8 on line 9 pub: ........................... 29.417991638184ms pro: ........................... 29.267072677612ms pri: ........................... 35.715103149414ms
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/42Vb8 on line 9 pub: ........................... 59.405088424683ms pro: ........................... 59.890985488892ms pri: ........................... 59.535026550293ms
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/42Vb8 on line 9 pub: ........................... 55.154085159302ms pro: ........................... 53.070783615112ms pri: ........................... 77.415227890015ms
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/42Vb8 on line 9 pub: ........................... 57.066202163696ms pro: ........................... 60.593843460083ms pri: ........................... 61.25807762146ms
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/42Vb8 on line 9 pub: ........................... 53.124189376831ms pro: ........................... 54.581880569458ms pri: ........................... 54.33201789856ms
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/42Vb8 on line 9 pub: ........................... 60.726165771484ms pro: ........................... 59.968948364258ms pri: ........................... 62.063932418823ms
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/42Vb8 on line 9 pub: ........................... 55.217027664185ms pro: ........................... 53.10583114624ms pri: ........................... 60.029983520508ms
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/42Vb8 on line 9 pub: ........................... 55.444955825806ms pro: ........................... 54.248094558716ms pri: ........................... 54.369926452637ms
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/42Vb8 on line 9 pub: ........................... 60.266017913818ms pro: ........................... 58.946132659912ms pri: ........................... 59.051036834717ms
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/42Vb8 on line 9 pub: ........................... 36.939859390259ms pro: ........................... 29.96301651001ms pri: ........................... 29.077053070068ms
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/42Vb8 on line 9 pub: ........................... 52.800893783569ms pro: ........................... 48.104047775269ms pri: ........................... 47.068119049072ms
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/42Vb8 on line 9 pub: ........................... 35.643100738525ms pro: ........................... 47.012805938721ms pri: ........................... 50.764083862305ms
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/42Vb8 on line 9 pub: ........................... 34.831047058105ms pro: ........................... 30.43007850647ms pri: ........................... 30.280828475952ms
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/42Vb8 on line 9 pub: ........................... 50.110101699829ms pro: ........................... 45.860052108765ms pri: ........................... 46.865940093994ms
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/42Vb8 on line 9 pub: ........................... 32.766103744507ms pro: ........................... 29.139041900635ms pri: ........................... 30.683994293213ms
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/42Vb8 on line 9 pub: ........................... 29.577970504761ms pro: ........................... 30.220985412598ms pri: ........................... 29.520034790039ms
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/42Vb8 on line 9 pub: ........................... 30.526876449585ms pro: ........................... 29.914140701294ms pri: ........................... 32.022953033447ms
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/42Vb8 on line 9 pub: ........................... 50.872087478638ms pro: ........................... 29.721975326538ms pri: ........................... 37.039041519165ms
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/42Vb8 on line 9 pub: ........................... 38.518905639648ms pro: ........................... 29.624938964844ms pri: ........................... 32.397985458374ms
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/42Vb8 on line 9 pub: ........................... 38.281917572021ms pro: ........................... 35.511016845703ms pri: ........................... 43.045043945312ms
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/42Vb8 on line 9 pub: ........................... 37.965059280396ms pro: ........................... 30.52806854248ms pri: ........................... 44.678926467896ms
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/42Vb8 on line 9 pub: ........................... 31.851053237915ms pro: ........................... 30.03191947937ms pri: ........................... 29.899120330811ms
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/42Vb8 on line 9 pub: ........................... 33.874988555908ms pro: ........................... 29.766798019409ms pri: ........................... 30.687093734741ms
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/42Vb8 on line 9 pub: ........................... 30.588150024414ms pro: ........................... 30.35306930542ms pri: ........................... 30.165910720825ms
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/42Vb8 on line 9 pub: ........................... 49.83115196228ms pro: ........................... 50.526857376099ms pri: ........................... 36.175966262817ms
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/42Vb8 on line 9 pub: ........................... 65.222024917603ms pro: ........................... 42.085886001587ms pri: ........................... 38.733959197998ms
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/42Vb8 on line 9 pub: ........................... 37.396192550659ms pro: ........................... 39.294958114624ms pri: ........................... 32.41491317749ms
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/42Vb8 on line 9 pub: ........................... 49.589872360229ms pro: ........................... 33.638000488281ms pri: ........................... 30.22313117981ms
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/42Vb8 on line 9 pub: ........................... 37.187099456787ms pro: ........................... 29.594898223877ms pri: ........................... 29.091119766235ms
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/42Vb8 on line 9 pub: ........................... 37.706851959229ms pro: ........................... 28.666019439697ms pri: ........................... 31.268119812012ms
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/42Vb8 on line 9 pub: ........................... 80.398082733154ms pro: ........................... 38.656949996948ms pri: ........................... 31.524896621704ms
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/42Vb8 on line 9 pub: ........................... 30.956029891968ms pro: ........................... 29.977083206177ms pri: ........................... 29.922962188721ms
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/42Vb8 on line 9 pub: ........................... 31.467914581299ms pro: ........................... 36.593914031982ms pri: ........................... 30.471086502075ms
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/42Vb8 on line 9 pub: ........................... 32.561063766479ms pro: ........................... 29.608964920044ms pri: ........................... 29.222011566162ms
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/42Vb8 on line 9 pub: ........................... 34.057140350342ms pro: ........................... 34.291982650757ms pri: ........................... 33.972978591919ms
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/42Vb8 on line 9 pub: ........................... 38.254976272583ms pro: ........................... 33.69402885437ms pri: ........................... 38.331985473633ms
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/42Vb8 on line 9 pub: ........................... 53.926944732666ms pro: ........................... 53.444862365723ms pri: ........................... 53.61008644104ms
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/42Vb8 on line 9 pub: ........................... 42.561054229736ms pro: ........................... 30.979871749878ms pri: ........................... 31.660079956055ms
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/42Vb8 on line 9 pub: ........................... 32.469987869263ms pro: ........................... 30.226945877075ms pri: ........................... 31.079053878784ms
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/42Vb8 on line 9 pub: ........................... 30.072927474976ms pro: ........................... 32.588005065918ms pri: ........................... 29.484987258911ms
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/42Vb8 on line 9 pub: ........................... 44.933080673218ms pro: ........................... 55.877923965454ms pri: ........................... 35.055160522461ms
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/42Vb8 on line 9 pub: ........................... 50.623893737793ms pro: ........................... 49.391031265259ms pri: ........................... 33.243894577026ms
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/42Vb8 on line 9 pub: ........................... 35.181045532227ms pro: ........................... 29.968976974487ms pri: ........................... 37.353992462158ms
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/42Vb8 on line 9 pub: ........................... 50.740957260132ms pro: ........................... 30.255079269409ms pri: ........................... 29.871940612793ms
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/42Vb8 on line 9 pub: ........................... 43.437004089355ms pro: ........................... 34.113168716431ms pri: ........................... 30.206918716431ms
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/42Vb8 on line 9 pub: ........................... 42.77491569519ms pro: ........................... 29.57010269165ms pri: ........................... 39.651870727539ms
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/42Vb8 on line 9 pub: ........................... 32.174110412598ms pro: ........................... 34.698009490967ms pri: ........................... 31.552076339722ms
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/42Vb8 on line 9 pub: ........................... 58.743953704834ms pro: ........................... 58.111906051636ms pri: ........................... 34.166097640991ms
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/42Vb8 on line 9 pub: ........................... 29.211044311523ms pro: ........................... 31.900882720947ms pri: ........................... 40.714025497437ms
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/42Vb8 on line 9 pub: ........................... 30.434131622314ms pro: ........................... 30.061960220337ms pri: ........................... 30.524015426636ms
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/42Vb8 on line 9 pub: ........................... 40.889024734497ms pro: ........................... 32.825946807861ms pri: ........................... 31.475067138672ms
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/42Vb8 on line 9 pub: ........................... 30.596017837524ms pro: ........................... 31.200885772705ms pri: ........................... 31.468152999878ms
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/42Vb8 on line 9 pub: ........................... 33.283948898315ms pro: ........................... 29.526948928833ms pri: ........................... 32.474040985107ms
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/42Vb8 on line 9 pub: ........................... 33.979892730713ms pro: ........................... 32.289981842041ms pri: ........................... 30.457973480225ms
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/42Vb8 on line 9 pub: ........................... 58.060884475708ms pro: ........................... 34.420013427734ms pri: ........................... 31.15701675415ms
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/42Vb8 on line 9 pub: ........................... 33.385992050171ms pro: ........................... 34.366130828857ms pri: ........................... 38.261890411377ms
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/42Vb8 on line 9 pub: ........................... 31.176090240479ms pro: ........................... 30.915975570679ms pri: ........................... 30.07698059082ms
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/42Vb8 on line 9 pub: ........................... 46.786069869995ms pro: ........................... 53.144931793213ms pri: ........................... 30.795097351074ms
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/42Vb8 on line 9 pub: ........................... 31.996965408325ms pro: ........................... 34.141063690186ms pri: ........................... 41.597843170166ms
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/42Vb8 on line 9 pub: ........................... 29.644012451172ms pro: ........................... 30.348062515259ms pri: ........................... 32.23705291748ms
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/42Vb8 on line 9 pub: ........................... 30.164003372192ms pro: ........................... 31.813859939575ms pri: ........................... 31.2659740448ms
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/42Vb8 on line 9 pub: ........................... 32.022953033447ms pro: ........................... 30.370950698853ms pri: ........................... 30.811071395874ms
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/42Vb8 on line 9 pub: ........................... 52.72102355957ms pro: ........................... 52.141904830933ms pri: ........................... 51.429986953735ms

preferences:
94.54 ms | 402 KiB | 100 Q