3v4l.org

run code in 300+ PHP versions simultaneously
<?php $range = range(1,100000); $start_time = microtime(); array_shift($range); $end_time = microtime(); echo "array_shift:" . $end_time - $start_time; echo "\n\n"; $start_time = microtime(); echo "count: " . count($range); $end_time = microtime(); echo $end_time - $start_time;
Output for 7.4.1
Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /in/GT8bJ on line 11 Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.002332 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 5.0000000000002E-6
Output for 7.4.0
Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /in/GT8bJ on line 11 Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.002336 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.2E-5
Output for 7.3.13
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.002381 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 5.9999999999999E-6
Output for 7.3.12
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.002286 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.8E-5
Output for 7.3.11
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.002381 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.7E-5
Output for 7.3.10
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001844 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.0E-5
Output for 7.3.9
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.002024 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.0E-5
Output for 7.3.8
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001705 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 8.9999999999999E-6
Output for 7.3.7
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.00167 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 7.9999999999998E-6
Output for 7.3.6
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.002518 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.1E-5
Output for 7.2.21, 7.3.5
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001801 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 4.0000000000001E-6
Output for 7.3.4
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.002251 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.1E-5
Output for 7.3.3
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.002391 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.1E-5
Output for 7.3.2
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.00136 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.7E-5
Output for 7.3.1
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001579 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.1E-5
Output for 7.3.0
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001536 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 4.9999999999998E-6
Output for 7.2.26
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001862 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.2E-5
Output for 7.2.25
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.002293 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 5.9999999999999E-6
Output for 7.2.24
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.002721 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 3.0E-6
Output for 7.2.23
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001847 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 4.9999999999998E-6
Output for 7.2.22
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001733 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 4.0000000000001E-6
Output for 7.2.20
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.003226 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 3.0E-6
Output for 7.2.19
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001791 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 3.0E-6
Output for 7.2.18
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.002021 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 4.0000000000001E-6
Output for 7.2.17
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.002341 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 8.0000000000002E-6
Output for 7.2.16
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001898 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 4.0000000000001E-6
Output for 7.2.15
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001187 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 3.9999999999999E-6
Output for 7.2.14
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001172 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 3.9999999999999E-6
Output for 7.2.13
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001107 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 3.0E-6
Output for 7.2.12
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001325 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.0E-5
Output for 7.2.11
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001822 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 5.9999999999999E-6
Output for 7.2.10
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001008 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 3.0E-6
Output for 7.2.9
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001077 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 6.9999999999998E-6
Output for 7.2.8
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001324 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 4.0000000000001E-6
Output for 7.2.7
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001249 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 4.0000000000001E-6
Output for 7.2.6
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001157 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 3.0E-6
Output for 7.2.5
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001308 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 5.9999999999999E-6
Output for 7.2.4
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001031 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 3.0E-6
Output for 7.2.3
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001431 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 5.9999999999999E-6
Output for 7.2.2
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.000937 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 3.0E-6
Output for 7.2.1
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001214 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 4.0000000000001E-6
Output for 7.2.0
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001345 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 5.0000000000002E-6
Output for 7.1.33
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001297 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.1E-5
Output for 7.1.32
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001332 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.4E-5
Output for 7.1.31
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001246 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.0E-5
Output for 7.1.30
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001221 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.0E-5
Output for 7.1.29
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001267 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.1E-5
Output for 7.1.28
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001216 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 9.0000000000001E-6
Output for 7.1.27
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001254 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.6E-5
Output for 7.1.26
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001127 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.0E-5
Output for 7.1.25
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001108 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 7.0000000000001E-6
Output for 7.1.24
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001248 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 9.0000000000001E-6
Output for 7.1.23
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001178 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.4E-5
Output for 7.1.22
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001653 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.1E-5
Output for 7.1.21
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001143 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 8.9999999999999E-6
Output for 7.1.20
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001751 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.4E-5
Output for 7.1.19
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001135 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 8.0E-6
Output for 7.1.18
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001066 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.1E-5
Output for 7.1.17
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001355 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 8.9999999999999E-6
Output for 7.1.16
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.000964 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 7.0000000000001E-6
Output for 7.1.15
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001007 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 7.0000000000001E-6
Output for 7.1.14
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001557 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.4E-5
Output for 7.1.13
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.000973 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 7.0000000000001E-6
Output for 7.1.12
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001066 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.0E-5
Output for 7.1.11
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001398 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 7.0000000000001E-6
Output for 7.1.10
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001312 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.0E-5
Output for 7.1.9
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001597 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 2.1E-5
Output for 7.1.8
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001605 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.1E-5
Output for 7.1.7
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001252 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.3E-5
Output for 7.1.6
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001614 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.2E-5
Output for 7.1.5
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.000963 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 2.4E-5
Output for 7.1.4
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001502 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.3E-5
Output for 7.1.3
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001477 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 7.9999999999998E-6
Output for 7.1.2
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001073 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.5E-5
Output for 7.1.1
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.001435 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.9E-5
Output for 7.1.0
Warning: A non-numeric value encountered in /in/GT8bJ on line 11 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 11 -0.00156 count: 99999 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 Notice: A non well formed numeric value encountered in /in/GT8bJ on line 21 1.4E-5
Output for 7.0.33
-0.001124 count: 999999.0000000000001E-6
Output for 7.0.32
-0.001589 count: 999997.0000000000001E-6
Output for 7.0.31
-0.001231 count: 999996.9999999999998E-6
Output for 7.0.30
-0.001189 count: 999996.0000000000001E-6
Output for 7.0.29
-0.001194 count: 999995.9999999999999E-6
Output for 7.0.28
-0.000953 count: 999991.0E-5
Output for 7.0.27
-0.00128 count: 999997.9999999999998E-6
Output for 7.0.26
-0.001285 count: 999992.0E-5
Output for 7.0.25
-0.00096 count: 999996.9999999999998E-6
Output for 7.0.24
-0.00104 count: 999998.0E-6
Output for 7.0.23
-0.001548 count: 999997.9999999999998E-6
Output for 7.0.22
-0.001454 count: 999994.9999999999998E-6
Output for 7.0.21
-0.001388 count: 999998.9999999999999E-6
Output for 7.0.20
-0.001374 count: 999991.0E-5
Output for 7.0.19
-0.001203 count: 999998.0E-6
Output for 7.0.18
-0.001659 count: 999996.9999999999996E-6
Output for 7.0.17
-0.001029 count: 999991.0E-5
Output for 7.0.16
-0.00134 count: 999997.0000000000001E-6
Output for 7.0.15
-0.00105 count: 999997.0000000000001E-6
Output for 7.0.14
-0.001632 count: 999998.0000000000002E-6
Output for 7.0.13
-0.001488 count: 999997.9999999999998E-6
Output for 7.0.12
-0.001427 count: 999991.5E-5
Output for 7.0.11
-0.001633 count: 999991.4E-5
Output for 7.0.10
-0.001023 count: 999998.9999999999999E-6
Output for 7.0.9
-0.001451 count: 999998.9999999999999E-6
Output for 7.0.8
-0.001022 count: 999991.0E-5
Output for 7.0.7
-0.001678 count: 999991.3E-5
Output for 7.0.6
-0.001489 count: 999998.0000000000002E-6
Output for 7.0.5
-0.001798 count: 999997.9999999999998E-6
Output for 7.0.4
-0.00152 count: 999998.0000000000002E-6
Output for 7.0.3
-0.001012 count: 999991.0E-5
Output for 7.0.2
-0.001074 count: 999993.9999999999999E-6
Output for 7.0.1
-0.001951 count: 999991.5E-5
Output for 7.0.0
-0.001878 count: 999991.3E-5
Output for 5.6.40
-0.013714 count: 999994.9999999999998E-6
Output for 5.6.39
-0.014231 count: 999995.9999999999991E-6
Output for 5.6.38
-0.015162 count: 999995.9999999999991E-6
Output for 5.6.37
-0.0156 count: 999995.0000000000015E-6
Output for 5.6.36
-0.013122 count: 999994.9999999999998E-6
Output for 5.6.35
-0.018829 count: 999994.9999999999981E-6
Output for 5.6.34
-0.014221 count: 999995.0000000000015E-6
Output for 5.6.33
-0.015262 count: 999994.9999999999981E-6
Output for 5.6.32
-0.014197 count: 999995.9999999999991E-6
Output for 5.6.31
-0.013897 count: 999995.9999999999991E-6
Output for 5.6.30
-0.01292 count: 999994.9999999999998E-6
Output for 5.6.29
-0.012609 count: 999994.9999999999998E-6
Output for 5.6.28
-0.014134 count: 999994.9999999999981E-6
Output for 5.6.27
-0.013133 count: 999994.9999999999998E-6
Output for 5.6.26
-0.015326 count: 999995.9999999999991E-6
Output for 5.6.25
-0.015416 count: 999995.0000000000015E-6
Output for 5.6.24
-0.01351 count: 999994.9999999999998E-6
Output for 5.6.23
-0.013933 count: 999995.0000000000015E-6
Output for 5.6.22
-0.015139 count: 999996.9999999999966E-6
Output for 5.6.21
-0.01597 count: 999995.0000000000015E-6
Output for 5.6.20
-0.013157 count: 999995.9999999999991E-6
Output for 5.6.19
-0.014822 count: 999994.9999999999981E-6
Output for 5.6.18
-0.014442 count: 999994.9999999999981E-6
Output for 5.6.17
-0.015446 count: 999995.9999999999991E-6
Output for 5.6.16
-0.015016 count: 999999.0000000000021E-6
Output for 5.6.15
-0.016201 count: 999997.0000000000001E-6
Output for 5.6.14
-0.014684 count: 999995.0000000000015E-6
Output for 5.6.13
-0.013033 count: 999994.9999999999998E-6
Output for 5.6.12
-0.014183 count: 999994.9999999999981E-6
Output for 5.6.11
-0.014946 count: 999995.0000000000015E-6
Output for 5.6.10
-0.013515 count: 999993.9999999999988E-6
Output for 5.6.9
-0.016834 count: 999997.9999999999976E-6
Output for 5.6.8
-0.015412 count: 999996.0000000000025E-6
Output for 5.6.7
-0.01197 count: 999995.0000000000015E-6
Output for 5.6.6
-0.013524 count: 999997.0000000000001E-6
Output for 5.6.5
-0.014241 count: 999999.0000000000021E-6
Output for 5.6.4
-0.014295 count: 999995.0000000000015E-6
Output for 5.6.3
-0.016344 count: 999995.0000000000015E-6
Output for 5.6.2
-0.015024 count: 999995.0000000000015E-6
Output for 5.6.1
-0.013422 count: 999996.0000000000008E-6
Output for 5.6.0
-0.015729 count: 999997.9999999999976E-6
Output for 5.5.38
-0.013159 count: 999995.0000000000015E-6
Output for 5.5.37
-0.014861 count: 999994.9999999999981E-6
Output for 5.5.36
-0.014189 count: 999994.9999999999981E-6
Output for 5.5.35
-0.013253 count: 999997.0000000000001E-6
Output for 5.5.34
-0.016104 count: 999995.9999999999991E-6
Output for 5.5.33
-0.013351 count: 999995.0000000000015E-6
Output for 5.5.32
-0.012898 count: 999995.9999999999991E-6
Output for 5.5.31
-0.014027 count: 999998.0000000000011E-6
Output for 5.5.30
-0.013751 count: 999995.0000000000015E-6
Output for 5.5.29
-0.014415 count: 999995.9999999999991E-6
Output for 5.5.28
-0.014245 count: 999999.9999999999996E-6
Output for 5.5.27
-0.012739 count: 999994.9999999999981E-6
Output for 5.5.26
-0.013141 count: 999994.9999999999981E-6
Output for 5.5.25
-0.020206 count: 999997.0000000000001E-6
Output for 5.5.24
-0.020444 count: 999998.0000000000011E-6
Output for 5.5.23
-0.012003 count: 999995.0000000000015E-6
Output for 5.5.22
-0.014267 count: 999996.0000000000025E-6
Output for 5.5.21
-0.014804 count: 999991.2999999999999E-5
Output for 5.5.20
-0.016697 count: 999995.9999999999991E-6
Output for 5.5.19
-0.014106 count: 999995.9999999999991E-6
Output for 5.5.18
-0.01407 count: 999999.9999999999996E-6
Output for 5.5.17
-0.016478 count: 999995.9999999999991E-6
Output for 5.5.16
-0.01382 count: 999996.0000000000025E-6
Output for 5.5.15
-0.014218 count: 999994.9999999999981E-6
Output for 5.5.14
-0.015358 count: 999998.0000000000011E-6
Output for 5.5.13
-0.014076 count: 999997.0000000000001E-6
Output for 5.5.12
-0.015694 count: 999998.9999999999986E-6
Output for 5.5.11
-0.013932 count: 999995.0000000000015E-6
Output for 5.5.10
-0.016298 count: 999995.9999999999991E-6
Output for 5.5.9
-0.012805 count: 999995.0000000000015E-6
Output for 5.5.8
-0.013358 count: 999997.0000000000001E-6
Output for 5.5.7
-0.012863 count: 999996.0000000000025E-6
Output for 5.5.6
-0.017292 count: 999998.9999999999986E-6
Output for 5.5.5
-0.013277 count: 999996.0000000000025E-6
Output for 5.5.4
-0.016076 count: 999998.0000000000011E-6
Output for 5.5.3
-0.017389 count: 999997.0000000000001E-6
Output for 5.5.2
-0.013155 count: 999994.9999999999981E-6
Output for 5.5.1
-0.016257 count: 999998.0000000000011E-6
Output for 5.5.0
-0.014792 count: 999995.0000000000015E-6
Output for 5.4.45
-0.016522 count: 999996.9999999999966E-6
Output for 5.4.44
-0.01561 count: 999998.0000000000011E-6
Output for 5.4.43
-0.014745 count: 999995.0000000000015E-6
Output for 5.4.42
-0.015665 count: 999997.9999999999976E-6
Output for 5.4.41
-0.01996 count: 999997.9999999999976E-6
Output for 5.4.40
-0.020309 count: 999997.9999999999976E-6
Output for 5.4.39
-0.012584 count: 999996.0000000000025E-6
Output for 5.4.38
-0.013698 count: 999995.0000000000015E-6
Output for 5.4.37
-0.01278 count: 999991.4999999999998E-5
Output for 5.4.36
-0.019799 count: 999997.9999999999976E-6
Output for 5.4.35
-0.014488 count: 999995.0000000000015E-6
Output for 5.4.34
-0.01712 count: 999994.9999999999981E-6
Output for 5.4.33
-0.014249 count: 999995.9999999999991E-6
Output for 5.4.32
-0.016556 count: 999994.9999999999981E-6
Output for 5.4.31
-0.016208 count: 999998.0000000000011E-6
Output for 5.4.30
-0.015394 count: 999996.0000000000025E-6
Output for 5.4.29
-0.018234 count: 999998.0000000000011E-6
Output for 5.4.28
-0.016414 count: 999995.0000000000015E-6
Output for 5.4.27
-0.013288 count: 999995.0000000000015E-6
Output for 5.4.26
-0.01651 count: 999994.9999999999981E-6
Output for 5.4.25
-0.017215 count: 999998.0000000000011E-6
Output for 5.4.24
-0.014537 count: 999995.9999999999991E-6
Output for 5.4.23
-0.014912 count: 999997.0000000000001E-6
Output for 5.4.22
-0.017239 count: 999995.9999999999991E-6
Output for 5.4.21
-0.014802 count: 999995.9999999999991E-6
Output for 5.4.20
-0.012558 count: 999997.0000000000001E-6
Output for 5.4.19
-0.017127 count: 999995.9999999999991E-6
Output for 5.4.18
-0.017398 count: 999995.0000000000015E-6
Output for 5.4.17
-0.015099 count: 999996.0000000000025E-6
Output for 5.4.16
-0.01359 count: 999995.0000000000015E-6
Output for 5.4.15
-0.017635 count: 999994.9999999999981E-6
Output for 5.4.14
-0.012116 count: 999994.9999999999998E-6
Output for 5.4.13
-0.016321 count: 999994.9999999999981E-6
Output for 5.4.12
-0.016486 count: 999995.9999999999991E-6
Output for 5.4.11
-0.013815 count: 999995.0000000000015E-6
Output for 5.4.10
-0.015552 count: 999997.0000000000001E-6
Output for 5.4.9
-0.015716 count: 999995.9999999999991E-6
Output for 5.4.8
-0.016854 count: 999997.0000000000001E-6
Output for 5.4.7
-0.015217 count: 999994.0000000000005E-6
Output for 5.4.6
-0.015911 count: 999996.0000000000025E-6
Output for 5.4.5
-0.016211 count: 999997.9999999999976E-6
Output for 5.4.4
-0.016118 count: 999997.9999999999976E-6
Output for 5.4.3
-0.014113 count: 999995.0000000000015E-6
Output for 5.4.2
-0.016363 count: 999995.9999999999991E-6
Output for 5.4.1
-0.01703 count: 999994.9999999999981E-6
Output for 5.4.0
-0.01499 count: 999995.0000000000015E-6
Output for 5.3.14, 5.3.23, 5.3.29
-0.0001 count: 999994.9999999999998E-6
Output for 5.3.2, 5.3.6, 5.3.21, 5.3.24, 5.3.26 - 5.3.28
-0.0001 count: 999995.9999999999999E-6
Output for 5.3.25
-0.0001 count: 999997.9999999999998E-6
Output for 5.3.9, 5.3.11, 5.3.15 - 5.3.16, 5.3.22
-0.0001 count: 999991.3E-5
Output for 5.3.20
-0.0001 count: 999993.9999999999997E-6
Output for 5.3.19
-0.0001 count: 999997.0000000000001E-6
Output for 5.3.18
-0.0001 count: 999991.7000000000001E-5
Output for 5.3.17
-0.0001 count: 999991.2E-5
Output for 5.3.13
-0.0001 count: 999991.7E-5
Output for 5.3.12
-0.0001 count: 999991.8E-5
Output for 5.3.10
-0.0001 count: 999991.5E-5
Output for 5.3.0, 5.3.8
-0.0001 count: 999991.0E-5
Output for 5.3.5, 5.3.7
-0.0001 count: 999998.9999999999999E-6
Output for 5.3.4
-0.0001 count: 999999.0000000000003E-6
Output for 5.3.3
-0.0001 count: 999991.6E-5
Output for 5.3.1
-0.0001 count: 999991.1E-5
Output for 5.2.17
-0.095172 count: 999994.000000000004E-6
Output for 5.2.16
-0.237739 count: 999993.000000000003E-6
Output for 5.2.15
-0.555606 count: 999994.000000000004E-6
Output for 5.2.14
-0.9008 count: 999993.0000000000863E-6
Output for 5.2.13
-0.212334 count: 999995.000000000005E-6
Output for 5.2.12
-0.363504 count: 999994.000000000004E-6
Output for 5.2.11
-0.686523 count: 999994.000000000004E-6
Output for 5.2.10
-0.986509 count: 999995.9999999999505E-6
Output for 5.2.9
-0.135671 count: 999994.000000000004E-6
Output for 5.2.8
-0.292959 count: 999996.000000000006E-6
Output for 5.2.7
-0.448632 count: 999996.000000000006E-6
Output for 5.2.6
-0.807249 count: 999994.000000000004E-6
Output for 5.2.5
-0.115022 count: 999991.7000000000003E-5
Output for 5.2.4
-0.277846 count: 999994.9999999999772E-6
Output for 5.2.3
-0.43128 count: 999994.000000000004E-6
Output for 5.2.2
-0.596778 count: 999994.000000000004E-6
Output for 5.2.1
-0.229402 count: 999998.9999999999812E-06
Output for 5.2.0
-0.380957 count: 999994.000000000004E-06
Output for 5.1.6
-0.54272 count: 999995.0000000000328E-06
Output for 5.1.5
-0.916315 count: 999997.0000000000903E-06
Output for 5.1.4
-0.257791 count: 999995.0000000000328E-06
Output for 5.1.3
-0.485988 count: 999996.000000000006E-06
Output for 5.1.2
-0.644409 count: 999994.000000000004E-06
Output for 5.1.1
-0.962038 count: 999995.0000000000328E-06
Output for 5.1.0
-0.153871 count: 999997.000000000007E-06
Output for 5.0.5
-0.447723 count: 999995.0000000000328E-06
Output for 5.0.4
-0.758177 count: 999998.000000000008E-06
Output for 5.0.3
-0.060709 count: 999996.9999999999931E-06
Output for 5.0.2
-0.348705 count: 999995.0000000000328E-06
Output for 5.0.1
-0.668584 count: 999994.000000000004E-06
Output for 5.0.0
-0.858302 count: 999994.000000000004E-06
Output for 4.4.9
-0.588103 count: 999995.0000000000328E-06
Output for 4.4.8
-0.947279 count: 999998.000000000008E-06
Output for 4.4.7
-0.744212 count: 999998.000000000008E-06
Output for 4.4.6
-0.912914 count: 999995.9999999999505E-06
Output for 4.4.5
-0.065896 count: 999995.000000000005E-06
Output for 4.4.4
-0.744108 count: 999996.0000000000615E-06
Output for 4.4.3
-0.07483 count: 999995.9999999999921E-06
Output for 4.4.2
-0.795463 count: 999998.000000000008E-06
Output for 4.4.1
-0.297373 count: 999995.9999999999505E-06
Output for 4.4.0
-0.595468 count: 999999.9999999999545E-06
Output for 4.3.11
-0.908256 count: 999996.9999999999792E-06
Output for 4.3.10
-0.200771 count: 999995.000000000005E-06
Output for 4.3.9
-0.521955 count: 999998.000000000008E-06
Output for 4.3.8
-0.044481 count: 999995.9999999999991E-06
Output for 4.3.7
-0.184784 count: 999996.000000000006E-06
Output for 4.3.6
-0.324925 count: 999994.000000000004E-06
Output for 4.3.5
-0.468201 count: 999994.000000000004E-06
Output for 4.3.4
-0.613214 count: 999994.9999999999217E-06
Output for 4.3.3
-0.76681 count: 999994.000000000004E-06
Output for 4.3.2
-0.905346 count: 999994.000000000004E-06
Output for 4.3.1
-0.048027 count: 999993.9999999999971E-06
Output for 4.3.0
-0.185124 count: 999994.000000000004E-06

preferences:
219.67 ms | 401 KiB | 325 Q