3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = microtime(true); for($i = 1; $j = 1, $i <= 10000000; $i++){ ($i == $j); } $end = microtime(true); echo 'Not ternary: ', $end - $start, PHP_EOL; $start = microtime(true); for($i = 1; $j = 1, $i <= 10000000; $i++){ ($i == $j ? true : false); } $end = microtime(true); echo 'Ternary: ', $end - $start, PHP_EOL; ?>
Output for 7.4.0
Not ternary: 0.31038188934326 Ternary: 0.35393381118774
Output for 7.3.12
Not ternary: 0.38112092018127 Ternary: 0.30776381492615
Output for 7.3.11
Not ternary: 0.3821108341217 Ternary: 0.3640730381012
Output for 7.3.10
Not ternary: 0.36035513877869 Ternary: 0.38885092735291
Output for 7.3.9
Not ternary: 0.33465600013733 Ternary: 0.35406899452209
Output for 7.3.8
Not ternary: 0.27747011184692 Ternary: 0.26965594291687
Output for 7.3.7
Not ternary: 0.27567291259766 Ternary: 0.29145693778992
Output for 7.3.6
Not ternary: 0.29079985618591 Ternary: 0.37584590911865
Output for 7.3.5
Not ternary: 0.38443994522095 Ternary: 0.29264307022095
Output for 7.3.4
Not ternary: 0.31635999679565 Ternary: 0.41158008575439
Output for 7.3.3
Not ternary: 0.38860702514648 Ternary: 0.31329083442688
Output for 7.3.2
Not ternary: 0.27638292312622 Ternary: 0.2798478603363
Output for 7.3.1
Not ternary: 0.30684304237366 Ternary: 0.30628895759583
Output for 7.3.0
Not ternary: 0.31245112419128 Ternary: 0.35250806808472
Output for 7.2.25
Not ternary: 0.40010285377502 Ternary: 0.37399411201477
Output for 7.2.24
Not ternary: 0.25648808479309 Ternary: 0.35121989250183
Output for 7.2.23
Not ternary: 0.36250805854797 Ternary: 0.30434989929199
Output for 7.2.22
Not ternary: 0.41930913925171 Ternary: 0.24555706977844
Output for 7.2.21
Not ternary: 0.35373210906982 Ternary: 0.28785610198975
Output for 7.2.20
Not ternary: 0.41331315040588 Ternary: 0.3729407787323
Output for 7.2.19
Not ternary: 0.32169103622437 Ternary: 0.38358116149902
Output for 7.2.18
Not ternary: 0.3814058303833 Ternary: 0.28686690330505
Output for 7.2.17
Not ternary: 0.27565693855286 Ternary: 0.40223383903503
Output for 7.2.16
Not ternary: 0.39623594284058 Ternary: 0.32732701301575
Output for 7.2.15
Not ternary: 0.35968494415283 Ternary: 0.31681108474731
Output for 7.2.14
Not ternary: 0.3248119354248 Ternary: 0.36589503288269
Output for 7.2.13
Not ternary: 0.27950501441956 Ternary: 0.34388995170593
Output for 7.2.12
Not ternary: 0.34519600868225 Ternary: 0.38189601898193
Output for 7.2.11
Not ternary: 0.28365802764893 Ternary: 0.26995396614075
Output for 7.2.10
Not ternary: 0.36310195922852 Ternary: 0.39119601249695
Output for 7.2.9
Not ternary: 0.30561304092407 Ternary: 0.30462002754211
Output for 7.2.8
Not ternary: 0.36021304130554 Ternary: 0.33784794807434
Output for 7.2.7
Not ternary: 0.27846479415894 Ternary: 0.3583722114563
Output for 7.2.6
Not ternary: 0.36160111427307 Ternary: 0.37832808494568
Output for 7.2.5
Not ternary: 0.35600185394287 Ternary: 0.33804106712341
Output for 7.2.4
Not ternary: 0.35170602798462 Ternary: 0.3806369304657
Output for 7.2.3
Not ternary: 0.2752799987793 Ternary: 0.29042506217957
Output for 7.2.2
Not ternary: 0.35627007484436 Ternary: 0.37290215492249
Output for 7.2.1
Not ternary: 0.34664297103882 Ternary: 0.33093118667603
Output for 7.2.0
Not ternary: 0.27440595626831 Ternary: 0.28181290626526
Output for 7.1.33
Not ternary: 0.65718793869019 Ternary: 0.68204998970032
Output for 7.1.32
Not ternary: 0.63429689407349 Ternary: 0.63497185707092
Output for 7.1.31
Not ternary: 0.6175389289856 Ternary: 0.76092481613159
Output for 7.1.30
Not ternary: 0.58048892021179 Ternary: 0.66766715049744
Output for 7.1.29
Not ternary: 0.56250405311584 Ternary: 0.70720481872559
Output for 7.1.28
Not ternary: 0.57583379745483 Ternary: 0.64253807067871
Output for 7.1.27
Not ternary: 0.58209109306335 Ternary: 0.65313005447388
Output for 7.1.26
Not ternary: 0.69731187820435 Ternary: 0.79767894744873
Output for 7.1.25
Not ternary: 0.72105717658997 Ternary: 0.76359510421753
Output for 7.1.24
Not ternary: 0.7015368938446 Ternary: 0.79719400405884
Output for 7.1.23
Not ternary: 0.55689692497253 Ternary: 0.76802396774292
Output for 7.1.22
Not ternary: 0.63065695762634 Ternary: 0.65248799324036
Output for 7.1.21
Not ternary: 0.70669007301331 Ternary: 0.73759698867798
Output for 7.1.20
Not ternary: 0.69928884506226 Ternary: 0.73876905441284
Output for 7.1.19
Not ternary: 0.67512106895447 Ternary: 0.74914193153381
Output for 7.1.18
Not ternary: 0.61108016967773 Ternary: 0.63802003860474
Output for 7.1.17
Not ternary: 0.67945003509521 Ternary: 0.64959192276001
Output for 7.1.16
Not ternary: 0.65841889381409 Ternary: 0.80077600479126
Output for 7.1.15
Not ternary: 0.58991408348083 Ternary: 0.75975680351257
Output for 7.1.14
Not ternary: 0.61723208427429 Ternary: 0.69796395301819
Output for 7.1.13
Not ternary: 0.68590593338013 Ternary: 0.80110716819763
Output for 7.1.12
Not ternary: 0.68567490577698 Ternary: 0.68363904953003
Output for 7.1.11
Not ternary: 0.66470408439636 Ternary: 0.79737305641174
Output for 7.1.10
Not ternary: 0.54490303993225 Ternary: 0.62426090240479
Output for 7.1.9
Not ternary: 0.69660496711731 Ternary: 0.75287699699402
Output for 7.1.8
Not ternary: 0.68103003501892 Ternary: 0.73546504974365
Output for 7.1.7
Not ternary: 0.64062595367432 Ternary: 0.72074389457703
Output for 7.1.6
Not ternary: 0.59655094146729 Ternary: 0.77359819412231
Output for 7.1.5
Not ternary: 0.59965991973877 Ternary: 0.78455305099487
Output for 7.1.4
Not ternary: 0.63349080085754 Ternary: 0.71853280067444
Output for 7.1.3
Not ternary: 0.59585404396057 Ternary: 0.63596391677856
Output for 7.1.2
Not ternary: 0.6732280254364 Ternary: 0.64544701576233
Output for 7.1.1
Not ternary: 0.59367394447327 Ternary: 0.77625393867493
Output for 7.1.0
Not ternary: 0.66622805595398 Ternary: 0.73610591888428
Output for 7.0.33
Not ternary: 0.62305998802185 Ternary: 0.63226008415222
Output for 7.0.32
Not ternary: 0.69267988204956 Ternary: 0.75505089759827
Output for 7.0.31
Not ternary: 0.55587005615234 Ternary: 0.79340100288391
Output for 7.0.30
Not ternary: 0.6780960559845 Ternary: 0.71882104873657
Output for 7.0.29
Not ternary: 0.72435092926025 Ternary: 0.79578590393066
Output for 7.0.28
Not ternary: 0.55591201782227 Ternary: 0.63673210144043
Output for 7.0.27
Not ternary: 0.67650103569031 Ternary: 0.78426694869995
Output for 7.0.26
Not ternary: 0.70109391212463 Ternary: 0.78802609443665
Output for 7.0.25
Not ternary: 0.69211983680725 Ternary: 0.74894499778748
Output for 7.0.24
Not ternary: 0.63712811470032 Ternary: 0.596599817276
Output for 7.0.23
Not ternary: 0.64093685150146 Ternary: 0.78663611412048
Output for 7.0.22
Not ternary: 0.61911106109619 Ternary: 0.58669686317444
Output for 7.0.21
Not ternary: 0.67540287971497 Ternary: 0.73207521438599
Output for 7.0.20
Not ternary: 0.69424605369568 Ternary: 0.79246497154236
Output for 7.0.19
Not ternary: 0.69016885757446 Ternary: 0.74238896369934
Output for 7.0.18
Not ternary: 0.62378001213074 Ternary: 0.64574694633484
Output for 7.0.17
Not ternary: 0.68108487129211 Ternary: 0.58452701568604
Output for 7.0.16
Not ternary: 0.5850088596344 Ternary: 0.80059814453125
Output for 7.0.15
Not ternary: 0.57112193107605 Ternary: 0.63338398933411
Output for 7.0.14
Not ternary: 0.59053492546082 Ternary: 0.65449690818787
Output for 7.0.13
Not ternary: 0.55824303627014 Ternary: 0.62730598449707
Output for 7.0.12
Not ternary: 0.57740902900696 Ternary: 0.79613089561462
Output for 7.0.11
Not ternary: 0.59016919136047 Ternary: 0.78544211387634
Output for 7.0.10
Not ternary: 0.69512605667114 Ternary: 0.7566180229187
Output for 7.0.9
Not ternary: 0.70345211029053 Ternary: 0.64680409431458
Output for 7.0.8
Not ternary: 0.67973399162292 Ternary: 0.65414190292358
Output for 7.0.7
Not ternary: 0.60217809677124 Ternary: 0.66968488693237
Output for 7.0.6
Not ternary: 0.64240407943726 Ternary: 0.60824704170227
Output for 7.0.5
Not ternary: 0.5797221660614 Ternary: 0.5956289768219
Output for 7.0.4
Not ternary: 0.63356590270996 Ternary: 0.65134906768799
Output for 7.0.3
Not ternary: 0.70487284660339 Ternary: 0.61083197593689
Output for 7.0.2
Not ternary: 0.70185708999634 Ternary: 0.79442501068115
Output for 7.0.1
Not ternary: 0.70070004463196 Ternary: 0.79205107688904
Output for 7.0.0
Not ternary: 0.68854808807373 Ternary: 0.62813282012939
Output for 5.6.40
Not ternary: 1.246798992157
Process exited with code 137.
Output for 5.6.39
Not ternary: 1.2935259342194
Process exited with code 137.
Output for 5.6.38
Not ternary: 1.3098790645599
Process exited with code 137.
Output for 5.6.37
Not ternary: 1.1909980773926
Process exited with code 137.
Output for 5.6.36
Not ternary: 1.2913548946381
Process exited with code 137.
Output for 5.6.35
Not ternary: 1.2926659584045
Process exited with code 137.
Output for 5.6.34
Not ternary: 1.224681854248
Process exited with code 137.
Output for 5.6.33
Not ternary: 1.295107126236
Process exited with code 137.
Output for 5.6.32
Not ternary: 1.193018913269
Process exited with code 137.
Output for 5.6.31
Not ternary: 1.3063011169434
Process exited with code 137.
Output for 5.6.30
Not ternary: 1.3347599506378
Process exited with code 137.
Output for 5.6.29
Not ternary: 1.3249289989471
Process exited with code 137.
Output for 5.6.28
Not ternary: 1.3514280319214
Process exited with code 137.
Output for 5.6.27
Not ternary: 1.3251249790192
Process exited with code 137.
Output for 5.6.26
Not ternary: 1.2873020172119
Process exited with code 137.
Output for 5.6.25
Not ternary: 1.2009968757629
Process exited with code 137.
Output for 5.6.24
Not ternary: 1.3780941963196
Process exited with code 137.
Output for 5.6.23
Not ternary: 1.3468260765076
Process exited with code 137.
Output for 5.6.22
Not ternary: 1.384467124939
Process exited with code 137.
Output for 5.6.21
Not ternary: 1.3687191009521
Process exited with code 137.
Output for 5.6.20
Not ternary: 1.3891899585724
Process exited with code 137.
Output for 5.6.19
Not ternary: 1.1752421855927
Process exited with code 137.
Output for 5.6.18
Not ternary: 1.3385457992554
Process exited with code 137.
Output for 5.6.17
Not ternary: 1.3974800109863
Process exited with code 137.
Output for 5.6.16
Not ternary: 1.3972709178925
Process exited with code 137.
Output for 5.6.15
Not ternary: 1.3378620147705
Process exited with code 137.
Output for 5.6.14
Not ternary: 1.4228980541229
Process exited with code 137.
Output for 5.6.13
Not ternary: 1.3803999423981
Process exited with code 137.
Output for 5.6.12
Not ternary: 1.2169871330261
Process exited with code 137.
Output for 5.6.11
Not ternary: 1.2760751247406
Process exited with code 137.
Output for 5.6.10
Not ternary: 1.1943907737732
Process exited with code 137.
Output for 5.6.9
Not ternary: 1.2046279907227
Process exited with code 137.
Output for 5.6.8
Not ternary: 1.2724511623383
Process exited with code 137.
Output for 5.6.7
Not ternary: 1.3412899971008
Process exited with code 137.
Output for 5.6.6
Not ternary: 1.3825829029083
Process exited with code 137.
Output for 5.6.5
Not ternary: 1.2985420227051
Process exited with code 137.
Output for 5.6.4
Not ternary: 1.2697517871857
Process exited with code 137.
Output for 5.6.3
Not ternary: 1.2708079814911
Process exited with code 137.
Output for 5.6.2
Not ternary: 1.3252260684967
Process exited with code 137.
Output for 5.6.1
Not ternary: 1.354150056839
Process exited with code 137.
Output for 5.6.0
Not ternary: 1.3573958873749
Process exited with code 137.
Output for 5.5.38
Not ternary: 1.3988981246948
Process exited with code 137.
Output for 5.5.37
Not ternary: 1.2701871395111
Process exited with code 137.
Output for 5.5.36
Not ternary: 1.344731092453
Process exited with code 137.
Output for 5.5.35
Not ternary: 1.3580050468445
Process exited with code 137.
Output for 5.5.34
Not ternary: 1.20157289505
Process exited with code 137.
Output for 5.5.33
Not ternary: 1.4011459350586
Process exited with code 137.
Output for 5.5.32
Not ternary: 1.2356498241425
Process exited with code 137.
Output for 5.5.31
Not ternary: 1.3492012023926
Process exited with code 137.
Output for 5.5.30
Not ternary: 1.3552079200745
Process exited with code 137.
Output for 5.5.29
Not ternary: 1.1876668930054
Process exited with code 137.
Output for 5.5.28
Not ternary: 1.3781781196594
Process exited with code 137.
Output for 5.5.27
Not ternary: 1.3712208271027
Process exited with code 137.
Output for 5.5.26
Not ternary: 1.6458871364594
Process exited with code 137.
Output for 5.5.25
Not ternary: 1.3785290718079
Process exited with code 137.
Output for 5.5.24
Not ternary: 1.3729040622711
Process exited with code 137.
Output for 5.5.23
Not ternary: 1.2737329006195
Process exited with code 137.
Output for 5.5.22
Not ternary: 1.3276519775391
Process exited with code 137.
Output for 5.5.21
Not ternary: 1.3235080242157
Process exited with code 137.
Output for 5.5.20
Not ternary: 1.3056778907776
Process exited with code 137.
Output for 5.5.19
Not ternary: 1.6041219234467
Process exited with code 137.
Output for 5.5.18
Not ternary: 1.252571105957
Process exited with code 137.
Output for 5.5.17
Not ternary: 1.3897409439087
Process exited with code 137.
Output for 5.5.16
Not ternary: 1.1663970947266
Process exited with code 137.
Output for 5.5.15
Not ternary: 1.2956359386444
Process exited with code 137.
Output for 5.5.14
Not ternary: 1.3522469997406
Process exited with code 137.
Output for 5.5.13
Not ternary: 1.1954278945923
Process exited with code 137.
Output for 5.5.12
Not ternary: 1.3740940093994
Process exited with code 137.
Output for 5.5.11
Not ternary: 1.3221678733826
Process exited with code 137.
Output for 5.5.10
Not ternary: 1.3757059574127
Process exited with code 137.
Output for 5.5.9
Not ternary: 1.2552509307861
Process exited with code 137.
Output for 5.5.8
Not ternary: 1.219516992569
Process exited with code 137.
Output for 5.5.7
Not ternary: 1.2304790019989
Process exited with code 137.
Output for 5.5.6
Not ternary: 1.2753839492798
Process exited with code 137.
Output for 5.5.5
Not ternary: 1.3537249565125
Process exited with code 137.
Output for 5.5.4
Not ternary: 1.3676071166992
Process exited with code 137.
Output for 5.5.3
Not ternary: 1.3975741863251
Process exited with code 137.
Output for 5.5.2
Not ternary: 1.3969309329987
Process exited with code 137.
Output for 5.5.1
Not ternary: 1.1887900829315
Process exited with code 137.
Output for 5.5.0
Not ternary: 1.3362309932709
Process exited with code 137.
Output for 5.4.45
Not ternary: 1.3673641681671
Process exited with code 137.
Output for 5.4.44
Not ternary: 1.3394260406494
Process exited with code 137.
Output for 5.4.43
Not ternary: 1.2371299266815
Process exited with code 137.
Output for 5.4.42
Not ternary: 1.3751080036163
Process exited with code 137.
Output for 5.4.41
Not ternary: 1.3637111186981
Process exited with code 137.
Output for 5.4.40
Not ternary: 1.2561900615692
Process exited with code 137.
Output for 5.4.39
Not ternary: 1.1982889175415
Process exited with code 137.
Output for 5.4.38
Not ternary: 1.3662171363831
Process exited with code 137.
Output for 5.4.37
Not ternary: 1.2728540897369
Process exited with code 137.
Output for 5.4.36
Not ternary: 1.3420169353485
Process exited with code 137.
Output for 5.4.35
Not ternary: 1.3374588489532
Process exited with code 137.
Output for 5.4.34
Not ternary: 1.3449051380157
Process exited with code 137.
Output for 5.4.33
Not ternary: 1.3506078720093
Process exited with code 137.
Output for 5.4.32
Not ternary: 1.2555530071259
Process exited with code 137.
Output for 5.4.31
Not ternary: 1.3787848949432
Process exited with code 137.
Output for 5.4.30
Not ternary: 1.3822281360626
Process exited with code 137.
Output for 5.4.29
Not ternary: 1.1957039833069
Process exited with code 137.
Output for 5.4.28
Not ternary: 1.3278548717499
Process exited with code 137.
Output for 5.4.27
Not ternary: 1.2140758037567
Process exited with code 137.
Output for 5.4.26
Not ternary: 1.3545291423798
Process exited with code 137.
Output for 5.4.25
Not ternary: 1.3425500392914
Process exited with code 137.
Output for 5.4.24
Not ternary: 1.3134090900421
Process exited with code 137.
Output for 5.4.23
Not ternary: 1.3676199913025
Process exited with code 137.
Output for 5.4.22
Not ternary: 1.2443289756775
Process exited with code 137.
Output for 5.4.21
Not ternary: 1.3367338180542
Process exited with code 137.
Output for 5.4.20
Not ternary: 1.2015070915222
Process exited with code 137.
Output for 5.4.19
Not ternary: 1.3300240039825
Process exited with code 137.
Output for 5.4.18
Not ternary: 1.3547029495239
Process exited with code 137.
Output for 5.4.17
Not ternary: 1.3165202140808
Process exited with code 137.
Output for 5.4.16
Not ternary: 1.3279588222504
Process exited with code 137.
Output for 5.4.15
Not ternary: 1.1613020896912
Process exited with code 137.
Output for 5.4.14
Not ternary: 1.3726999759674
Process exited with code 137.
Output for 5.4.13
Not ternary: 1.3175148963928
Process exited with code 137.
Output for 5.4.12
Not ternary: 1.1820540428162
Process exited with code 137.
Output for 5.4.11
Not ternary: 1.2927548885345
Process exited with code 137.
Output for 5.4.10
Not ternary: 1.3711071014404
Process exited with code 137.
Output for 5.4.9
Not ternary: 1.1974339485168
Process exited with code 137.
Output for 5.4.8
Not ternary: 1.3804500102997
Process exited with code 137.
Output for 5.4.7
Not ternary: 1.3663370609283
Process exited with code 137.
Output for 5.4.6
Not ternary: 1.3922879695892
Process exited with code 137.
Output for 5.4.5
Not ternary: 1.2420659065247
Process exited with code 137.
Output for 5.4.4
Not ternary: 1.35755610466
Process exited with code 137.
Output for 5.4.3
Not ternary: 1.3544480800629
Process exited with code 137.
Output for 5.4.2
Not ternary: 1.3303408622742
Process exited with code 137.
Output for 5.4.1
Not ternary: 1.3098978996277
Process exited with code 137.
Output for 5.4.0
Not ternary: 1.3528978824615
Process exited with code 137.
Output for 5.3.29
Not ternary: 1.5827879905701
Process exited with code 137.
Output for 5.3.28
Not ternary: 1.5617501735687
Process exited with code 137.
Output for 5.3.27
Not ternary: 1.5703530311584
Process exited with code 137.
Output for 5.3.26
Not ternary: 1.6055150032043
Process exited with code 137.
Output for 5.3.25
Not ternary: 1.6239349842072
Process exited with code 137.
Output for 5.3.24
Not ternary: 1.5601670742035
Process exited with code 137.
Output for 5.3.23
Not ternary: 1.2758111953735
Process exited with code 137.
Output for 5.3.22
Not ternary: 1.4029362201691
Process exited with code 137.
Output for 5.3.21
Not ternary: 1.380951166153
Process exited with code 137.
Output for 5.3.20
Not ternary: 1.598363161087
Process exited with code 137.
Output for 5.3.19
Not ternary: 1.6153540611267
Process exited with code 137.
Output for 5.3.18
Not ternary: 1.6001710891724
Process exited with code 137.
Output for 5.3.17
Not ternary: 1.5346632003784
Process exited with code 137.
Output for 5.3.16
Not ternary: 1.3335151672363
Process exited with code 137.
Output for 5.3.15
Not ternary: 1.4465410709381
Process exited with code 137.
Output for 5.3.14
Not ternary: 1.3150460720062
Process exited with code 137.
Output for 5.3.13
Not ternary: 1.5590751171112
Process exited with code 137.
Output for 5.3.12
Not ternary: 1.4814231395721
Process exited with code 137.
Output for 5.3.11
Not ternary: 1.4482591152191
Process exited with code 137.
Output for 5.3.10
Not ternary: 1.5749959945679
Process exited with code 137.
Output for 5.3.9
Not ternary: 1.493616104126
Process exited with code 137.
Output for 5.3.8
Not ternary: 1.5256311893463
Process exited with code 137.
Output for 5.3.7
Not ternary: 1.4872891902924
Process exited with code 137.
Output for 5.3.6
Not ternary: 1.3725872039795
Process exited with code 137.
Output for 5.3.5
Not ternary: 1.4990141391754
Process exited with code 137.
Output for 5.3.4
Not ternary: 1.5398111343384
Process exited with code 137.
Output for 5.3.3
Not ternary: 1.3161211013794
Process exited with code 137.
Output for 5.3.2
Not ternary: 1.565770149231
Process exited with code 137.
Output for 5.3.1
Not ternary: 1.3418412208557
Process exited with code 137.
Output for 5.3.0
Not ternary: 1.4332551956177
Process exited with code 137.
Output for 5.2.17
Not ternary: 0.71672010421753 Ternary: 0.65625095367432
Output for 5.2.16
Not ternary: 0.71244287490845 Ternary: 0.64478015899658
Output for 5.2.15
Not ternary: 0.70626878738403 Ternary: 0.66565704345703
Output for 5.2.14
Not ternary: 0.75668287277222 Ternary: 0.67187714576721
Output for 5.2.13
Not ternary: 0.61752390861511 Ternary: 0.65475988388062
Output for 5.2.12
Not ternary: 0.7487518787384 Ternary: 0.69207811355591
Output for 5.2.11
Not ternary: 0.73045897483826 Ternary: 0.68448090553284
Output for 5.2.10
Not ternary: 0.74848508834839 Ternary: 0.68986201286316
Output for 5.2.9
Not ternary: 0.65043902397156 Ternary: 0.6797981262207
Output for 5.2.8
Not ternary: 0.60266995429993 Ternary: 0.67688298225403
Output for 5.2.7
Not ternary: 0.59146404266357 Ternary: 0.66752696037292
Output for 5.2.6
Not ternary: 0.75730204582214 Ternary: 0.67951798439026
Output for 5.2.5
Not ternary: 0.75933504104614 Ternary: 0.68498516082764
Output for 5.2.4
Not ternary: 0.74340915679932 Ternary: 0.66516780853271
Output for 5.2.3
Not ternary: 0.72100400924683 Ternary: 0.81946706771851
Output for 5.2.2
Not ternary: 0.74089503288269 Ternary: 0.68736505508423
Output for 5.2.1
Not ternary: 0.65396690368652 Ternary: 0.62297677993774
Output for 5.2.0
Not ternary: 0.6329779624939 Ternary: 0.62595295906067
Output for 5.1.6
Not ternary: 0.60488390922546 Ternary: 0.70772409439087
Output for 5.1.5
Not ternary: 0.79623413085938 Ternary: 0.74255394935608
Output for 5.1.4
Not ternary: 0.81475901603699 Ternary: 0.74209189414978
Output for 5.1.3
Not ternary: 0.72554707527161 Ternary: 0.84578108787537
Output for 5.1.2
Not ternary: 0.77508020401001 Ternary: 0.8414249420166
Output for 5.1.1
Not ternary: 0.62426209449768 Ternary: 0.83058214187622
Output for 5.1.0
Not ternary: 0.63864302635193 Ternary: 0.81202387809753
Output for 5.0.5
Not ternary: 1.8900578022003
Process exited with code 137.
Output for 4.3.0 - 4.3.1, 4.3.4, 4.3.7, 4.3.9, 4.4.0, 4.4.2, 4.4.4 - 4.4.5, 4.4.9, 5.0.1 - 5.0.2, 5.0.4

