3v4l.org

run code in 300+ PHP versions simultaneously
<?php $c = array_combine(range(0, 10000), range(0, 10000)); $a = microtime(); for($i = 0; $i < 10000; $i++) { array_key_exists(rand(0, 10000), $c); } $b = microtime(); echo $b - $a; echo '\n'; $t = array_combine(range(0, 10000), range(0, 10000)); $d = microtime(); for($i = 0; $i < 10000; $i++) { isset($t[rand(0, 10000)]); } $e = microtime(); echo $e - $d;
Output for 7.4.1
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001029\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000977
Output for 7.4.0
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001025\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000981
Output for 7.3.13
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001153\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000954
Output for 7.3.12
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001238\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001068
Output for 7.3.11
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001277\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001089
Output for 7.3.10
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000764\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000638
Output for 7.3.9
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000729\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000623
Output for 7.3.8
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001376\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001174
Output for 7.3.7
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001051\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000854
Output for 7.3.6
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000883\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000781
Output for 7.3.5
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000787\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000615
Output for 7.3.4
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.00093\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000833
Output for 7.3.3
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001521\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000658
Output for 7.3.2
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.00153\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000607
Output for 7.3.1
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000902\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000778
Output for 7.3.0
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000719\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000628
Output for 7.2.26
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000765\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000634
Output for 7.2.25
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000842\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000613
Output for 7.2.24
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000711\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000617
Output for 7.2.23
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000747\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000626
Output for 7.2.22
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000751\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000622
Output for 7.2.21
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001249\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001134
Output for 7.2.20
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000714\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000612
Output for 7.2.19
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001046\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000726
Output for 7.2.18
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001227\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001036
Output for 7.2.17
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000855\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000762
Output for 7.2.16
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000724\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000624
Output for 7.2.15
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001184\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001066
Output for 7.2.14
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000721\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000621
Output for 7.2.13
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000702\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000614
Output for 7.2.12
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.00079\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000681
Output for 7.2.11
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000691\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000609
Output for 7.2.10
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000725\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000619
Output for 7.2.9
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000935\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000778
Output for 7.2.8
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000691\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000625
Output for 7.2.7
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001186\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000969
Output for 7.2.6
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000978\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000846
Output for 7.2.5
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000744\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000648
Output for 7.2.4
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000815\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000716
Output for 7.2.3
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001167\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000927
Output for 7.2.2
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000977\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000689
Output for 7.2.1
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001937\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001772
Output for 7.2.0
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.000948\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.000979
Output for 7.1.33
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002818\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.002193
Output for 7.1.32
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.0025\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.002007
Output for 7.1.31
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002134\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001469
Output for 7.1.30
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001916\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001622
Output for 7.1.29
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002387\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001478
Output for 7.1.28
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002804\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.002344
Output for 7.1.27
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002237\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001913
Output for 7.1.26
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002326\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.0019
Output for 7.1.25
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001765\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.00141
Output for 7.1.24
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002191\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001394
Output for 7.1.23
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002019\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001677
Output for 7.1.22
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002625\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.0014
Output for 7.1.21
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.00262\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.002103
Output for 7.1.20
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002629\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.002153
Output for 7.1.19
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001743\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001426
Output for 7.1.18
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002765\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001592
Output for 7.1.17
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001926\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001635
Output for 7.1.16
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.00171\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001407
Output for 7.1.15
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.0017\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001437
Output for 7.1.14
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002929\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.002087
Output for 7.1.13
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002029\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001775
Output for 7.1.12
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002002\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001649
Output for 7.1.11
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002137\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001608
Output for 7.1.10
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001843\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.00141
Output for 7.1.9
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001685\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001414
Output for 7.1.8
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.00205\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.00212
Output for 7.1.7
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001769\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001505
Output for 7.1.6
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002495\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001427
Output for 7.1.5
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002341\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.00191
Output for 7.1.4
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.002467\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.00203
Output for 7.1.3
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.003036\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001458
Output for 7.1.2
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.003641\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001981
Output for 7.1.1
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.001792\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.001544
Output for 7.1.0
Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 15 0.003448\n Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 Notice: A non well formed numeric value encountered in /in/J2Cj1 on line 30 0.002094
Output for 7.0.33
0.002257\n0.001862
Output for 7.0.32
0.002011\n0.001578
Output for 7.0.31
0.001738\n0.001382
Output for 7.0.30
0.002808\n0.00217
Output for 7.0.29
0.001818\n0.001418
Output for 7.0.28
0.002057\n0.001638
Output for 7.0.27
0.004325\n0.001351
Output for 7.0.26
0.001804\n0.001377
Output for 7.0.25
0.002062\n0.001466
Output for 7.0.24
0.0018\n0.001388
Output for 7.0.23
0.002332\n0.001348
Output for 7.0.22
0.001895\n0.001484
Output for 7.0.21
0.002116\n0.001639
Output for 7.0.20
0.001833\n0.001332
Output for 7.0.19
0.001777\n0.00142
Output for 7.0.18
0.002145\n0.002197
Output for 7.0.17
0.00191\n0.001422
Output for 7.0.16
0.002249\n0.00182
Output for 7.0.15
0.002245\n0.001388
Output for 7.0.14
0.001747\n0.001318
Output for 7.0.13
0.003309\n0.002478
Output for 7.0.12
0.003062\n0.002267
Output for 7.0.11
0.00255\n0.001996
Output for 7.0.10
0.002795\n0.002093
Output for 7.0.9
0.003609\n0.001787
Output for 7.0.8
0.001769\n0.001343
Output for 7.0.7
0.003111\n0.002411
Output for 7.0.6
0.001785\n0.001362
Output for 7.0.5
0.002697\n0.001997
Output for 7.0.4
0.002151\n0.001498
Output for 7.0.3
0.001812\n0.001438
Output for 7.0.2
0.001907\n0.001417
Output for 7.0.1
0.002893\n0.002255
Output for 7.0.0
0.001774\n0.00153
Output for 5.6.40
0.004793\n0.003215
Output for 5.6.39
0.004431\n0.002617
Output for 5.6.38
0.004074\n0.002614
Output for 5.6.37
0.00412\n0.002619
Output for 5.6.36
0.004025\n0.002626
Output for 5.6.35
0.004106\n0.002501
Output for 5.6.34
0.00724\n0.002493
Output for 5.6.33
0.006522\n0.002653
Output for 5.6.32
0.004203\n0.002628
Output for 5.6.31
0.004037\n0.002479
Output for 5.6.30
0.004524\n0.002654
Output for 5.6.29
0.004793\n0.002619
Output for 5.6.28
0.004719\n0.002969
Output for 5.6.27
0.00428\n0.002727
Output for 5.6.26
0.005145\n0.002666
Output for 5.6.25
0.004174\n0.002775
Output for 5.6.24
0.004088\n0.002614
Output for 5.6.23
0.00402\n0.00262
Output for 5.6.22
0.004649\n0.002579
Output for 5.6.21
0.004169\n0.002566
Output for 5.6.20
0.005055\n0.002883
Output for 5.6.19
0.004957\n0.003017
Output for 5.6.18
0.004069\n0.002684
Output for 5.6.17
0.005832\n0.004007
Output for 5.6.16
0.004126\n0.002708
Output for 5.6.15
0.00401\n0.002827
Output for 5.6.14
0.004653\n0.003238
Output for 5.6.13
0.004187\n0.005457
Output for 5.6.12
0.006804\n0.005304
Output for 5.6.11
0.004578\n0.004047
Output for 5.6.10
0.003952\n0.00258
Output for 5.6.9
0.006681\n0.004572
Output for 5.6.8
0.006755\n0.004614
Output for 5.6.7
0.004022\n0.002566
Output for 5.6.6
0.00475\n0.003053
Output for 5.6.5
0.006369\n0.003454
Output for 5.6.4
0.00452\n0.002805
Output for 5.6.3
0.004732\n0.002589
Output for 5.6.2
0.004755\n0.003533
Output for 5.6.1
0.004785\n0.002548
Output for 5.6.0
0.004339\n0.003184
Output for 5.5.38
0.00439\n0.002892
Output for 5.5.37
0.004253\n0.002739
Output for 5.5.36
0.004956\n0.003064
Output for 5.5.35
0.00457\n0.002926
Output for 5.5.34
0.004406\n0.002905
Output for 5.5.33
0.00421\n0.002757
Output for 5.5.32
0.004526\n0.002829
Output for 5.5.31
0.00501\n0.002825
Output for 5.5.30
0.004324\n0.002766
Output for 5.5.29
0.007151\n0.005986
Output for 5.5.28
0.005339\n0.004708
Output for 5.5.27
0.005176\n0.003113
Output for 5.5.26
0.004617\n0.002713
Output for 5.5.25
0.005135\n0.002776
Output for 5.5.24
0.006845\n0.004674
Output for 5.5.23
0.006723\n0.005118
Output for 5.5.22
0.005349\n0.003713
Output for 5.5.21
0.004866\n0.003407
Output for 5.5.20
0.004031\n0.002608
Output for 5.5.19
0.004334\n0.002801
Output for 5.5.18
0.004051\n0.002636
Output for 5.5.17
0.004112\n0.002683
Output for 5.5.16
0.004076\n0.002725
Output for 5.5.15
0.004472\n0.00279
Output for 5.5.14
0.005525\n0.004367
Output for 5.5.13
0.004083\n0.003161
Output for 5.5.12
0.004391\n0.003329
Output for 5.5.11
0.005652\n0.003419
Output for 5.5.10
0.006003\n0.003795
Output for 5.5.9
0.00442\n0.003078
Output for 5.5.8
0.004667\n0.003111
Output for 5.5.7
0.00413\n0.002626
Output for 5.5.6
0.005264\n0.002712
Output for 5.5.5
0.004082\n0.002822
Output for 5.5.4
0.004286\n0.002632
Output for 5.5.3
0.004282\n0.00259
Output for 5.5.2
0.005337\n0.002578
Output for 5.5.1
0.004226\n0.00269
Output for 5.5.0
0.004951\n0.003132
Output for 5.4.45
0.005869\n0.004102
Output for 5.4.44
0.004844\n0.003947
Output for 5.4.43
0.004796\n0.003248
Output for 5.4.42
0.004996\n0.003522
Output for 5.4.41
0.007202\n0.005286
Output for 5.4.40
0.005178\n0.002798
Output for 5.4.39
0.00437\n0.002697
Output for 5.4.38
0.00502\n0.002897
Output for 5.4.37
0.006647\n0.00269
Output for 5.4.36
0.005183\n0.003281
Output for 5.4.35
0.004913\n0.002753
Output for 5.4.34
0.004377\n0.00263
Output for 5.4.33
0.00457\n0.002738
Output for 5.4.32
0.004658\n0.002729
Output for 5.4.31
0.005378\n0.003979
Output for 5.4.30
0.004586\n0.003002
Output for 5.4.29
0.005026\n0.003797
Output for 5.4.28
0.004313\n0.002757
Output for 5.4.27
0.004836\n0.003297
Output for 5.4.26
0.005453\n0.003974
Output for 5.4.25
0.004776\n0.003456
Output for 5.4.24
0.004787\n0.00301
Output for 5.4.23
0.006766\n0.002861
Output for 5.4.22
0.005313\n0.002602
Output for 5.4.21
0.004444\n0.002806
Output for 5.4.20
0.005645\n0.002918
Output for 5.4.19
0.005022\n0.003009
Output for 5.4.18
0.004889\n0.00282
Output for 5.4.17
0.004318\n0.002806
Output for 5.4.16
0.004843\n0.004833
Output for 5.4.15
0.005085\n0.003178
Output for 5.4.14
0.004373\n0.002582
Output for 5.4.13
0.004192\n0.002578
Output for 5.4.12
0.004965\n0.002951
Output for 5.4.11
0.004595\n0.002696
Output for 5.4.10
0.004281\n0.002688
Output for 5.4.9
0.004356\n0.00284
Output for 5.4.8
0.004671\n0.00283
Output for 5.4.7
0.004387\n0.002939
Output for 5.4.6
0.00436\n0.002843
Output for 5.4.5
0.005545\n0.003168
Output for 5.4.4
0.004381\n0.002871
Output for 5.4.3
0.00431\n0.002662
Output for 5.4.2
0.005512\n0.00349
Output for 5.4.1
0.004831\n0.003043
Output for 5.4.0
0.006326\n0.002902
Output for 5.3.29
0.005783\n0.003372
Output for 5.3.28
0.00713\n0.003166
Output for 5.3.27
0.005434\n0.003252
Output for 5.3.26
0.005585\n0.003557
Output for 5.3.25
0.005773\n0.00325
Output for 5.3.24
0.00613\n0.003645
Output for 5.3.23
0.00604\n0.003672
Output for 5.3.22
0.005443\n0.003409
Output for 5.3.21
0.006989\n0.00403
Output for 5.3.20
0.007195\n0.003083
Output for 5.3.19
0.007434\n0.003987
Output for 5.3.18
0.007417\n0.003655
Output for 5.3.17
0.006402\n0.00315
Output for 5.3.16
0.005562\n0.003512
Output for 5.3.15
0.006994\n0.003263
Output for 5.3.14
0.005762\n0.003189
Output for 5.3.13
0.005922\n0.003276
Output for 5.3.12
0.006097\n0.003179
Output for 5.3.11
0.005594\n0.003106
Output for 5.3.10
0.005592\n0.003348
Output for 5.3.9
0.005489\n0.003273
Output for 5.3.8
0.006023\n0.003329
Output for 5.3.7
0.00604\n0.003687
Output for 5.3.6
0.005441\n0.003128
Output for 5.3.5
0.005468\n0.003223
Output for 5.3.4
0.005797\n0.003169
Output for 5.3.3
0.006034\n0.003882
Output for 5.3.2
0.007167\n0.003362
Output for 5.3.1
0.005947\n0.003271
Output for 5.3.0
0.006535\n0.003519
Output for 5.2.17
0.004035\n0.003015
Output for 5.2.16
0.004359\n0.003277
Output for 5.2.15
0.0030049999999999\n0.002436
Output for 5.2.14
0.003675\n0.00278
Output for 5.2.13
0.0047050000000001\n0.0035820000000001
Output for 5.2.12
0.0035419999999999\n0.002709
Output for 5.2.11
0.003634\n0.002846
Output for 5.2.10
0.005211\n0.003794
Output for 5.2.9
0.004691\n0.003529
Output for 5.2.8
0.004881\n0.003657
Output for 5.2.7
0.004695\n0.003491
Output for 5.2.6
0.004811\n0.003699
Output for 5.2.5
0.00419\n0.003637
Output for 5.2.4
0.004198\n0.003391
Output for 5.2.3
0.004693\n0.003619
Output for 5.2.2
0.00368\n0.002779
Output for 5.2.1
0.004736\n0.003283
Output for 5.2.0
0.004841\n0.0035580000000001
Output for 5.1.6
0.004283\n0.003352
Output for 5.1.5
0.002947\n0.002427
Output for 5.1.4
0.0036809999999999\n0.002979
Output for 5.1.3
0.00332\n0.0027199999999999
Output for 5.1.2
0.004248\n0.0034230000000001
Output for 5.1.1
0.006927\n0.004989
Output for 5.1.0
0.002369\n0.001993
Output for 5.0.5
0.00666\n0.00481
Output for 5.0.4
0.0045930000000001\n0.003587
Output for 5.0.3
0.005838\n0.00457
Output for 5.0.2
0.004447\n0.003531
Output for 5.0.1
0.004251\n0.0034219999999999
Output for 5.0.0
0.004809\n0.003762
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: array_combine() in /in/J2Cj1 on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: array_combine() in /in/J2Cj1 on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: array_combine() in /in/J2Cj1 on line 3

preferences:
225.73 ms | 401 KiB | 325 Q