3v4l.org

run code in 300+ PHP versions simultaneously
<?php $elements = 1000; $iterations = 10000; $array = array(); for ($i = 0; $i < $elements; $i++) $array[] = $i; $s = microtime(true); for ($i = 0; $i < $iterations; $i++) $array === (array) $array; $e = microtime(true); echo "Cast completed in " . ($e - $s) ." Seconds\n"; $s = microtime(true); for ($i = 0; $i < $iterations; $i++) is_array($array); $e = microtime(true); echo "is_array completed in " . ($e - $s) ." Seconds\n";
Output for 7.4.1
Cast completed in 0.00046014785766602 Seconds is_array completed in 0.00028610229492188 Seconds
Output for 7.4.0
Cast completed in 0.00044608116149902 Seconds is_array completed in 0.00028610229492188 Seconds
Output for 7.3.13
Cast completed in 0.00050902366638184 Seconds is_array completed in 0.00032210350036621 Seconds
Output for 7.3.12
Cast completed in 0.00048398971557617 Seconds is_array completed in 0.0003049373626709 Seconds
Output for 7.3.11
Cast completed in 0.00054001808166504 Seconds is_array completed in 0.00030303001403809 Seconds
Output for 7.3.10
Cast completed in 0.00032591819763184 Seconds is_array completed in 0.0001990795135498 Seconds
Output for 7.3.9
Cast completed in 0.00033116340637207 Seconds is_array completed in 0.00020813941955566 Seconds
Output for 7.3.8
Cast completed in 0.00044798851013184 Seconds is_array completed in 0.00026297569274902 Seconds
Output for 7.3.7
Cast completed in 0.00032806396484375 Seconds is_array completed in 0.00021004676818848 Seconds
Output for 7.3.6
Cast completed in 0.00032782554626465 Seconds is_array completed in 0.00020694732666016 Seconds
Output for 7.3.5
Cast completed in 0.00032591819763184 Seconds is_array completed in 0.00020599365234375 Seconds
Output for 7.3.4
Cast completed in 0.0004889965057373 Seconds is_array completed in 0.00035309791564941 Seconds
Output for 7.3.3
Cast completed in 0.00095105171203613 Seconds is_array completed in 0.00025010108947754 Seconds
Output for 7.3.2
Cast completed in 0.00032806396484375 Seconds is_array completed in 0.00020718574523926 Seconds
Output for 7.3.1
Cast completed in 0.00032806396484375 Seconds is_array completed in 0.00020599365234375 Seconds
Output for 7.3.0
Cast completed in 0.00054788589477539 Seconds is_array completed in 0.00036096572875977 Seconds
Output for 7.2.26
Cast completed in 0.00053286552429199 Seconds is_array completed in 0.00033378601074219 Seconds
Output for 7.2.25
Cast completed in 0.00051522254943848 Seconds is_array completed in 0.00036120414733887 Seconds
Output for 7.2.24
Cast completed in 0.00076389312744141 Seconds is_array completed in 0.00054597854614258 Seconds
Output for 7.2.23
Cast completed in 0.00051593780517578 Seconds is_array completed in 0.00037884712219238 Seconds
Output for 7.2.22
Cast completed in 0.00032782554626465 Seconds is_array completed in 0.00024509429931641 Seconds
Output for 7.2.21
Cast completed in 0.00060415267944336 Seconds is_array completed in 0.0004279613494873 Seconds
Output for 7.2.20
Cast completed in 0.00045990943908691 Seconds is_array completed in 0.00028896331787109 Seconds
Output for 7.2.19
Cast completed in 0.00078701972961426 Seconds is_array completed in 0.00060200691223145 Seconds
Output for 7.2.18
Cast completed in 0.00058794021606445 Seconds is_array completed in 0.00042009353637695 Seconds
Output for 7.2.17
Cast completed in 0.00052213668823242 Seconds is_array completed in 0.00038385391235352 Seconds
Output for 7.2.16
Cast completed in 0.00034880638122559 Seconds is_array completed in 0.00023913383483887 Seconds
Output for 7.2.15
Cast completed in 0.00033092498779297 Seconds is_array completed in 0.00023508071899414 Seconds
Output for 7.2.14
Cast completed in 0.00071406364440918 Seconds is_array completed in 0.00049781799316406 Seconds
Output for 7.2.13
Cast completed in 0.00032687187194824 Seconds is_array completed in 0.00023508071899414 Seconds
Output for 7.2.12
Cast completed in 0.00064516067504883 Seconds is_array completed in 0.00046205520629883 Seconds
Output for 7.2.11
Cast completed in 0.00037693977355957 Seconds is_array completed in 0.00028610229492188 Seconds
Output for 7.2.10
Cast completed in 0.00050210952758789 Seconds is_array completed in 0.00032615661621094 Seconds
Output for 7.2.9
Cast completed in 0.00034213066101074 Seconds is_array completed in 0.00023698806762695 Seconds
Output for 7.2.8
Cast completed in 0.00056195259094238 Seconds is_array completed in 0.0004270076751709 Seconds
Output for 7.2.7
Cast completed in 0.0003659725189209 Seconds is_array completed in 0.00025200843811035 Seconds
Output for 7.2.6
Cast completed in 0.00055384635925293 Seconds is_array completed in 0.00042390823364258 Seconds
Output for 7.2.5
Cast completed in 0.00035500526428223 Seconds is_array completed in 0.00025510787963867 Seconds
Output for 7.2.4
Cast completed in 0.0014159679412842 Seconds is_array completed in 0.0011401176452637 Seconds
Output for 7.2.3
Cast completed in 0.00037789344787598 Seconds is_array completed in 0.00026106834411621 Seconds
Output for 7.2.2
Cast completed in 0.00046300888061523 Seconds is_array completed in 0.00031614303588867 Seconds
Output for 7.2.1
Cast completed in 0.00046300888061523 Seconds is_array completed in 0.00032615661621094 Seconds
Output for 7.2.0
Cast completed in 0.00092196464538574 Seconds is_array completed in 0.00035285949707031 Seconds
Output for 7.1.33
Cast completed in 0.0008080005645752 Seconds is_array completed in 0.00044512748718262 Seconds
Output for 7.1.32
Cast completed in 0.00067782402038574 Seconds is_array completed in 0.00049495697021484 Seconds
Output for 7.1.31
Cast completed in 0.00059700012207031 Seconds is_array completed in 0.00046491622924805 Seconds
Output for 7.1.30
Cast completed in 0.00059700012207031 Seconds is_array completed in 0.00045680999755859 Seconds
Output for 7.1.29
Cast completed in 0.00059890747070312 Seconds is_array completed in 0.00043797492980957 Seconds
Output for 7.1.28
Cast completed in 0.00059986114501953 Seconds is_array completed in 0.00044107437133789 Seconds
Output for 7.1.27
Cast completed in 0.0010621547698975 Seconds is_array completed in 0.00080084800720215 Seconds
Output for 7.1.26
Cast completed in 0.00094914436340332 Seconds is_array completed in 0.00068783760070801 Seconds
Output for 7.1.25
Cast completed in 0.00071597099304199 Seconds is_array completed in 0.00052094459533691 Seconds
Output for 7.1.24
Cast completed in 0.0005950927734375 Seconds is_array completed in 0.00043702125549316 Seconds
Output for 7.1.23
Cast completed in 0.00061178207397461 Seconds is_array completed in 0.00043296813964844 Seconds
Output for 7.1.22
Cast completed in 0.00083804130554199 Seconds is_array completed in 0.00059604644775391 Seconds
Output for 7.1.21
Cast completed in 0.00078296661376953 Seconds is_array completed in 0.00056719779968262 Seconds
Output for 7.1.20
Cast completed in 0.0012168884277344 Seconds is_array completed in 0.00065803527832031 Seconds
Output for 7.1.19
Cast completed in 0.0010619163513184 Seconds is_array completed in 0.00080204010009766 Seconds
Output for 7.1.18
Cast completed in 0.0015051364898682 Seconds is_array completed in 0.00087380409240723 Seconds
Output for 7.1.17
Cast completed in 0.00087785720825195 Seconds is_array completed in 0.00061798095703125 Seconds
Output for 7.1.16
Cast completed in 0.0015029907226562 Seconds is_array completed in 0.0011060237884521 Seconds
Output for 7.1.15
Cast completed in 0.00091910362243652 Seconds is_array completed in 0.00068402290344238 Seconds
Output for 7.1.14
Cast completed in 0.0010159015655518 Seconds is_array completed in 0.00073003768920898 Seconds
Output for 7.1.13
Cast completed in 0.00082302093505859 Seconds is_array completed in 0.00060510635375977 Seconds
Output for 7.1.12
Cast completed in 0.00080108642578125 Seconds is_array completed in 0.00042080879211426 Seconds
Output for 7.1.11
Cast completed in 0.001147985458374 Seconds is_array completed in 0.00083398818969727 Seconds
Output for 7.1.10
Cast completed in 0.0011868476867676 Seconds is_array completed in 0.00044012069702148 Seconds
Output for 7.1.9
Cast completed in 0.0013740062713623 Seconds is_array completed in 0.0010149478912354 Seconds
Output for 7.1.8
Cast completed in 0.0012059211730957 Seconds is_array completed in 0.00050091743469238 Seconds
Output for 7.1.7
Cast completed in 0.0010640621185303 Seconds is_array completed in 0.00043106079101562 Seconds
Output for 7.1.6
Cast completed in 0.00063800811767578 Seconds is_array completed in 0.00045919418334961 Seconds
Output for 7.1.5
Cast completed in 0.00058889389038086 Seconds is_array completed in 0.00043892860412598 Seconds
Output for 7.1.4
Cast completed in 0.00058698654174805 Seconds is_array completed in 0.00043487548828125 Seconds
Output for 7.1.3
Cast completed in 0.0010910034179688 Seconds is_array completed in 0.00075817108154297 Seconds
Output for 7.1.2
Cast completed in 0.00094199180603027 Seconds is_array completed in 0.00068211555480957 Seconds
Output for 7.1.1
Cast completed in 0.0012369155883789 Seconds is_array completed in 0.00092387199401855 Seconds
Output for 7.1.0
Cast completed in 0.00058603286743164 Seconds is_array completed in 0.00042891502380371 Seconds
Output for 7.0.33
Cast completed in 0.00092005729675293 Seconds is_array completed in 0.00044107437133789 Seconds
Output for 7.0.32
Cast completed in 0.00069689750671387 Seconds is_array completed in 0.00052404403686523 Seconds
Output for 7.0.31
Cast completed in 0.0012938976287842 Seconds is_array completed in 0.00088715553283691 Seconds
Output for 7.0.30
Cast completed in 0.001007080078125 Seconds is_array completed in 0.00070595741271973 Seconds
Output for 7.0.29
Cast completed in 0.0010421276092529 Seconds is_array completed in 0.00043106079101562 Seconds
Output for 7.0.28
Cast completed in 0.0012099742889404 Seconds is_array completed in 0.00058293342590332 Seconds
Output for 7.0.27
Cast completed in 0.00084209442138672 Seconds is_array completed in 0.00058293342590332 Seconds
Output for 7.0.26
Cast completed in 0.00081777572631836 Seconds is_array completed in 0.00057506561279297 Seconds
Output for 7.0.25
Cast completed in 0.0010659694671631 Seconds is_array completed in 0.00081014633178711 Seconds
Output for 7.0.24
Cast completed in 0.00058603286743164 Seconds is_array completed in 0.00043582916259766 Seconds
Output for 7.0.23
Cast completed in 0.00093603134155273 Seconds is_array completed in 0.00067591667175293 Seconds
Output for 7.0.22
Cast completed in 0.0016992092132568 Seconds is_array completed in 0.0011789798736572 Seconds
Output for 7.0.21
Cast completed in 0.0014500617980957 Seconds is_array completed in 0.00041985511779785 Seconds
Output for 7.0.20
Cast completed in 0.00146484375 Seconds is_array completed in 0.00097894668579102 Seconds
Output for 7.0.19
Cast completed in 0.00064802169799805 Seconds is_array completed in 0.0004730224609375 Seconds
Output for 7.0.18
Cast completed in 0.00085997581481934 Seconds is_array completed in 0.00060510635375977 Seconds
Output for 7.0.17
Cast completed in 0.001021146774292 Seconds is_array completed in 0.00074505805969238 Seconds
Output for 7.0.16
Cast completed in 0.0012528896331787 Seconds is_array completed in 0.00090885162353516 Seconds
Output for 7.0.15
Cast completed in 0.00079202651977539 Seconds is_array completed in 0.00054597854614258 Seconds
Output for 7.0.14
Cast completed in 0.0010387897491455 Seconds is_array completed in 0.00075697898864746 Seconds
Output for 7.0.13
Cast completed in 0.00058913230895996 Seconds is_array completed in 0.00043106079101562 Seconds
Output for 7.0.12
Cast completed in 0.00089597702026367 Seconds is_array completed in 0.00069618225097656 Seconds
Output for 7.0.11
Cast completed in 0.0011382102966309 Seconds is_array completed in 0.00081396102905273 Seconds
Output for 7.0.10
Cast completed in 0.00088095664978027 Seconds is_array completed in 0.00064682960510254 Seconds
Output for 7.0.9
Cast completed in 0.00086379051208496 Seconds is_array completed in 0.00064802169799805 Seconds
Output for 7.0.8
Cast completed in 0.00087499618530273 Seconds is_array completed in 0.00064396858215332 Seconds
Output for 7.0.7
Cast completed in 0.00092411041259766 Seconds is_array completed in 0.00063800811767578 Seconds
Output for 7.0.6
Cast completed in 0.00088810920715332 Seconds is_array completed in 0.00063705444335938 Seconds
Output for 7.0.5
Cast completed in 0.00087308883666992 Seconds is_array completed in 0.00064611434936523 Seconds
Output for 7.0.4
Cast completed in 0.00090885162353516 Seconds is_array completed in 0.00064897537231445 Seconds
Output for 7.0.3
Cast completed in 0.00084614753723145 Seconds is_array completed in 0.00061702728271484 Seconds
Output for 7.0.2
Cast completed in 0.00071907043457031 Seconds is_array completed in 0.00044894218444824 Seconds
Output for 7.0.1
Cast completed in 0.00124192237854 Seconds is_array completed in 0.00042295455932617 Seconds
Output for 7.0.0
Cast completed in 0.0012478828430176 Seconds is_array completed in 0.00090312957763672 Seconds
Output for 5.6.40
Cast completed in 0.37692904472351 Seconds is_array completed in 0.0035779476165771 Seconds
Output for 5.6.39
Cast completed in 0.39812302589417 Seconds is_array completed in 0.0016100406646729 Seconds
Output for 5.6.38
Cast completed in 0.36993288993835 Seconds is_array completed in 0.0016229152679443 Seconds
Output for 5.6.37
Cast completed in 0.36041808128357 Seconds is_array completed in 0.0016219615936279 Seconds
Output for 5.6.36
Cast completed in 0.39300608634949 Seconds is_array completed in 0.0017378330230713 Seconds
Output for 5.6.35
Cast completed in 0.34821796417236 Seconds is_array completed in 0.0015971660614014 Seconds
Output for 5.6.34
Cast completed in 0.34111285209656 Seconds is_array completed in 0.0015530586242676 Seconds
Output for 5.6.33
Cast completed in 0.37247800827026 Seconds is_array completed in 0.0016210079193115 Seconds
Output for 5.6.32
Cast completed in 0.34299898147583 Seconds is_array completed in 0.00160813331604 Seconds
Output for 5.6.31
Cast completed in 0.33907198905945 Seconds is_array completed in 0.0016360282897949 Seconds
Output for 5.6.30
Cast completed in 0.39840912818909 Seconds is_array completed in 0.0017430782318115 Seconds
Output for 5.6.29
Cast completed in 0.35188102722168 Seconds is_array completed in 0.0016131401062012 Seconds
Output for 5.6.28
Cast completed in 0.36674189567566 Seconds is_array completed in 0.0022261142730713 Seconds
Output for 5.6.27
Cast completed in 0.40500402450562 Seconds is_array completed in 0.0018930435180664 Seconds
Output for 5.6.26
Cast completed in 0.37691211700439 Seconds is_array completed in 0.0024371147155762 Seconds
Output for 5.6.25
Cast completed in 0.39436793327332 Seconds is_array completed in 0.0016560554504395 Seconds
Output for 5.6.24
Cast completed in 0.41612195968628 Seconds is_array completed in 0.0018370151519775 Seconds
Output for 5.6.23
Cast completed in 0.33834004402161 Seconds is_array completed in 0.0016989707946777 Seconds
Output for 5.6.22
Cast completed in 0.32742500305176 Seconds is_array completed in 0.0016419887542725 Seconds
Output for 5.6.21
Cast completed in 0.37312793731689 Seconds is_array completed in 0.0016400814056396 Seconds
Output for 5.6.20
Cast completed in 0.37655401229858 Seconds is_array completed in 0.0017070770263672 Seconds
Output for 5.6.19
Cast completed in 0.35597896575928 Seconds is_array completed in 0.001561164855957 Seconds
Output for 5.6.18
Cast completed in 0.35240316390991 Seconds is_array completed in 0.0015909671783447 Seconds
Output for 5.6.17
Cast completed in 0.3722710609436 Seconds is_array completed in 0.001755952835083 Seconds
Output for 5.6.16
Cast completed in 0.41229701042175 Seconds is_array completed in 0.0023150444030762 Seconds
Output for 5.6.15
Cast completed in 0.33139181137085 Seconds is_array completed in 0.0015771389007568 Seconds
Output for 5.6.14
Cast completed in 0.52801585197449 Seconds is_array completed in 0.0023951530456543 Seconds
Output for 5.6.13
Cast completed in 0.45632195472717 Seconds is_array completed in 0.0024580955505371 Seconds
Output for 5.6.12
Cast completed in 0.46795797348022 Seconds is_array completed in 0.0023910999298096 Seconds
Output for 5.6.11
Cast completed in 0.46117281913757 Seconds is_array completed in 0.0016379356384277 Seconds
Output for 5.6.10
Cast completed in 0.41003012657166 Seconds is_array completed in 0.0015969276428223 Seconds
Output for 5.6.9
Cast completed in 0.42917680740356 Seconds is_array completed in 0.0023739337921143 Seconds
Output for 5.6.8
Cast completed in 0.41366100311279 Seconds is_array completed in 0.0016028881072998 Seconds
Output for 5.6.7
Cast completed in 0.37732601165771 Seconds is_array completed in 0.0022609233856201 Seconds
Output for 5.6.6
Cast completed in 0.37203192710876 Seconds is_array completed in 0.0017309188842773 Seconds
Output for 5.6.5
Cast completed in 0.36846113204956 Seconds is_array completed in 0.0019118785858154 Seconds
Output for 5.6.4
Cast completed in 0.37152481079102 Seconds is_array completed in 0.0022909641265869 Seconds
Output for 5.6.3
Cast completed in 0.44240117073059 Seconds is_array completed in 0.0024039745330811 Seconds
Output for 5.6.2
Cast completed in 0.36287593841553 Seconds is_array completed in 0.0016119480133057 Seconds
Output for 5.6.1
Cast completed in 0.36492204666138 Seconds is_array completed in 0.0017900466918945 Seconds
Output for 5.6.0
Cast completed in 0.47474098205566 Seconds is_array completed in 0.0023999214172363 Seconds
Output for 5.5.38
Cast completed in 0.38378715515137 Seconds is_array completed in 0.0016970634460449 Seconds
Output for 5.5.37
Cast completed in 0.34771203994751 Seconds is_array completed in 0.0016179084777832 Seconds
Output for 5.5.36
Cast completed in 0.38636016845703 Seconds is_array completed in 0.0016119480133057 Seconds
Output for 5.5.35
Cast completed in 0.40733599662781 Seconds is_array completed in 0.0021791458129883 Seconds
Output for 5.5.34
Cast completed in 0.32573199272156 Seconds is_array completed in 0.0018320083618164 Seconds
Output for 5.5.33
Cast completed in 0.49787092208862 Seconds is_array completed in 0.0025031566619873 Seconds
Output for 5.5.32
Cast completed in 0.4841160774231 Seconds is_array completed in 0.0024580955505371 Seconds
Output for 5.5.31
Cast completed in 0.35549998283386 Seconds is_array completed in 0.0018489360809326 Seconds
Output for 5.5.30
Cast completed in 0.46588897705078 Seconds is_array completed in 0.0024628639221191 Seconds
Output for 5.5.29
Cast completed in 0.44033908843994 Seconds is_array completed in 0.0015649795532227 Seconds
Output for 5.5.28
Cast completed in 0.38308882713318 Seconds is_array completed in 0.0017731189727783 Seconds
Output for 5.5.27
Cast completed in 0.34503293037415 Seconds is_array completed in 0.0019989013671875 Seconds
Output for 5.5.26
Cast completed in 0.39544606208801 Seconds is_array completed in 0.0017609596252441 Seconds
Output for 5.5.25
Cast completed in 0.41589117050171 Seconds is_array completed in 0.0023849010467529 Seconds
Output for 5.5.24
Cast completed in 0.36748600006104 Seconds is_array completed in 0.0017919540405273 Seconds
Output for 5.5.23
Cast completed in 0.43937492370605 Seconds is_array completed in 0.0024349689483643 Seconds
Output for 5.5.22
Cast completed in 0.35049295425415 Seconds is_array completed in 0.0015921592712402 Seconds
Output for 5.5.21
Cast completed in 0.47006821632385 Seconds is_array completed in 0.0024359226226807 Seconds
Output for 5.5.20
Cast completed in 0.37543702125549 Seconds is_array completed in 0.0017340183258057 Seconds
Output for 5.5.19
Cast completed in 0.50204801559448 Seconds is_array completed in 0.0015459060668945 Seconds
Output for 5.5.18
Cast completed in 0.40268707275391 Seconds is_array completed in 0.0015621185302734 Seconds
Output for 5.5.17
Cast completed in 0.43002796173096 Seconds is_array completed in 0.0015468597412109 Seconds
Output for 5.5.16
Cast completed in 0.41038608551025 Seconds is_array completed in 0.0015480518341064 Seconds
Output for 5.5.15
Cast completed in 0.48384499549866 Seconds is_array completed in 0.0015661716461182 Seconds
Output for 5.5.14
Cast completed in 0.50980591773987 Seconds is_array completed in 0.0024130344390869 Seconds
Output for 5.5.13
Cast completed in 0.53050494194031 Seconds is_array completed in 0.0024178028106689 Seconds
Output for 5.5.12
Cast completed in 0.43082594871521 Seconds is_array completed in 0.0015249252319336 Seconds
Output for 5.5.11
Cast completed in 0.45364713668823 Seconds is_array completed in 0.0022599697113037 Seconds
Output for 5.5.10
Cast completed in 0.47403383255005 Seconds is_array completed in 0.0017728805541992 Seconds
Output for 5.5.9
Cast completed in 0.42403388023376 Seconds is_array completed in 0.002424955368042 Seconds
Output for 5.5.8
Cast completed in 0.39325404167175 Seconds is_array completed in 0.0016767978668213 Seconds
Output for 5.5.7
Cast completed in 0.46455407142639 Seconds is_array completed in 0.0017077922821045 Seconds
Output for 5.5.6
Cast completed in 0.5461049079895 Seconds is_array completed in 0.0016160011291504 Seconds
Output for 5.5.5
Cast completed in 0.44283294677734 Seconds is_array completed in 0.0024399757385254 Seconds
Output for 5.5.4
Cast completed in 0.51341891288757 Seconds is_array completed in 0.002418041229248 Seconds
Output for 5.5.3
Cast completed in 0.39474296569824 Seconds is_array completed in 0.0017139911651611 Seconds
Output for 5.5.2
Cast completed in 0.43725514411926 Seconds is_array completed in 0.0016610622406006 Seconds
Output for 5.5.1
Cast completed in 0.43463611602783 Seconds is_array completed in 0.0024127960205078 Seconds
Output for 5.5.0
Cast completed in 0.36994791030884 Seconds is_array completed in 0.0016689300537109 Seconds
Output for 5.4.45
Cast completed in 0.55623912811279 Seconds is_array completed in 0.0025310516357422 Seconds
Output for 5.4.44
Cast completed in 0.35440516471863 Seconds is_array completed in 0.0016801357269287 Seconds
Output for 5.4.43
Cast completed in 0.33324503898621 Seconds is_array completed in 0.001676082611084 Seconds
Output for 5.4.42
Cast completed in 0.449294090271 Seconds is_array completed in 0.0024909973144531 Seconds
Output for 5.4.41
Cast completed in 0.47112488746643 Seconds is_array completed in 0.0016920566558838 Seconds
Output for 5.4.40
Cast completed in 0.34752583503723 Seconds is_array completed in 0.0016801357269287 Seconds
Output for 5.4.39
Cast completed in 0.40017199516296 Seconds is_array completed in 0.0022809505462646 Seconds
Output for 5.4.38
Cast completed in 0.55200386047363 Seconds is_array completed in 0.0025708675384521 Seconds
Output for 5.4.37
Cast completed in 0.5177309513092 Seconds is_array completed in 0.0017180442810059 Seconds
Output for 5.4.36
Cast completed in 0.49089908599854 Seconds is_array completed in 0.0025351047515869 Seconds
Output for 5.4.35
Cast completed in 0.33053779602051 Seconds is_array completed in 0.002234935760498 Seconds
Output for 5.4.34
Cast completed in 0.36416506767273 Seconds is_array completed in 0.0017647743225098 Seconds
Output for 5.4.33
Cast completed in 0.46284198760986 Seconds is_array completed in 0.0016679763793945 Seconds
Output for 5.4.32
Cast completed in 0.35747313499451 Seconds is_array completed in 0.0018529891967773 Seconds
Output for 5.4.31
Cast completed in 0.42125391960144 Seconds is_array completed in 0.0016560554504395 Seconds
Output for 5.4.30
Cast completed in 0.46084809303284 Seconds is_array completed in 0.0018088817596436 Seconds
Output for 5.4.29
Cast completed in 0.52085399627686 Seconds is_array completed in 0.0016791820526123 Seconds
Output for 5.4.28
Cast completed in 0.34436416625977 Seconds is_array completed in 0.0017998218536377 Seconds
Output for 5.4.27
Cast completed in 0.38623189926147 Seconds is_array completed in 0.0018038749694824 Seconds
Output for 5.4.26
Cast completed in 0.33426904678345 Seconds is_array completed in 0.0016341209411621 Seconds
Output for 5.4.25
Cast completed in 0.34107303619385 Seconds is_array completed in 0.0024750232696533 Seconds
Output for 5.4.24
Cast completed in 0.49025011062622 Seconds is_array completed in 0.0018191337585449 Seconds
Output for 5.4.23
Cast completed in 0.51717114448547 Seconds is_array completed in 0.0024909973144531 Seconds
Output for 5.4.22
Cast completed in 0.49232888221741 Seconds is_array completed in 0.0016958713531494 Seconds
Output for 5.4.21
Cast completed in 0.36438894271851 Seconds is_array completed in 0.0019748210906982 Seconds
Output for 5.4.20
Cast completed in 0.40742802619934 Seconds is_array completed in 0.0024721622467041 Seconds
Output for 5.4.19
Cast completed in 0.34144401550293 Seconds is_array completed in 0.001629114151001 Seconds
Output for 5.4.18
Cast completed in 0.54367184638977 Seconds is_array completed in 0.0025539398193359 Seconds
Output for 5.4.17
Cast completed in 0.34897303581238 Seconds is_array completed in 0.0017709732055664 Seconds
Output for 5.4.16
Cast completed in 0.37184190750122 Seconds is_array completed in 0.0018131732940674 Seconds
Output for 5.4.15
Cast completed in 0.51599383354187 Seconds is_array completed in 0.0024919509887695 Seconds
Output for 5.4.14
Cast completed in 0.47644686698914 Seconds is_array completed in 0.0024850368499756 Seconds
Output for 5.4.13
Cast completed in 0.46519684791565 Seconds is_array completed in 0.0018041133880615 Seconds
Output for 5.4.12
Cast completed in 0.4254150390625 Seconds is_array completed in 0.0017938613891602 Seconds
Output for 5.4.11
Cast completed in 0.36229205131531 Seconds is_array completed in 0.0017421245574951 Seconds
Output for 5.4.10
Cast completed in 0.35637402534485 Seconds is_array completed in 0.0025081634521484 Seconds
Output for 5.4.9
Cast completed in 0.36219501495361 Seconds is_array completed in 0.0017180442810059 Seconds
Output for 5.4.8
Cast completed in 0.55965995788574 Seconds is_array completed in 0.0025038719177246 Seconds
Output for 5.4.7
Cast completed in 0.48684000968933 Seconds is_array completed in 0.0016210079193115 Seconds
Output for 5.4.6
Cast completed in 0.52383899688721 Seconds is_array completed in 0.0024898052215576 Seconds
Output for 5.4.5
Cast completed in 0.3862738609314 Seconds is_array completed in 0.0020210742950439 Seconds
Output for 5.4.4
Cast completed in 0.3421950340271 Seconds is_array completed in 0.0024499893188477 Seconds
Output for 5.4.3
Cast completed in 0.3945529460907 Seconds is_array completed in 0.0017900466918945 Seconds
Output for 5.4.2
Cast completed in 0.55598592758179 Seconds is_array completed in 0.0024881362915039 Seconds
Output for 5.4.1
Cast completed in 0.51457405090332 Seconds is_array completed in 0.0016140937805176 Seconds
Output for 5.4.0
Cast completed in 0.5393660068512 Seconds is_array completed in 0.002532958984375 Seconds
Output for 5.3.29
Cast completed in 0.47048807144165 Seconds is_array completed in 0.002216100692749 Seconds
Output for 5.3.28
Cast completed in 0.56317400932312 Seconds is_array completed in 0.002964973449707 Seconds
Output for 5.3.27
Cast completed in 0.54335808753967 Seconds is_array completed in 0.0021121501922607 Seconds
Output for 5.3.26
Cast completed in 0.42997121810913 Seconds is_array completed in 0.0019619464874268 Seconds
Output for 5.3.25
Cast completed in 0.55222201347351 Seconds is_array completed in 0.0030050277709961 Seconds
Output for 5.3.24
Cast completed in 0.43473720550537 Seconds is_array completed in 0.0022208690643311 Seconds
Output for 5.3.23
Cast completed in 0.43487119674683 Seconds is_array completed in 0.0021908283233643 Seconds
Output for 5.3.22
Cast completed in 0.44722104072571 Seconds is_array completed in 0.002655029296875 Seconds
Output for 5.3.21
Cast completed in 0.39286398887634 Seconds is_array completed in 0.0023670196533203 Seconds
Output for 5.3.20
Cast completed in 0.39092302322388 Seconds is_array completed in 0.0020949840545654 Seconds
Output for 5.3.19
Cast completed in 0.50890517234802 Seconds is_array completed in 0.0029909610748291 Seconds
Output for 5.3.18
Cast completed in 0.55912208557129 Seconds is_array completed in 0.0019650459289551 Seconds
Output for 5.3.17
Cast completed in 0.52382016181946 Seconds is_array completed in 0.0029759407043457 Seconds
Output for 5.3.16
Cast completed in 0.44021105766296 Seconds is_array completed in 0.0029480457305908 Seconds
Output for 5.3.15
Cast completed in 0.41729998588562 Seconds is_array completed in 0.0021259784698486 Seconds
Output for 5.3.14
Cast completed in 0.38769912719727 Seconds is_array completed in 0.0019748210906982 Seconds
Output for 5.3.13
Cast completed in 0.46632099151611 Seconds is_array completed in 0.0019729137420654 Seconds
Output for 5.3.12
Cast completed in 0.53796815872192 Seconds is_array completed in 0.0029170513153076 Seconds
Output for 5.3.11
Cast completed in 0.48712706565857 Seconds is_array completed in 0.0020511150360107 Seconds
Output for 5.3.10
Cast completed in 0.53168606758118 Seconds is_array completed in 0.0020201206207275 Seconds
Output for 5.3.9
Cast completed in 0.39015913009644 Seconds is_array completed in 0.0022368431091309 Seconds
Output for 5.3.8
Cast completed in 0.39340901374817 Seconds is_array completed in 0.0029811859130859 Seconds
Output for 5.3.7
Cast completed in 0.36819005012512 Seconds is_array completed in 0.0020139217376709 Seconds
Output for 5.3.6
Cast completed in 0.45902609825134 Seconds is_array completed in 0.0029308795928955 Seconds
Output for 5.3.5
Cast completed in 0.37550210952759 Seconds is_array completed in 0.0019991397857666 Seconds
Output for 5.3.4
Cast completed in 0.42036414146423 Seconds is_array completed in 0.0021021366119385 Seconds
Output for 5.3.3
Cast completed in 0.43661999702454 Seconds is_array completed in 0.0019869804382324 Seconds
Output for 5.3.2
Cast completed in 0.41202211380005 Seconds is_array completed in 0.0022070407867432 Seconds
Output for 5.3.1
Cast completed in 0.37148499488831 Seconds is_array completed in 0.0019428730010986 Seconds
Output for 5.3.0
Cast completed in 0.43629002571106 Seconds is_array completed in 0.0018777847290039 Seconds
Output for 5.2.17
Cast completed in 0.32325196266174 Seconds is_array completed in 0.00099492073059082 Seconds
Output for 5.2.16
Cast completed in 0.34056186676025 Seconds is_array completed in 0.001093864440918 Seconds
Output for 5.2.15
Cast completed in 0.33509421348572 Seconds is_array completed in 0.0010600090026855 Seconds
Output for 5.2.14
Cast completed in 0.31365013122559 Seconds is_array completed in 0.00099492073059082 Seconds
Output for 5.2.13
Cast completed in 0.32591080665588 Seconds is_array completed in 0.00096893310546875 Seconds
Output for 5.2.12
Cast completed in 0.34512209892273 Seconds is_array completed in 0.0010058879852295 Seconds
Output for 5.2.11
Cast completed in 0.34243607521057 Seconds is_array completed in 0.0012109279632568 Seconds
Output for 5.2.10
Cast completed in 0.32555103302002 Seconds is_array completed in 0.00099802017211914 Seconds
Output for 5.2.9
Cast completed in 0.33728790283203 Seconds is_array completed in 0.0010261535644531 Seconds
Output for 5.2.8
Cast completed in 0.30169010162354 Seconds is_array completed in 0.0010008811950684 Seconds
Output for 5.2.7
Cast completed in 0.31205201148987 Seconds is_array completed in 0.0010020732879639 Seconds
Output for 5.2.6
Cast completed in 0.33981800079346 Seconds is_array completed in 0.0010089874267578 Seconds
Output for 5.2.5
Cast completed in 0.30507302284241 Seconds is_array completed in 0.00098609924316406 Seconds
Output for 5.2.4
Cast completed in 0.31455588340759 Seconds is_array completed in 0.0010190010070801 Seconds
Output for 5.2.3
Cast completed in 0.31796884536743 Seconds is_array completed in 0.00099396705627441 Seconds
Output for 5.2.2
Cast completed in 0.31017708778381 Seconds is_array completed in 0.0010011196136475 Seconds
Output for 5.2.1
Cast completed in 0.36182808876038 Seconds is_array completed in 0.00098395347595215 Seconds
Output for 5.2.0
Cast completed in 0.33271718025208 Seconds is_array completed in 0.00098609924316406 Seconds
Output for 5.1.6
Cast completed in 0.51264381408691 Seconds is_array completed in 0.00096511840820312 Seconds
Output for 5.1.5
Cast completed in 0.57964587211609 Seconds is_array completed in 0.0010390281677246 Seconds
Output for 5.1.4
Cast completed in 0.52685713768005 Seconds is_array completed in 0.00097322463989258 Seconds
Output for 5.1.3
Cast completed in 0.51349091529846 Seconds is_array completed in 0.00099921226501465 Seconds
Output for 5.1.2
Cast completed in 0.52947187423706 Seconds is_array completed in 0.00097393989562988 Seconds
Output for 5.1.1
Cast completed in 0.49809980392456 Seconds is_array completed in 0.0009610652923584 Seconds
Output for 5.1.0
Cast completed in 0.43746495246887 Seconds is_array completed in 0.00084185600280762 Seconds
Output for 5.0.5
Cast completed in 0.45011615753174 Seconds is_array completed in 0.0019237995147705 Seconds
Output for 5.0.4
Cast completed in 0.51012182235718 Seconds is_array completed in 0.0021579265594482 Seconds
Output for 5.0.3
Cast completed in 0.46890211105347 Seconds is_array completed in 0.0016300678253174 Seconds
Output for 5.0.2
Cast completed in 0.47354388237 Seconds is_array completed in 0.0016529560089111 Seconds
Output for 5.0.1
Cast completed in 0.42846894264221 Seconds is_array completed in 0.0016520023345947 Seconds
Output for 5.0.0
Cast completed in 0.43899703025818 Seconds is_array completed in 0.0016820430755615 Seconds
Output for 4.4.9
Cast completed in 0.571696 Seconds is_array completed in 0.001957 Seconds
Output for 4.4.8
Cast completed in 0.485754 Seconds is_array completed in 0.001608 Seconds
Output for 4.4.7
Cast completed in 0.481604 Seconds is_array completed in 0.001665 Seconds
Output for 4.4.6
Cast completed in 0.579041 Seconds is_array completed in 0.0020380000000001 Seconds
Output for 4.4.5
Cast completed in 0.560714 Seconds is_array completed in 0.001954 Seconds
Output for 4.4.4
Cast completed in 0.552161 Seconds is_array completed in 0.0019899999999999 Seconds
Output for 4.4.3
Cast completed in 0.519803 Seconds is_array completed in 0.0019819999999999 Seconds
Output for 4.4.2
Cast completed in 0.566039 Seconds is_array completed in 0.002231 Seconds
Output for 4.4.1
Cast completed in 0.448514 Seconds is_array completed in 0.00171 Seconds
Output for 4.4.0
Cast completed in 0.474432 Seconds is_array completed in 0.001873 Seconds
Output for 4.3.11
Cast completed in 0.466946 Seconds is_array completed in 0.001615 Seconds
Output for 4.3.10
Cast completed in 0.418813 Seconds is_array completed in 0.001635 Seconds
Output for 4.3.9
Cast completed in 0.486424 Seconds is_array completed in 0.001589 Seconds
Output for 4.3.8
Cast completed in 0.55912 Seconds is_array completed in 0.00196 Seconds
Output for 4.3.7
Cast completed in 0.472917 Seconds is_array completed in 0.001692 Seconds
Output for 4.3.6
Cast completed in 0.480833 Seconds is_array completed in 0.001614 Seconds
Output for 4.3.5
Cast completed in 0.58837 Seconds is_array completed in 0.002167 Seconds
Output for 4.3.4
Cast completed in 0.562751 Seconds is_array completed in 0.001928 Seconds
Output for 4.3.3
Cast completed in 0.550888 Seconds is_array completed in 0.001999 Seconds
Output for 4.3.2
Cast completed in 0.562162 Seconds is_array completed in 0.001935 Seconds
Output for 4.3.1
Cast completed in 0.555546 Seconds is_array completed in 0.001918 Seconds
Output for 4.3.0
Cast completed in 0.558338 Seconds is_array completed in 0.00217 Seconds

preferences:
192.66 ms | 401 KiB | 325 Q