Process exited with code 137.
Output for 5.0.3
Not ternary: 1.774337053299
Process exited with code 137.
Output for 5.0.0
Not ternary: 1.838828086853 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/lch9o on line 10 PHP_EOL
Process exited with code 137.
Output for 4.4.8
Not ternary: 0.782422
Process exited with code 137.
Output for 4.4.7
Not ternary: 0.390863
Process exited with code 137.
Output for 4.4.6
Not ternary: 0.612451
Process exited with code 137.
Output for 4.4.3
Not ternary: 0.565563
Process exited with code 137.
Output for 4.4.1
Not ternary: 0.660249
Process exited with code 137.
Output for 4.3.11
Not ternary: 0.54383
Process exited with code 137.
Output for 4.3.10
Not ternary: 0.653308
Process exited with code 137.
Output for 4.3.8
Not ternary: 0.517667 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/lch9o on line 10 PHP_EOL
Process exited with code 137.
Output for 4.3.6
Not ternary: 0.591482 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/lch9o on line 10 PHP_EOL
Process exited with code 137.
Output for 4.3.5
Not ternary: 0.586472 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/lch9o on line 10 PHP_EOL
Process exited with code 137.
Output for 4.3.3
Not ternary: 0.610088 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/lch9o on line 10 PHP_EOL
Process exited with code 137.
Output for 4.3.2
Not ternary: 0.470951 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/lch9o on line 10 PHP_EOL
Process exited with code 137.

preferences:
187.72 ms | 401 KiB | 322 Q