3v4l.org

run code in 300+ PHP versions simultaneously
<?php // test one.. // start time $st = microtime(); function arr1(){ $arr1 = array(); $arr2 = array(); $arr3 = array(); $arr1['key1'] = 'val1'; $arr2['key1'] = 'val1'; $arr3['key1'] = 'val1'; return array($arr1, $arr2, $arr3); } $i = 1000; while($i--){ $poo = arr1(); } echo "Method 1: created 1000 arrays in " . (microtime() - $st) . " microseconds...\n"; // test two.. // start time $st = microtime(); function arr2(){ $arr1 = array(); $arr1['arr1']['key1'] = 'val1'; $arr1['arr2']['key1'] = 'val1'; $arr1['arr3']['key1'] = 'val1'; return array($arr1); } $i = 1000; while($i--){ $poo = arr2(); } echo "Method 2: created 1000 arrays in " . (microtime() - $st) . " microseconds...\n";
Output for 7.4.1
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000504 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000479 microseconds...
Output for 7.4.0
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000427 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000438 microseconds...
Output for 7.3.13
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000509 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000463 microseconds...
Output for 7.3.12
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000486 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000502 microseconds...
Output for 7.3.11
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000424 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000402 microseconds...
Output for 7.3.10
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000429 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000415 microseconds...
Output for 7.3.9
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000808 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000786 microseconds...
Output for 7.3.8
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.00058 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000514 microseconds...
Output for 7.3.7
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000549 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000573 microseconds...
Output for 7.3.6
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000361 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000338 microseconds...
Output for 7.3.5
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000337 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000309 microseconds...
Output for 7.3.4
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000757 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000737 microseconds...
Output for 7.3.3
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.00037 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000346 microseconds...
Output for 7.3.2
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000325 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.00031 microseconds...
Output for 7.3.1
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000397 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000339 microseconds...
Output for 7.3.0
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000699 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000482 microseconds...
Output for 7.2.26
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000556 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000544 microseconds...
Output for 7.2.25
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000461 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000373 microseconds...
Output for 7.2.24
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000377 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000346 microseconds...
Output for 7.2.23
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000409 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000351 microseconds...
Output for 7.2.22
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000489 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000468 microseconds...
Output for 7.2.21
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000542 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000346 microseconds...
Output for 7.2.20
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000377 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000347 microseconds...
Output for 7.2.19
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000416 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000403 microseconds...
Output for 7.2.18
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000419 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000376 microseconds...
Output for 7.2.17
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000454 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000464 microseconds...
Output for 7.2.16
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000509 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000473 microseconds...
Output for 7.2.15
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000415 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000352 microseconds...
Output for 7.2.14
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.00048 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.0004 microseconds...
Output for 7.2.13
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.00059 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000549 microseconds...
Output for 7.2.12
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000745 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000356 microseconds...
Output for 7.2.11
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000576 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000534 microseconds...
Output for 7.2.10
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000389 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000348 microseconds...
Output for 7.2.9
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000643 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000384 microseconds...
Output for 7.2.8
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000706 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000637 microseconds...
Output for 7.2.7
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000646 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000577 microseconds...
Output for 7.2.6
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000611 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.00051 microseconds...
Output for 7.2.5
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000611 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000556 microseconds...
Output for 7.2.4
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000821 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000787 microseconds...
Output for 7.2.3
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000563 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.00054 microseconds...
Output for 7.2.2
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000663 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000406 microseconds...
Output for 7.2.1
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000458 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000351 microseconds...
Output for 7.2.0
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000707 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000712 microseconds...
Output for 7.1.33
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000834 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000841 microseconds...
Output for 7.1.32
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.00043 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000429 microseconds...
Output for 7.1.31
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000549 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000692 microseconds...
Output for 7.1.30
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000896 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000967 microseconds...
Output for 7.1.29
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000694 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000664 microseconds...
Output for 7.1.28
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000788 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000818 microseconds...
Output for 7.1.27
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000438 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000432 microseconds...
Output for 7.1.26
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.00095 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000955 microseconds...
Output for 7.1.25
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000506 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000507 microseconds...
Output for 7.1.24
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000437 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000434 microseconds...
Output for 7.1.23
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000444 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.00044 microseconds...
Output for 7.1.22
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.00069 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000698 microseconds...
Output for 7.1.21
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000581 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000611 microseconds...
Output for 7.1.20
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000426 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000431 microseconds...
Output for 7.1.19
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000729 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000739 microseconds...
Output for 7.1.18
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.00061 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.00069 microseconds...
Output for 7.1.17
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000438 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000437 microseconds...
Output for 7.1.16
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000628 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.00062 microseconds...
Output for 7.1.15
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000734 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000803 microseconds...
Output for 7.1.14
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000436 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.00046 microseconds...
Output for 7.1.13
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000821 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000492 microseconds...
Output for 7.1.12
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000886 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000964 microseconds...
Output for 7.1.11
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000655 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000696 microseconds...
Output for 7.1.10
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000441 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.00044 microseconds...
Output for 7.1.9
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000438 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000441 microseconds...
Output for 7.1.8
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000604 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000445 microseconds...
Output for 7.1.7
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.001191 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000457 microseconds...
Output for 7.1.6
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000557 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000575 microseconds...
Output for 7.1.5
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000463 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.00059 microseconds...
Output for 7.1.4
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000481 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000493 microseconds...
Output for 7.1.3
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.0007 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000697 microseconds...
Output for 7.1.2
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000465 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000455 microseconds...
Output for 7.1.1
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000765 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000801 microseconds...
Output for 7.1.0
Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Notice: A non well formed numeric value encountered in /in/3oudf on line 26 Method 1: created 1000 arrays in 0.000631 microseconds... Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Notice: A non well formed numeric value encountered in /in/3oudf on line 49 Method 2: created 1000 arrays in 0.000628 microseconds...
Output for 7.0.33
Method 1: created 1000 arrays in 0.00061 microseconds... Method 2: created 1000 arrays in 0.000702 microseconds...
Output for 7.0.32
Method 1: created 1000 arrays in 0.000893 microseconds... Method 2: created 1000 arrays in 0.000951 microseconds...
Output for 7.0.31
Method 1: created 1000 arrays in 0.00086 microseconds... Method 2: created 1000 arrays in 0.000934 microseconds...
Output for 7.0.30
Method 1: created 1000 arrays in 0.00042 microseconds... Method 2: created 1000 arrays in 0.000435 microseconds...
Output for 7.0.29
Method 1: created 1000 arrays in 0.000853 microseconds... Method 2: created 1000 arrays in 0.00092 microseconds...
Output for 7.0.28
Method 1: created 1000 arrays in 0.000915 microseconds... Method 2: created 1000 arrays in 0.000873 microseconds...
Output for 7.0.27
Method 1: created 1000 arrays in 0.001087 microseconds... Method 2: created 1000 arrays in 0.000548 microseconds...
Output for 7.0.26
Method 1: created 1000 arrays in 0.000584 microseconds... Method 2: created 1000 arrays in 0.000476 microseconds...
Output for 7.0.25
Method 1: created 1000 arrays in 0.000724 microseconds... Method 2: created 1000 arrays in 0.00091 microseconds...
Output for 7.0.24
Method 1: created 1000 arrays in 0.000438 microseconds... Method 2: created 1000 arrays in 0.000447 microseconds...
Output for 7.0.23
Method 1: created 1000 arrays in 0.000416 microseconds... Method 2: created 1000 arrays in 0.000432 microseconds...
Output for 7.0.22
Method 1: created 1000 arrays in 0.000547 microseconds... Method 2: created 1000 arrays in 0.000452 microseconds...
Output for 7.0.21
Method 1: created 1000 arrays in 0.000572 microseconds... Method 2: created 1000 arrays in 0.000613 microseconds...
Output for 7.0.20
Method 1: created 1000 arrays in 0.000424 microseconds... Method 2: created 1000 arrays in 0.000455 microseconds...
Output for 7.0.19
Method 1: created 1000 arrays in 0.000446 microseconds... Method 2: created 1000 arrays in 0.000501 microseconds...
Output for 7.0.18
Method 1: created 1000 arrays in 0.000499 microseconds... Method 2: created 1000 arrays in 0.000537 microseconds...
Output for 7.0.17
Method 1: created 1000 arrays in 0.000848 microseconds... Method 2: created 1000 arrays in 0.00094 microseconds...
Output for 7.0.16
Method 1: created 1000 arrays in 0.000449 microseconds... Method 2: created 1000 arrays in 0.00051 microseconds...
Output for 7.0.15
Method 1: created 1000 arrays in 0.000745 microseconds... Method 2: created 1000 arrays in 0.000809 microseconds...
Output for 7.0.14
Method 1: created 1000 arrays in 0.000424 microseconds... Method 2: created 1000 arrays in 0.000453 microseconds...
Output for 7.0.13
Method 1: created 1000 arrays in 0.000425 microseconds... Method 2: created 1000 arrays in 0.000439 microseconds...
Output for 7.0.12
Method 1: created 1000 arrays in 0.000542 microseconds... Method 2: created 1000 arrays in 0.00057 microseconds...
Output for 7.0.11
Method 1: created 1000 arrays in 0.000411 microseconds... Method 2: created 1000 arrays in 0.000441 microseconds...
Output for 7.0.10
Method 1: created 1000 arrays in 0.000415 microseconds... Method 2: created 1000 arrays in 0.000438 microseconds...
Output for 7.0.9
Method 1: created 1000 arrays in 0.000402 microseconds... Method 2: created 1000 arrays in 0.000436 microseconds...
Output for 7.0.8
Method 1: created 1000 arrays in 0.000696 microseconds... Method 2: created 1000 arrays in 0.000584 microseconds...
Output for 7.0.7
Method 1: created 1000 arrays in 0.000517 microseconds... Method 2: created 1000 arrays in 0.000539 microseconds...
Output for 7.0.6
Method 1: created 1000 arrays in 0.000635 microseconds... Method 2: created 1000 arrays in 0.000693 microseconds...
Output for 7.0.5
Method 1: created 1000 arrays in 0.00089 microseconds... Method 2: created 1000 arrays in 0.00098 microseconds...
Output for 7.0.4
Method 1: created 1000 arrays in 0.000417 microseconds... Method 2: created 1000 arrays in 0.000437 microseconds...
Output for 7.0.3
Method 1: created 1000 arrays in 0.000419 microseconds... Method 2: created 1000 arrays in 0.000457 microseconds...
Output for 7.0.2
Method 1: created 1000 arrays in 0.00057 microseconds... Method 2: created 1000 arrays in 0.00062 microseconds...
Output for 7.0.1
Method 1: created 1000 arrays in 0.001134 microseconds... Method 2: created 1000 arrays in 0.000934 microseconds...
Output for 7.0.0
Method 1: created 1000 arrays in 0.000485 microseconds... Method 2: created 1000 arrays in 0.000538 microseconds...
Output for 5.6.40
Method 1: created 1000 arrays in 0.00089 microseconds... Method 2: created 1000 arrays in 0.001074 microseconds...
Output for 5.6.39
Method 1: created 1000 arrays in 0.001099 microseconds... Method 2: created 1000 arrays in 0.00124 microseconds...
Output for 5.6.38
Method 1: created 1000 arrays in 0.000887 microseconds... Method 2: created 1000 arrays in 0.000996 microseconds...
Output for 5.6.37
Method 1: created 1000 arrays in 0.001999 microseconds... Method 2: created 1000 arrays in 0.00171 microseconds...
Output for 5.6.36
Method 1: created 1000 arrays in 0.00158 microseconds... Method 2: created 1000 arrays in 0.000998 microseconds...
Output for 5.6.35
Method 1: created 1000 arrays in 0.000871 microseconds... Method 2: created 1000 arrays in 0.001017 microseconds...
Output for 5.6.34
Method 1: created 1000 arrays in 0.000872 microseconds... Method 2: created 1000 arrays in 0.000997 microseconds...
Output for 5.6.33
Method 1: created 1000 arrays in 0.000973 microseconds... Method 2: created 1000 arrays in 0.001152 microseconds...
Output for 5.6.32
Method 1: created 1000 arrays in 0.001025 microseconds... Method 2: created 1000 arrays in 0.001154 microseconds...
Output for 5.6.31
Method 1: created 1000 arrays in 0.001052 microseconds... Method 2: created 1000 arrays in 0.001181 microseconds...
Output for 5.6.30
Method 1: created 1000 arrays in 0.001201 microseconds... Method 2: created 1000 arrays in 0.001374 microseconds...
Output for 5.6.29
Method 1: created 1000 arrays in 0.001308 microseconds... Method 2: created 1000 arrays in 0.000996 microseconds...
Output for 5.6.28
Method 1: created 1000 arrays in 0.00129 microseconds... Method 2: created 1000 arrays in 0.00101 microseconds...
Output for 5.6.27
Method 1: created 1000 arrays in 0.001576 microseconds... Method 2: created 1000 arrays in 0.001761 microseconds...
Output for 5.6.26
Method 1: created 1000 arrays in 0.001098 microseconds... Method 2: created 1000 arrays in 0.001223 microseconds...
Output for 5.6.25
Method 1: created 1000 arrays in 0.000925 microseconds... Method 2: created 1000 arrays in 0.00102 microseconds...
Output for 5.6.24
Method 1: created 1000 arrays in 0.000916 microseconds... Method 2: created 1000 arrays in 0.000982 microseconds...
Output for 5.6.23
Method 1: created 1000 arrays in 0.00102 microseconds... Method 2: created 1000 arrays in 0.000983 microseconds...
Output for 5.6.22
Method 1: created 1000 arrays in 0.000886 microseconds... Method 2: created 1000 arrays in 0.001048 microseconds...
Output for 5.6.21
Method 1: created 1000 arrays in 0.001064 microseconds... Method 2: created 1000 arrays in 0.001171 microseconds...
Output for 5.6.20
Method 1: created 1000 arrays in 0.001042 microseconds... Method 2: created 1000 arrays in 0.001019 microseconds...
Output for 5.6.19
Method 1: created 1000 arrays in 0.001454 microseconds... Method 2: created 1000 arrays in 0.000982 microseconds...
Output for 5.6.18
Method 1: created 1000 arrays in 0.001328 microseconds... Method 2: created 1000 arrays in 0.000978 microseconds...
Output for 5.6.17
Method 1: created 1000 arrays in 0.001804 microseconds... Method 2: created 1000 arrays in 0.001005 microseconds...
Output for 5.6.16
Method 1: created 1000 arrays in 0.002097 microseconds... Method 2: created 1000 arrays in 0.001687 microseconds...
Output for 5.6.15
Method 1: created 1000 arrays in 0.000879 microseconds... Method 2: created 1000 arrays in 0.00101 microseconds...
Output for 5.6.14
Method 1: created 1000 arrays in 0.00205 microseconds... Method 2: created 1000 arrays in 0.001537 microseconds...
Output for 5.6.13
Method 1: created 1000 arrays in 0.001377 microseconds... Method 2: created 1000 arrays in 0.00159 microseconds...
Output for 5.6.12
Method 1: created 1000 arrays in 0.000881 microseconds... Method 2: created 1000 arrays in 0.000974 microseconds...
Output for 5.6.11
Method 1: created 1000 arrays in 0.000884 microseconds... Method 2: created 1000 arrays in 0.000994 microseconds...
Output for 5.6.10
Method 1: created 1000 arrays in 0.001707 microseconds... Method 2: created 1000 arrays in 0.001051 microseconds...
Output for 5.6.9
Method 1: created 1000 arrays in 0.001343 microseconds... Method 2: created 1000 arrays in 0.001511 microseconds...
Output for 5.6.8
Method 1: created 1000 arrays in 0.000901 microseconds... Method 2: created 1000 arrays in 0.000995 microseconds...
Output for 5.6.7
Method 1: created 1000 arrays in 0.000902 microseconds... Method 2: created 1000 arrays in 0.000994 microseconds...
Output for 5.6.6
Method 1: created 1000 arrays in 0.001581 microseconds... Method 2: created 1000 arrays in 0.001674 microseconds...
Output for 5.6.5
Method 1: created 1000 arrays in 0.001957 microseconds... Method 2: created 1000 arrays in 0.002254 microseconds...
Output for 5.6.4
Method 1: created 1000 arrays in 0.001228 microseconds... Method 2: created 1000 arrays in 0.001382 microseconds...
Output for 5.6.3
Method 1: created 1000 arrays in 0.00088 microseconds... Method 2: created 1000 arrays in 0.000986 microseconds...
Output for 5.6.2
Method 1: created 1000 arrays in 0.00139 microseconds... Method 2: created 1000 arrays in 0.000997 microseconds...
Output for 5.6.1
Method 1: created 1000 arrays in 0.000896 microseconds... Method 2: created 1000 arrays in 0.001007 microseconds...
Output for 5.6.0
Method 1: created 1000 arrays in 0.001432 microseconds... Method 2: created 1000 arrays in 0.001556 microseconds...
Output for 5.5.38
Method 1: created 1000 arrays in 0.000916 microseconds... Method 2: created 1000 arrays in 0.001046 microseconds...
Output for 5.5.37
Method 1: created 1000 arrays in 0.001431 microseconds... Method 2: created 1000 arrays in 0.001656 microseconds...
Output for 5.5.36
Method 1: created 1000 arrays in 0.001721 microseconds... Method 2: created 1000 arrays in 0.001027 microseconds...
Output for 5.5.35
Method 1: created 1000 arrays in 0.001588 microseconds... Method 2: created 1000 arrays in 0.001124 microseconds...
Output for 5.5.34
Method 1: created 1000 arrays in 0.000912 microseconds... Method 2: created 1000 arrays in 0.001049 microseconds...
Output for 5.5.33
Method 1: created 1000 arrays in 0.000931 microseconds... Method 2: created 1000 arrays in 0.001035 microseconds...
Output for 5.5.32
Method 1: created 1000 arrays in 0.001271 microseconds... Method 2: created 1000 arrays in 0.001113 microseconds...
Output for 5.5.31
Method 1: created 1000 arrays in 0.000918 microseconds... Method 2: created 1000 arrays in 0.001046 microseconds...
Output for 5.5.30
Method 1: created 1000 arrays in 0.000967 microseconds... Method 2: created 1000 arrays in 0.001492 microseconds...
Output for 5.5.29
Method 1: created 1000 arrays in 0.001104 microseconds... Method 2: created 1000 arrays in 0.001261 microseconds...
Output for 5.5.28
Method 1: created 1000 arrays in 0.001574 microseconds... Method 2: created 1000 arrays in 0.001458 microseconds...
Output for 5.5.27
Method 1: created 1000 arrays in 0.001672 microseconds... Method 2: created 1000 arrays in 0.001008 microseconds...
Output for 5.5.26
Method 1: created 1000 arrays in 0.001322 microseconds... Method 2: created 1000 arrays in 0.001489 microseconds...
Output for 5.5.25
Method 1: created 1000 arrays in 0.000989 microseconds... Method 2: created 1000 arrays in 0.001037 microseconds...
Output for 5.5.24
Method 1: created 1000 arrays in 0.000925 microseconds... Method 2: created 1000 arrays in 0.001046 microseconds...
Output for 5.5.23
Method 1: created 1000 arrays in 0.001723 microseconds... Method 2: created 1000 arrays in 0.001042 microseconds...
Output for 5.5.22
Method 1: created 1000 arrays in 0.000966 microseconds... Method 2: created 1000 arrays in 0.001089 microseconds...
Output for 5.5.21
Method 1: created 1000 arrays in 0.000916 microseconds... Method 2: created 1000 arrays in 0.001034 microseconds...
Output for 5.5.20
Method 1: created 1000 arrays in 0.000923 microseconds... Method 2: created 1000 arrays in 0.001042 microseconds...
Output for 5.5.19
Method 1: created 1000 arrays in 0.001245 microseconds... Method 2: created 1000 arrays in 0.00104 microseconds...
Output for 5.5.18
Method 1: created 1000 arrays in 0.000905 microseconds... Method 2: created 1000 arrays in 0.001072 microseconds...
Output for 5.5.17
Method 1: created 1000 arrays in 0.00104 microseconds... Method 2: created 1000 arrays in 0.001039 microseconds...
Output for 5.5.16
Method 1: created 1000 arrays in 0.001793 microseconds... Method 2: created 1000 arrays in 0.001031 microseconds...
Output for 5.5.15
Method 1: created 1000 arrays in 0.001029 microseconds... Method 2: created 1000 arrays in 0.001009 microseconds...
Output for 5.5.14
Method 1: created 1000 arrays in 0.001958 microseconds... Method 2: created 1000 arrays in 0.002186 microseconds...
Output for 5.5.13
Method 1: created 1000 arrays in 0.00175 microseconds... Method 2: created 1000 arrays in 0.002018 microseconds...
Output for 5.5.12
Method 1: created 1000 arrays in 0.000993 microseconds... Method 2: created 1000 arrays in 0.001135 microseconds...
Output for 5.5.11
Method 1: created 1000 arrays in 0.000925 microseconds... Method 2: created 1000 arrays in 0.001088 microseconds...
Output for 5.5.10
Method 1: created 1000 arrays in 0.001559 microseconds... Method 2: created 1000 arrays in 0.001043 microseconds...
Output for 5.5.9
Method 1: created 1000 arrays in 0.001341 microseconds... Method 2: created 1000 arrays in 0.001575 microseconds...
Output for 5.5.8
Method 1: created 1000 arrays in 0.001408 microseconds... Method 2: created 1000 arrays in 0.001047 microseconds...
Output for 5.5.7
Method 1: created 1000 arrays in 0.000908 microseconds... Method 2: created 1000 arrays in 0.001017 microseconds...
Output for 5.5.6
Method 1: created 1000 arrays in 0.001496 microseconds... Method 2: created 1000 arrays in 0.001713 microseconds...
Output for 5.5.5
Method 1: created 1000 arrays in 0.000939 microseconds... Method 2: created 1000 arrays in 0.001065 microseconds...
Output for 5.5.4
Method 1: created 1000 arrays in 0.001017 microseconds... Method 2: created 1000 arrays in 0.00112 microseconds...
Output for 5.5.3
Method 1: created 1000 arrays in 0.001337 microseconds... Method 2: created 1000 arrays in 0.001531 microseconds...
Output for 5.5.2
Method 1: created 1000 arrays in 0.001277 microseconds... Method 2: created 1000 arrays in 0.001041 microseconds...
Output for 5.5.1
Method 1: created 1000 arrays in 0.00128 microseconds... Method 2: created 1000 arrays in 0.001021 microseconds...
Output for 5.5.0
Method 1: created 1000 arrays in 0.001405 microseconds... Method 2: created 1000 arrays in 0.001562 microseconds...
Output for 5.4.45
Method 1: created 1000 arrays in 0.001712 microseconds... Method 2: created 1000 arrays in 0.001941 microseconds...
Output for 5.4.44
Method 1: created 1000 arrays in 0.000935 microseconds... Method 2: created 1000 arrays in 0.001034 microseconds...
Output for 5.4.43
Method 1: created 1000 arrays in 0.0014 microseconds... Method 2: created 1000 arrays in 0.001593 microseconds...
Output for 5.4.42
Method 1: created 1000 arrays in 0.001027 microseconds... Method 2: created 1000 arrays in 0.001054 microseconds...
Output for 5.4.41
Method 1: created 1000 arrays in 0.00159 microseconds... Method 2: created 1000 arrays in 0.001795 microseconds...
Output for 5.4.40
Method 1: created 1000 arrays in 0.001104 microseconds... Method 2: created 1000 arrays in 0.001292 microseconds...
Output for 5.4.39
Method 1: created 1000 arrays in 0.002146 microseconds... Method 2: created 1000 arrays in 0.002477 microseconds...
Output for 5.4.38
Method 1: created 1000 arrays in 0.001483 microseconds... Method 2: created 1000 arrays in 0.001555 microseconds...
Output for 5.4.37
Method 1: created 1000 arrays in 0.001248 microseconds... Method 2: created 1000 arrays in 0.001355 microseconds...
Output for 5.4.36
Method 1: created 1000 arrays in 0.000901 microseconds... Method 2: created 1000 arrays in 0.001034 microseconds...
Output for 5.4.35
Method 1: created 1000 arrays in 0.001706 microseconds... Method 2: created 1000 arrays in 0.001938 microseconds...
Output for 5.4.34
Method 1: created 1000 arrays in 0.002006 microseconds... Method 2: created 1000 arrays in 0.002289 microseconds...
Output for 5.4.33
Method 1: created 1000 arrays in 0.001545 microseconds... Method 2: created 1000 arrays in 0.001048 microseconds...
Output for 5.4.32
Method 1: created 1000 arrays in 0.001892 microseconds... Method 2: created 1000 arrays in 0.002158 microseconds...
Output for 5.4.31
Method 1: created 1000 arrays in 0.001246 microseconds... Method 2: created 1000 arrays in 0.001045 microseconds...
Output for 5.4.30
Method 1: created 1000 arrays in 0.001988 microseconds... Method 2: created 1000 arrays in 0.002314 microseconds...
Output for 5.4.29
Method 1: created 1000 arrays in 0.001666 microseconds... Method 2: created 1000 arrays in 0.001931 microseconds...
Output for 5.4.28
Method 1: created 1000 arrays in 0.000921 microseconds... Method 2: created 1000 arrays in 0.001071 microseconds...
Output for 5.4.27
Method 1: created 1000 arrays in 0.002539 microseconds... Method 2: created 1000 arrays in 0.002804 microseconds...
Output for 5.4.26
Method 1: created 1000 arrays in 0.001382 microseconds... Method 2: created 1000 arrays in 0.001359 microseconds...
Output for 5.4.25
Method 1: created 1000 arrays in 0.002363 microseconds... Method 2: created 1000 arrays in 0.002691 microseconds...
Output for 5.4.24
Method 1: created 1000 arrays in 0.002053 microseconds... Method 2: created 1000 arrays in 0.002361 microseconds...
Output for 5.4.23
Method 1: created 1000 arrays in 0.001459 microseconds... Method 2: created 1000 arrays in 0.001631 microseconds...
Output for 5.4.22
Method 1: created 1000 arrays in 0.001702 microseconds... Method 2: created 1000 arrays in 0.001061 microseconds...
Output for 5.4.21
Method 1: created 1000 arrays in 0.000935 microseconds... Method 2: created 1000 arrays in 0.001041 microseconds...
Output for 5.4.20
Method 1: created 1000 arrays in 0.000951 microseconds... Method 2: created 1000 arrays in 0.001107 microseconds...
Output for 5.4.19
Method 1: created 1000 arrays in 0.001068 microseconds... Method 2: created 1000 arrays in 0.001267 microseconds...
Output for 5.4.18
Method 1: created 1000 arrays in 0.002523 microseconds... Method 2: created 1000 arrays in 0.002358 microseconds...
Output for 5.4.17
Method 1: created 1000 arrays in 0.002309 microseconds... Method 2: created 1000 arrays in 0.00266 microseconds...
Output for 5.4.16
Method 1: created 1000 arrays in 0.000928 microseconds... Method 2: created 1000 arrays in 0.001051 microseconds...
Output for 5.4.15
Method 1: created 1000 arrays in 0.001259 microseconds... Method 2: created 1000 arrays in 0.001427 microseconds...
Output for 5.4.14
Method 1: created 1000 arrays in 0.001481 microseconds... Method 2: created 1000 arrays in 0.001723 microseconds...
Output for 5.4.13
Method 1: created 1000 arrays in 0.001325 microseconds... Method 2: created 1000 arrays in 0.001112 microseconds...
Output for 5.4.12
Method 1: created 1000 arrays in 0.002149 microseconds... Method 2: created 1000 arrays in 0.001028 microseconds...
Output for 5.4.11
Method 1: created 1000 arrays in 0.001552 microseconds... Method 2: created 1000 arrays in 0.001112 microseconds...
Output for 5.4.10
Method 1: created 1000 arrays in 0.00131 microseconds... Method 2: created 1000 arrays in 0.001054 microseconds...
Output for 5.4.9
Method 1: created 1000 arrays in 0.001375 microseconds... Method 2: created 1000 arrays in 0.001585 microseconds...
Output for 5.4.8
Method 1: created 1000 arrays in 0.00194 microseconds... Method 2: created 1000 arrays in 0.002171 microseconds...
Output for 5.4.7
Method 1: created 1000 arrays in 0.002184 microseconds... Method 2: created 1000 arrays in 0.002471 microseconds...
Output for 5.4.6
Method 1: created 1000 arrays in 0.001979 microseconds... Method 2: created 1000 arrays in 0.00206 microseconds...
Output for 5.4.5
Method 1: created 1000 arrays in 0.001341 microseconds... Method 2: created 1000 arrays in 0.0014 microseconds...
Output for 5.4.4
Method 1: created 1000 arrays in 0.001217 microseconds... Method 2: created 1000 arrays in 0.001431 microseconds...
Output for 5.4.3
Method 1: created 1000 arrays in 0.002336 microseconds... Method 2: created 1000 arrays in 0.002686 microseconds...
Output for 5.4.2
Method 1: created 1000 arrays in 0.001879 microseconds... Method 2: created 1000 arrays in 0.002224 microseconds...
Output for 5.4.1
Method 1: created 1000 arrays in 0.002493 microseconds... Method 2: created 1000 arrays in 0.001534 microseconds...
Output for 5.4.0
Method 1: created 1000 arrays in 0.002563 microseconds... Method 2: created 1000 arrays in 0.002235 microseconds...

preferences:
184.98 ms | 401 KiB | 242 Q