3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo {} $foo = new Foo; $rounds = 1000000; $start = microtime(true); for($i=0; $i<$rounds; $i++) { get_class($foo); } echo (microtime(true) - $start); echo "\n"; $start = microtime(true); for($i=0; $i<$rounds; $i++) { $class = new ReflectionClass($foo); $class->getShortName(); } echo (microtime(true) - $start);
Output for 7.2.0
0.013864994049072 0.22909808158875
Output for 7.1.7
0.067089080810547 0.24714112281799
Output for 7.1.6
0.058951139450073 0.25593495368958
Output for 7.1.5
0.055953979492188 0.25861501693726
Output for 7.1.0
0.05695104598999 0.059040069580078
Output for 7.0.20
0.040719985961914 0.27489304542542
Output for 7.0.14
0.073887825012207 0.25634503364563
Output for 7.0.12
0.051080226898193 0.21687412261963
Output for 7.0.8
0.047003030776978 0.29555296897888
Output for 7.0.7
0.05351710319519 0.29859089851379
Output for 7.0.6
0.070085048675537 0.31739902496338
Output for 7.0.5
0.040683031082153 0.25675010681152
Output for 7.0.4
0.053835153579712 0.29367089271545
Output for 7.0.3
0.031089067459106 0.23600292205811
Output for 7.0.2
0.038290023803711 0.25119304656982
Output for 7.0.1
0.042855978012085 0.30295991897583
Output for 7.0.0
0.041193962097168 0.2908730506897
Output for 5.6.28
0.17346096038818 0.17849087715149
Output for 5.6.23
0.13561296463013 0.56941390037537
Output for 5.6.22
0.11225891113281 0.56090593338013
Output for 5.6.21
0.11566185951233 0.56568193435669
Output for 5.6.20
0.10147190093994 0.47498202323914
Output for 5.6.19
0.10181093215942 0.55280590057373
Output for 5.6.18
0.10675096511841 0.48080801963806
Output for 5.6.17
0.098879098892212 0.49210596084595
Output for 5.6.16
0.11358213424683 0.58999395370483
Output for 5.6.15
0.12017202377319 0.46830487251282
Output for 5.6.14
0.13015103340149 0.57776403427124
Output for 5.6.13
0.13197994232178 0.49221396446228
Output for 5.6.12
0.10617804527283 0.57648801803589
Output for 5.6.11
0.13062405586243 0.58235216140747
Output for 5.6.10
0.11186408996582 0.57608985900879
Output for 5.6.9
0.082237958908081 0.46982192993164
Output for 5.6.8
0.10711407661438 0.54368901252747
Output for 5.6.7
0.10158896446228 0.55268692970276
Output for 5.6.6
0.10225796699524 0.56814384460449
Output for 5.6.5
0.12727689743042 0.57409811019897
Output for 5.6.4
0.11716389656067 0.57375192642212
Output for 5.6.3
0.12996315956116 0.59433507919312
Output for 5.6.2
0.14860892295837 0.66552805900574
Output for 5.6.1
0.11031889915466 0.56492495536804
Output for 5.6.0
0.099396944046021 0.51126503944397
Output for 5.5.37
0.10133004188538 0.57675909996033
Output for 5.5.36
0.11430191993713 0.59323287010193
Output for 5.5.35
0.11494112014771 0.59048199653625
Output for 5.5.34
0.10090112686157 0.54226589202881
Output for 5.5.33
0.10410284996033 0.61141490936279
Output for 5.5.32
0.093829154968262 0.56114888191223
Output for 5.5.31
0.10559797286987 0.54178309440613
Output for 5.5.30
0.098816871643066 0.48315906524658
Output for 5.5.29
0.13440084457397 0.68745708465576
Output for 5.5.28
0.11104202270508 0.58613204956055
Output for 5.5.27
0.125 0.57499289512634
Output for 5.5.26
0.10623693466187 0.56880211830139
Output for 5.5.25
0.084072113037109 0.48365998268127
Output for 5.5.24
0.13266706466675 0.58136701583862
Output for 5.5.23
0.11141300201416 0.58383703231812
Output for 5.5.22
0.10422015190125 0.57222318649292
Output for 5.5.21
0.12002801895142 0.59478998184204
Output for 5.5.20
0.1367518901825 0.69806694984436
Output for 5.5.19
0.10325193405151 0.53900599479675
Output for 5.5.18
0.11556696891785 0.58586883544922
Output for 5.5.16
0.087471961975098 0.48242092132568
Output for 5.5.15
0.11256194114685 0.55356597900391
Output for 5.5.14
0.13567399978638 0.58627796173096
Output for 5.5.13
0.11918115615845 0.58014106750488
Output for 5.5.12
0.10298705101013 0.52559494972229
Output for 5.5.11
0.11304903030396 0.58317708969116
Output for 5.5.10
0.13415598869324 0.65687704086304
Output for 5.5.9
0.13154196739197 0.57392692565918
Output for 5.5.8
0.10474896430969 0.53609204292297
Output for 5.5.7
0.10229992866516 0.58513808250427
Output for 5.5.6
0.1067590713501 0.58265900611877
Output for 5.5.5
0.10574197769165 0.54097986221313
Output for 5.5.4
0.11193490028381 0.47869277000427
Output for 5.5.3
0.094515085220337 0.52551198005676
Output for 5.5.2
0.11375498771667 0.54544711112976
Output for 5.5.1
0.11346888542175 0.57797718048096
Output for 5.5.0
0.10948085784912 0.57526779174805
Output for 5.4.45
0.11515402793884 0.57261395454407
Output for 5.4.44
0.12986087799072 0.5099949836731
Output for 5.4.43
0.12705111503601 0.57238006591797
Output for 5.4.42
0.12301993370056 0.57488107681274
Output for 5.4.41
0.11940002441406 0.57301712036133
Output for 5.4.40
0.092536926269531 0.5157208442688
Output for 5.4.39
0.10555291175842 0.48843312263489
Output for 5.4.38
0.11775183677673 0.57024502754211
Output for 5.4.37
0.099607944488525 0.55588102340698
Output for 5.4.36
0.12640309333801 0.57133507728577
Output for 5.4.35
0.13013601303101 0.56695604324341
Output for 5.4.34
0.10838198661804 0.56532096862793
Output for 5.4.32
0.1344211101532 0.57203507423401
Output for 5.4.31
0.11824512481689 0.56923580169678
Output for 5.4.30
0.092787027359009 0.5353639125824
Output for 5.4.29
0.13085317611694 0.56803703308105
Output for 5.4.28
0.12193322181702 0.57342505455017
Output for 5.4.27
0.13016510009766 0.56133103370667
Output for 5.4.26
0.11540007591248 0.56107711791992
Output for 5.4.25
0.095200061798096 0.52035784721375
Output for 5.4.24
0.10488295555115 0.50713706016541
Output for 5.4.23
0.086780071258545 0.51102185249329
Output for 5.4.22
0.091210126876831 0.54705500602722
Output for 5.4.21
0.10640692710876 0.53105616569519
Output for 5.4.20
0.096270084381104 0.47142791748047
Output for 5.4.19
0.12072491645813 0.64128708839417
Output for 5.4.18
0.11759305000305 0.57132005691528
Output for 5.4.17
0.1161801815033 0.62278604507446
Output for 5.4.16
0.11370706558228 0.56064987182617
Output for 5.4.15
0.098863124847412 0.56490778923035
Output for 5.4.14
0.12444591522217 0.50222706794739
Output for 5.4.13
0.11572003364563 0.47615909576416
Output for 5.4.12
0.10393309593201 0.56950783729553
Output for 5.4.11
0.14207196235657 0.55304217338562
Output for 5.4.10
0.10885787010193 0.59516882896423
Output for 5.4.9
0.11748600006104 0.57327699661255
Output for 5.4.8
0.10629105567932 0.59530091285706
Output for 5.4.7
0.12827110290527 0.55539584159851
Output for 5.4.6
0.12506008148193 0.57130813598633
Output for 5.4.5
0.12755012512207 0.5629460811615
Output for 5.4.4
0.088433980941772 0.47062206268311
Output for 5.4.3
0.080231904983521 0.46141386032104
Output for 5.4.2
0.081961870193481 0.48027801513672
Output for 5.4.1
0.12369394302368 0.56994700431824
Output for 5.4.0
0.14094305038452 0.57377290725708
Output for 5.3.29
0.15205812454224 0.65851807594299
Output for 5.3.28
0.099179029464722 0.49712109565735
Output for 5.3.27
0.15299010276794 0.59618091583252
Output for 5.3.26
0.14880895614624 0.58231997489929
Output for 5.3.25
0.14153003692627 0.57860803604126
Output for 5.3.24
0.1327269077301 0.5865490436554
Output for 5.3.23
0.10577082633972 0.49896812438965
Output for 5.3.22
0.14936113357544 0.60896492004395
Output for 5.3.21
0.13048195838928 0.57989287376404
Output for 5.3.20
0.1501100063324 0.59187507629395
Output for 5.3.19
0.1553258895874 0.62754011154175
Output for 5.3.18
0.13188910484314 0.60247015953064
Output for 5.3.17
0.11974787712097 0.51866817474365
Output for 5.3.16
0.14883923530579 0.580237865448
Output for 5.3.15
0.16082096099854 0.58996295928955
Output for 5.3.14
0.11866188049316 0.50448989868164
Output for 5.3.13
0.14858794212341 0.71511292457581
Output for 5.3.12
0.12263298034668 0.51600694656372
Output for 5.3.11
0.13379216194153 0.51699185371399
Output for 5.3.10
0.1478009223938 0.55694103240967
Output for 5.3.9
0.13571190834045 0.55248284339905
Output for 5.3.8
0.12767004966736 0.55625486373901
Output for 5.3.7
0.13939094543457 0.5663321018219
Output for 5.3.6
0.12395119667053 0.53405499458313
Output for 5.3.5
0.14782309532166 0.58202505111694
Output for 5.3.4
0.13029289245605 0.56198811531067
Output for 5.3.3
0.1423020362854 0.56067705154419
Output for 5.3.2
0.14188194274902 0.59851098060608
Output for 5.3.1
0.14843583106995 0.64537811279297
Output for 5.3.0
0.11951684951782 0.54331207275391
Output for 5.2.17
0.11801385879517 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.16
0.12963891029358 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.15
0.12154197692871 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.14
0.14840006828308 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.13
0.14003896713257 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.12
0.12082099914551 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.11
0.148686170578 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.10
0.13812899589539 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.9
0.12327122688293 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.8
0.14834499359131 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.7
0.11909198760986 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.6
0.14858603477478 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.5
0.15205001831055 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.4
0.14268088340759 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.3
0.13493609428406 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.2
0.12967801094055 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.1
0.13411211967468 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.2.0
0.1569881439209 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.1.6
0.17882776260376 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.1.5
0.17211699485779 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.1.4
0.12044310569763 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.1.3
0.12538480758667 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.1.2
0.1458101272583 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.1.1
0.12428712844849 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.1.0
0.12117600440979 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.0.5
0.25500702857971 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.0.4
0.24060487747192 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.0.3
0.22352290153503 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.0.2
0.28917384147644 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.0.1
0.24878597259521 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 5.0.0
0.22672891616821 Fatal error: Call to undefined method ReflectionClass::getShortName() in /in/rZksu on line 20
Process exited with code 255.
Output for 4.4.9
0.246982 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.4.8
0.270301 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.4.7
0.217587 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.4.6
0.260681 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.4.5
0.255664 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.4.4
0.263381 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.4.3
0.249794 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.4.2
0.252372 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.4.1
0.200081 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.4.0
0.194927 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.3.11
0.19793 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.3.10
0.185694 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.3.9
0.202157 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.3.8
0.200864 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.3.7
0.225542 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.3.6
0.187785 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.3.5
0.187563 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.3.4
0.209606 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.3.3
0.205681 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.3.2
0.197925 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Process exited with code 255.
Output for 4.3.1
0.171201 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19
Output for 4.3.0
0.202043 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/rZksu on line 19

preferences:
179.67 ms | 401 KiB | 212 Q