3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { public function callStatic() { static::doIt(); } public function callNonStatic() { $this->doIt(); } protected static function doIt() { $a = 1; } } $obj = new test(); $time_start = microtime(true); for($i=0;$i<1000000;$i++) { $obj->callStatic(); } $time_end = microtime(true); $time1 = $time_end - $time_start; print "Total execution time is for static call is $time1\n"; $time_start = microtime(true); for($i=0;$i<1000000;$i++) { $obj->callNonStatic(); } $time_end = microtime(true); $time1 = $time_end - $time_start; print "Total execution time is for non static call is $time1\n" ?>
Output for 7.3.12
Total execution time is for static call is 0.071275949478149 Total execution time is for non static call is 0.087399959564209
Output for 7.3.11
Total execution time is for static call is 0.078221082687378 Total execution time is for non static call is 0.072663068771362
Output for 7.3.10
Total execution time is for static call is 0.07085394859314 Total execution time is for non static call is 0.066617965698242
Output for 7.3.9
Total execution time is for static call is 0.069180965423584 Total execution time is for non static call is 0.070943117141724
Output for 7.3.8
Total execution time is for static call is 0.068410873413086 Total execution time is for non static call is 0.063980102539062
Output for 7.3.7
Total execution time is for static call is 0.081228017807007 Total execution time is for non static call is 0.07378101348877
Output for 7.3.6
Total execution time is for static call is 0.10142397880554 Total execution time is for non static call is 0.082329034805298
Output for 7.3.5
Total execution time is for static call is 0.070072889328003 Total execution time is for non static call is 0.07703709602356
Output for 7.3.4
Total execution time is for static call is 0.096774101257324 Total execution time is for non static call is 0.077719926834106
Output for 7.3.3
Total execution time is for static call is 0.092619895935059 Total execution time is for non static call is 0.062273979187012
Output for 7.3.2
Total execution time is for static call is 0.069478988647461 Total execution time is for non static call is 0.063661098480225
Output for 7.3.1
Total execution time is for static call is 0.083792924880981 Total execution time is for non static call is 0.077270030975342
Output for 7.3.0
Total execution time is for static call is 0.076959133148193 Total execution time is for non static call is 0.076375961303711
Output for 7.2.24
Total execution time is for static call is 0.12805700302124 Total execution time is for non static call is 0.10109686851501
Output for 7.2.23
Total execution time is for static call is 0.074237823486328 Total execution time is for non static call is 0.075175046920776
Output for 7.2.22
Total execution time is for static call is 0.09748911857605 Total execution time is for non static call is 0.07184100151062
Output for 7.2.21
Total execution time is for static call is 0.076210021972656 Total execution time is for non static call is 0.073990821838379
Output for 7.2.20
Total execution time is for static call is 0.075783014297485 Total execution time is for non static call is 0.072060108184814
Output for 7.2.19
Total execution time is for static call is 0.077494859695435 Total execution time is for non static call is 0.071197032928467
Output for 7.2.18
Total execution time is for static call is 0.070003032684326 Total execution time is for non static call is 0.068294048309326
Output for 7.2.17
Total execution time is for static call is 0.10099101066589 Total execution time is for non static call is 0.065504789352417
Output for 7.2.16
Total execution time is for static call is 0.094857931137085 Total execution time is for non static call is 0.081808090209961
Output for 7.2.15
Total execution time is for static call is 0.080005884170532 Total execution time is for non static call is 0.075178861618042
Output for 7.2.14
Total execution time is for static call is 0.072588920593262 Total execution time is for non static call is 0.072685956954956
Output for 7.2.13
Total execution time is for static call is 0.07195782661438 Total execution time is for non static call is 0.069078922271729
Output for 7.2.12
Total execution time is for static call is 0.071635961532593 Total execution time is for non static call is 0.06620979309082
Output for 7.2.11
Total execution time is for static call is 0.091905832290649 Total execution time is for non static call is 0.071069002151489
Output for 7.2.10
Total execution time is for static call is 0.084290981292725 Total execution time is for non static call is 0.078904151916504
Output for 7.2.9
Total execution time is for static call is 0.10093188285828 Total execution time is for non static call is 0.067326068878174
Output for 7.2.8
Total execution time is for static call is 0.071585178375244 Total execution time is for non static call is 0.068432807922363
Output for 7.2.7
Total execution time is for static call is 0.10484194755554 Total execution time is for non static call is 0.067631006240845
Output for 7.2.6
Total execution time is for static call is 0.089090824127197 Total execution time is for non static call is 0.068979024887085
Output for 7.2.5
Total execution time is for static call is 0.082113027572632 Total execution time is for non static call is 0.068227052688599
Output for 7.2.4
Total execution time is for static call is 0.083335876464844 Total execution time is for non static call is 0.068635940551758
Output for 7.2.3
Total execution time is for static call is 0.07264518737793 Total execution time is for non static call is 0.069990873336792
Output for 7.2.2
Total execution time is for static call is 0.094428062438965 Total execution time is for non static call is 0.073606967926025
Output for 7.2.1
Total execution time is for static call is 0.077922821044922 Total execution time is for non static call is 0.070667028427124
Output for 7.2.0
Total execution time is for static call is 0.070643901824951 Total execution time is for non static call is 0.064749956130981
Output for 7.1.33
Total execution time is for static call is 0.13351702690125 Total execution time is for non static call is 0.14084792137146
Output for 7.1.32
Total execution time is for static call is 0.17588210105896 Total execution time is for non static call is 0.16579580307007
Output for 7.1.31
Total execution time is for static call is 0.12940907478333 Total execution time is for non static call is 0.13521718978882
Output for 7.1.30
Total execution time is for static call is 0.12684512138367 Total execution time is for non static call is 0.12651896476746
Output for 7.1.29
Total execution time is for static call is 0.1349470615387 Total execution time is for non static call is 0.1454610824585
Output for 7.1.28
Total execution time is for static call is 0.15775108337402 Total execution time is for non static call is 0.13615107536316
Output for 7.1.27
Total execution time is for static call is 0.13177680969238 Total execution time is for non static call is 0.13883900642395
Output for 7.1.26
Total execution time is for static call is 0.12773418426514 Total execution time is for non static call is 0.12661600112915
Output for 7.1.25
Total execution time is for static call is 0.13785195350647 Total execution time is for non static call is 0.1447389125824
Output for 7.1.7
Total execution time is for static call is 0.057503938674927 Total execution time is for non static call is 0.051860094070435
Output for 7.1.6
Total execution time is for static call is 0.093389987945557 Total execution time is for non static call is 0.063717842102051
Output for 7.1.5
Total execution time is for static call is 0.10391283035278 Total execution time is for non static call is 0.064551830291748
Output for 7.1.0
Total execution time is for static call is 0.079820871353149 Total execution time is for non static call is 0.061317920684814
Output for 7.0.20
Total execution time is for static call is 0.071481943130493 Total execution time is for non static call is 0.057896852493286
Output for 7.0.6
Total execution time is for static call is 0.072680950164795 Total execution time is for non static call is 0.051722049713135
Output for 7.0.5
Total execution time is for static call is 0.05616307258606 Total execution time is for non static call is 0.052459955215454
Output for 7.0.4
Total execution time is for static call is 0.069930076599121 Total execution time is for non static call is 0.052145957946777
Output for 7.0.3
Total execution time is for static call is 0.061547994613647 Total execution time is for non static call is 0.049014091491699
Output for 7.0.2
Total execution time is for static call is 0.068368911743164 Total execution time is for non static call is 0.050186157226562
Output for 7.0.1
Total execution time is for static call is 0.058758974075317 Total execution time is for non static call is 0.049146890640259
Output for 7.0.0
Total execution time is for static call is 0.058929204940796 Total execution time is for non static call is 0.050381898880005
Output for 5.6.28
Total execution time is for static call is 0.13654804229736 Total execution time is for non static call is 0.1325249671936
Output for 5.6.21
Total execution time is for static call is 0.12629294395447 Total execution time is for non static call is 0.11694693565369
Output for 5.6.20
Total execution time is for static call is 0.12847495079041 Total execution time is for non static call is 0.12151098251343
Output for 5.6.19
Total execution time is for static call is 0.15054082870483 Total execution time is for non static call is 0.12338709831238
Output for 5.6.18
Total execution time is for static call is 0.14164781570435 Total execution time is for non static call is 0.12637090682983
Output for 5.6.17
Total execution time is for static call is 0.14952707290649 Total execution time is for non static call is 0.1230890750885
Output for 5.6.16
Total execution time is for static call is 0.13384485244751 Total execution time is for non static call is 0.12853598594666
Output for 5.6.15
Total execution time is for static call is 0.12778997421265 Total execution time is for non static call is 0.12056016921997
Output for 5.6.14
Total execution time is for static call is 0.12742400169373 Total execution time is for non static call is 0.12280416488647
Output for 5.6.13
Total execution time is for static call is 0.14930391311646 Total execution time is for non static call is 0.12363195419312
Output for 5.6.12
Total execution time is for static call is 0.12666988372803 Total execution time is for non static call is 0.12175393104553
Output for 5.6.11
Total execution time is for static call is 0.14632105827332 Total execution time is for non static call is 0.12782001495361
Output for 5.6.10
Total execution time is for static call is 0.13771891593933 Total execution time is for non static call is 0.1315381526947
Output for 5.6.9
Total execution time is for static call is 0.13077592849731 Total execution time is for non static call is 0.12503790855408
Output for 5.6.8
Total execution time is for static call is 0.14897108078003 Total execution time is for non static call is 0.1274778842926
Output for 5.6.7
Total execution time is for static call is 0.15422105789185 Total execution time is for non static call is 0.13110303878784
Output for 5.5.35
Total execution time is for static call is 0.13102293014526 Total execution time is for non static call is 0.10698890686035
Output for 5.5.34
Total execution time is for static call is 0.13265299797058 Total execution time is for non static call is 0.12607908248901
Output for 5.5.33
Total execution time is for static call is 0.14614009857178 Total execution time is for non static call is 0.12031888961792
Output for 5.5.32
Total execution time is for static call is 0.12669897079468 Total execution time is for non static call is 0.11985301971436
Output for 5.5.31
Total execution time is for static call is 0.1267831325531 Total execution time is for non static call is 0.1202130317688
Output for 5.5.30
Total execution time is for static call is 0.12791395187378 Total execution time is for non static call is 0.12383699417114
Output for 5.5.29
Total execution time is for static call is 0.12821102142334 Total execution time is for non static call is 0.11988306045532
Output for 5.5.28
Total execution time is for static call is 0.12275815010071 Total execution time is for non static call is 0.11626696586609
Output for 5.5.27
Total execution time is for static call is 0.14350986480713 Total execution time is for non static call is 0.1226601600647
Output for 5.5.26
Total execution time is for static call is 0.13228893280029 Total execution time is for non static call is 0.1264169216156
Output for 5.5.25
Total execution time is for static call is 0.14998412132263 Total execution time is for non static call is 0.12133097648621
Output for 5.5.24
Total execution time is for static call is 0.13594579696655 Total execution time is for non static call is 0.12865304946899
Output for 5.4.45
Total execution time is for static call is 0.19437980651855 Total execution time is for non static call is 0.20638680458069
Output for 5.4.44
Total execution time is for static call is 0.21097111701965 Total execution time is for non static call is 0.21173405647278
Output for 5.4.43
Total execution time is for static call is 0.3032660484314 Total execution time is for non static call is 0.26286387443542
Output for 5.4.42
Total execution time is for static call is 0.18938994407654 Total execution time is for non static call is 0.28217101097107
Output for 5.4.41
Total execution time is for static call is 0.31691813468933 Total execution time is for non static call is 0.22273516654968
Output for 5.4.40
Total execution time is for static call is 0.21524214744568 Total execution time is for non static call is 0.221684217453
Output for 5.4.39
Total execution time is for static call is 0.18597316741943 Total execution time is for non static call is 0.18586802482605
Output for 5.4.38
Total execution time is for static call is 0.21219086647034 Total execution time is for non static call is 0.18848919868469
Output for 5.4.37
Total execution time is for static call is 0.1927478313446 Total execution time is for non static call is 0.19104981422424
Output for 5.4.36
Total execution time is for static call is 0.36542201042175 Total execution time is for non static call is 0.20805978775024
Output for 5.4.35
Total execution time is for static call is 0.19944906234741 Total execution time is for non static call is 0.22472095489502
Output for 5.4.34
Total execution time is for static call is 0.18670582771301 Total execution time is for non static call is 0.17809891700745
Output for 5.4.32
Total execution time is for static call is 0.25651693344116 Total execution time is for non static call is 0.22709894180298
Output for 5.4.31
Total execution time is for static call is 0.23093414306641 Total execution time is for non static call is 0.18657183647156
Output for 5.4.30
Total execution time is for static call is 0.21071720123291 Total execution time is for non static call is 0.25229787826538
Output for 5.4.29
Total execution time is for static call is 0.1867299079895 Total execution time is for non static call is 0.23283505439758
Output for 5.4.28
Total execution time is for static call is 0.18950390815735 Total execution time is for non static call is 0.1788158416748
Output for 5.4.27
Total execution time is for static call is 0.292396068573 Total execution time is for non static call is 0.2816858291626
Output for 5.4.26
Total execution time is for static call is 0.19085216522217 Total execution time is for non static call is 0.20016288757324
Output for 5.4.25
Total execution time is for static call is 0.36991715431213 Total execution time is for non static call is 0.31223893165588
Output for 5.4.24
Total execution time is for static call is 0.19246101379395 Total execution time is for non static call is 0.25847005844116
Output for 5.4.23
Total execution time is for static call is 0.22643709182739 Total execution time is for non static call is 0.38640594482422
Output for 5.4.22
Total execution time is for static call is 0.22675895690918 Total execution time is for non static call is 0.19957089424133
Output for 5.4.21
Total execution time is for static call is 0.2058310508728 Total execution time is for non static call is 0.19797611236572
Output for 5.4.20
Total execution time is for static call is 0.25794291496277 Total execution time is for non static call is 0.24441003799438
Output for 5.4.19
Total execution time is for static call is 0.20363402366638 Total execution time is for non static call is 0.20110702514648
Output for 5.4.18
Total execution time is for static call is 0.18543100357056 Total execution time is for non static call is 0.19302487373352
Output for 5.4.17
Total execution time is for static call is 0.19513297080994 Total execution time is for non static call is 0.18873000144958
Output for 5.4.16
Total execution time is for static call is 0.23363900184631 Total execution time is for non static call is 0.19771885871887
Output for 5.4.15
Total execution time is for static call is 0.29693794250488 Total execution time is for non static call is 0.22895097732544
Output for 5.4.14
Total execution time is for static call is 0.20761609077454 Total execution time is for non static call is 0.21565389633179
Output for 5.4.13
Total execution time is for static call is 0.2151050567627 Total execution time is for non static call is 0.21282696723938
Output for 5.4.12
Total execution time is for static call is 0.34132194519043 Total execution time is for non static call is 0.23095202445984
Output for 5.4.11
Total execution time is for static call is 0.21260595321655 Total execution time is for non static call is 0.20592999458313
Output for 5.4.10
Total execution time is for static call is 0.25544190406799 Total execution time is for non static call is 0.17786717414856
Output for 5.4.9
Total execution time is for static call is 0.25923919677734 Total execution time is for non static call is 0.21673202514648
Output for 5.4.8
Total execution time is for static call is 0.26889991760254 Total execution time is for non static call is 0.22869300842285
Output for 5.4.7
Total execution time is for static call is 0.22776484489441 Total execution time is for non static call is 0.20073294639587
Output for 5.4.6
Total execution time is for static call is 0.28797602653503 Total execution time is for non static call is 0.26305294036865
Output for 5.4.5
Total execution time is for static call is 0.20692801475525 Total execution time is for non static call is 0.20486497879028
Output for 5.4.4
Total execution time is for static call is 0.18772912025452 Total execution time is for non static call is 0.18401217460632
Output for 5.4.3
Total execution time is for static call is 0.2743239402771 Total execution time is for non static call is 0.23237705230713
Output for 5.4.2
Total execution time is for static call is 0.26849222183228 Total execution time is for non static call is 0.19489407539368
Output for 5.4.1
Total execution time is for static call is 0.17647290229797 Total execution time is for non static call is 0.1834020614624
Output for 5.4.0
Total execution time is for static call is 0.2017080783844 Total execution time is for non static call is 0.19668889045715

preferences:
142.96 ms | 401 KiB | 137 Q