3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = microtime(); for ($i = 0;$i<200;$i++) { fmod(34, 4294967296); } $end = microtime(); echo "fmod: ".$end-$start."<br>\n"; $start = microtime(); for ($i = 0;$i<200;$i++) { bcmod('34', '4294967296'); } $end = microtime(); echo "bcmod: ".$end-$start."<br>\n";
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/ivhXm on line 8 Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /in/ivhXm on line 15 Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000259<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000335<br>
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/ivhXm on line 8 Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /in/ivhXm on line 15 Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000221<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000284<br>
Output for 7.3.13
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000222<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000303<br>
Output for 7.3.12
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000187<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000274<br>
Output for 7.3.11
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000229<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000327<br>
Output for 7.3.10
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000172<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000247<br>
Output for 7.3.9
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000144<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000216<br>
Output for 7.3.8
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000146<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000208<br>
Output for 7.3.7
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000133<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000191<br>
Output for 7.3.6
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.00014<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000217<br>
Output for 7.3.5
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000135<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000198<br>
Output for 7.3.4
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000147<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000217<br>
Output for 7.3.3
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000141<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000212<br>
Output for 7.3.2
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -9.5E-5<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000163<br>
Output for 7.3.1
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000138<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000234<br>
Output for 7.3.0
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -9.5E-5<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000164<br>
Output for 7.2.26
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.00021<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000363<br>
Output for 7.2.25
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.00023<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000348<br>
Output for 7.2.24
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000126<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.00019<br>
Output for 7.2.23
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.00024<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000352<br>
Output for 7.2.22
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000213<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000318<br>
Output for 7.2.21
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000143<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000218<br>
Output for 7.2.20
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.00017<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000256<br>
Output for 7.2.19
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000135<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000204<br>
Output for 7.2.18
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000144<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000219<br>
Output for 7.2.17
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000235<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.00036<br>
Output for 7.2.16
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000201<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000317<br>
Output for 7.2.15
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000119<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000202<br>
Output for 7.2.14
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000114<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000203<br>
Output for 7.2.13
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000102<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000171<br>
Output for 7.2.4, 7.2.12
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000105<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.00018<br>
Output for 7.2.11
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000125<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000203<br>
Output for 7.2.10
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.0001<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000174<br>
Output for 7.1.27, 7.2.9
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000126<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000208<br>
Output for 7.2.8
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -9.5E-5<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.00015<br>
Output for 7.2.7
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000213<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000311<br>
Output for 7.2.6
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000107<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000176<br>
Output for 7.2.5
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000156<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000251<br>
Output for 7.2.3
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000106<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000177<br>
Output for 7.2.2
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000122<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000212<br>
Output for 7.2.1
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000104<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000178<br>
Output for 7.2.0
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000192<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000319<br>
Output for 7.1.33
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000181<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000311<br>
Output for 7.1.32
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.00017<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.00029<br>
Output for 7.1.31
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000103<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.00017<br>
Output for 7.1.30
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000102<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000172<br>
Output for 7.1.29
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000123<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000235<br>
Output for 7.1.28
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000193<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000314<br>
Output for 7.1.26
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000254<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000349<br>
Output for 7.1.25
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000143<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.00023<br>
Output for 7.1.24
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000111<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000179<br>
Output for 7.1.23
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000148<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000255<br>
Output for 7.1.22
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000135<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000217<br>
Output for 7.1.21
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000116<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000196<br>
Output for 7.1.20
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000224<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000376<br>
Output for 7.1.19
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000154<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000249<br>
Output for 7.1.18
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000201<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000332<br>
Output for 7.1.17
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000107<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000177<br>
Output for 7.1.16
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000104<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000174<br>
Output for 7.1.15
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.00011<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000173<br>
Output for 7.1.14
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000112<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000201<br>
Output for 7.1.13
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000164<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000262<br>
Output for 7.1.12
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -9.8E-5<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.00016<br>
Output for 7.1.11
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000187<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000304<br>
Output for 7.1.10
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000195<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.00033<br>
Output for 7.1.9
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000115<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000174<br>
Output for 7.1.8
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000178<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000273<br>
Output for 7.1.7
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000124<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000202<br>
Output for 7.1.6
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000105<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000181<br>
Output for 7.1.5
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.00014<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000239<br>
Output for 7.1.4
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.0001<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000168<br>
Output for 7.1.3
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000213<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000351<br>
Output for 7.1.2
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.00011<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000181<br>
Output for 7.1.1
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000122<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000194<br>
Output for 7.1.0
Warning: A non-numeric value encountered in /in/ivhXm on line 8 Notice: A non well formed numeric value encountered in /in/ivhXm on line 8 -0.000106<br> Warning: A non-numeric value encountered in /in/ivhXm on line 15 Notice: A non well formed numeric value encountered in /in/ivhXm on line 15 -0.000178<br>
Output for 7.0.33
-0.000104<br> -0.000169<br>
Output for 7.0.32
-0.000104<br> -0.000168<br>
Output for 7.0.31
-0.000122<br> -0.0002<br>
Output for 7.0.30
-0.000143<br> -0.000234<br>
Output for 7.0.29
-0.000106<br> -0.000169<br>
Output for 7.0.28
-0.000103<br> -0.000166<br>
Output for 7.0.27
-0.000119<br> -0.000186<br>
Output for 7.0.26
-0.000145<br> -0.000228<br>
Output for 7.0.25
-0.000147<br> -0.000229<br>
Output for 7.0.24
-0.0001<br> -0.000164<br>
Output for 7.0.23
-0.000122<br> -0.000195<br>
Output for 7.0.22
-0.00012<br> -0.000192<br>
Output for 7.0.21
-9.9E-5<br> -0.000157<br>
Output for 7.0.20
-0.000145<br> -0.000232<br>
Output for 7.0.19
-0.00016<br> -0.000259<br>
Output for 7.0.18
-0.000178<br> -0.000287<br>
Output for 7.0.17
-0.000105<br> -0.000167<br>
Output for 7.0.16
-0.000184<br> -0.000297<br>
Output for 7.0.15
-0.000122<br> -0.000194<br>
Output for 7.0.14
-8.9E-5<br> -0.00014<br>
Output for 7.0.13
-0.000196<br> -0.000317<br>
Output for 7.0.12
-0.000108<br> -0.000176<br>
Output for 7.0.11
-0.000166<br> -0.000268<br>
Output for 7.0.10
-0.000122<br> -0.000199<br>
Output for 7.0.9
-0.000196<br> -0.000314<br>
Output for 7.0.8
-0.000149<br> -0.000232<br>
Output for 7.0.7
-9.9E-5<br> -0.000161<br>
Output for 7.0.6
-0.000113<br> -0.0002<br>
Output for 7.0.5
-0.000149<br> -0.000242<br>
Output for 7.0.4
-0.000163<br> -0.000246<br>
Output for 7.0.3
-0.000105<br> -0.000166<br>
Output for 7.0.2
-0.000182<br> -0.000313<br>
Output for 7.0.1
-0.000143<br> -0.00024<br>
Output for 7.0.0
-0.000119<br> -0.000196<br>
Output for 5.6.24, 5.6.40
-0.000108<br> -0.0002<br>
Output for 5.6.39
-0.000146<br> -0.000272<br>
Output for 5.6.38
-0.000155<br> -0.000318<br>
Output for 5.6.37
-0.000128<br> -0.000233<br>
Output for 5.6.36
-0.000122<br> -0.000214<br>
Output for 5.6.35
-0.000177<br> -0.000374<br>
Output for 5.6.34
-0.000183<br> -0.000304<br>
Output for 5.6.33
-0.000118<br> -0.00022<br>
Output for 5.6.32
-0.000186<br> -0.000357<br>
Output for 5.6.31
-0.000169<br> -0.000323<br>
Output for 5.6.30
-0.00013<br> -0.000261<br>
Output for 5.6.29
-0.000132<br> -0.000258<br>
Output for 5.6.28
-0.000167<br> -0.000302<br>
Output for 5.6.27
-0.000112<br> -0.000221<br>
Output for 5.6.26
-0.000132<br> -0.000247<br>
Output for 5.6.25
-0.000318<br> -0.000538<br>
Output for 5.6.23
-0.000136<br> -0.000279<br>
Output for 5.6.22
-0.000104<br> -0.000222<br>
Output for 5.6.21
-0.000109<br> -0.000213<br>
Output for 5.6.20
-0.00017<br> -0.00033<br>
Output for 5.6.19
-0.000107<br> -0.000195<br>
Output for 5.6.18
-0.00018<br> -0.000362<br>
Output for 5.6.17
-0.000141<br> -0.000289<br>
Output for 5.6.16
-0.000115<br> -0.00024<br>
Output for 5.6.15
-0.000116<br> -0.000216<br>
Output for 5.6.14
-0.00021<br> -0.000418<br>
Output for 5.6.13
-0.000108<br> -0.000209<br>
Output for 5.6.12
-0.000176<br> -0.000344<br>
Output for 5.6.11
-0.000108<br> -0.000199<br>
Output for 5.6.10
-0.000139<br> -0.000271<br>
Output for 5.6.9
-0.000125<br> -0.000255<br>
Output for 5.6.8
-0.000179<br> -0.000329<br>
Output for 5.6.7
-0.000121<br> -0.000258<br>
Output for 5.6.6
-0.000129<br> -0.00025<br>
Output for 5.6.5
-0.000114<br> -0.000224<br>
Output for 5.6.4
-0.000104<br> -0.000198<br>
Output for 5.6.3
-0.000103<br> -0.000197<br>
Output for 5.6.2
-0.000139<br> -0.000267<br>
Output for 5.6.1
-0.000184<br> -0.000356<br>
Output for 5.6.0
-0.000107<br> -0.0002<br>
Output for 5.5.38
-0.000134<br> -0.000275<br>
Output for 5.5.37
-0.000121<br> -0.000248<br>
Output for 5.5.36
-0.00018<br> -0.000375<br>
Output for 5.5.35
-0.000119<br> -0.000239<br>
Output for 5.5.34
-0.000115<br> -0.000215<br>
Output for 5.5.33
-0.000102<br> -0.000202<br>
Output for 5.5.32
-0.000143<br> -0.000281<br>
Output for 5.5.31
-0.000111<br> -0.00021<br>
Output for 5.5.30
-0.000115<br> -0.000221<br>
Output for 5.5.29
-0.000164<br> -0.000342<br>
Output for 5.5.28
-0.000234<br> -0.00045<br>
Output for 5.5.27
-0.000162<br> -0.000343<br>
Output for 5.5.26
-0.000153<br> -0.000327<br>
Output for 5.5.25
-0.000141<br> -0.000275<br>
Output for 5.5.24
-9.9E-5<br> -0.0002<br>
Output for 5.5.23
-0.000124<br> -0.000241<br>
Output for 5.5.22
-0.000118<br> -0.000228<br>
Output for 5.5.21
-0.000179<br> -0.000379<br>
Output for 5.5.20
-0.0001<br> -0.000192<br>
Output for 5.5.19
-9.9E-5<br> -0.000199<br>
Output for 5.5.18
-0.000172<br> -0.000351<br>
Output for 5.5.17
-0.000116<br> -0.000231<br>
Output for 5.5.16
-0.000147<br> -0.000275<br>
Output for 5.5.15
-0.000159<br> -0.000314<br>
Output for 5.5.14
-0.000108<br> -0.000205<br>
Output for 5.5.13
-0.000121<br> -0.000223<br>
Output for 5.5.12
-0.0001<br> -0.000202<br>
Output for 5.5.11
-0.000152<br> -0.000258<br>
Output for 5.5.10
-0.000161<br> -0.000322<br>
Output for 5.5.9
-0.000106<br> -0.00021<br>
Output for 5.5.8
-0.000196<br> -0.000397<br>
Output for 5.5.7
-0.000121<br> -0.000246<br>
Output for 5.5.6
-0.000166<br> -0.000332<br>
Output for 5.5.5
-0.000102<br> -0.000201<br>
Output for 5.5.4
-0.000136<br> -0.000286<br>
Output for 5.5.3
-0.000104<br> -0.000197<br>
Output for 5.5.2
-0.000105<br> -0.000215<br>
Output for 5.5.1
-0.000131<br> -0.000267<br>
Output for 5.5.0
-0.000192<br> -0.000488<br>
Output for 5.4.45
-0.000132<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.44
-0.000161<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.43
-0.000158<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.3, 5.4.5, 5.4.10, 5.4.42
-0.000159<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.32, 5.4.41
-0.0002<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.40
-0.000124<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.23, 5.4.39
-0.000131<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.38
-9.9E-5<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.37
-0.000138<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.36
-0.000169<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.35
-0.00016<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.34
-0.000154<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.15, 5.4.33
-9.7E-5<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.18, 5.4.31
-0.000178<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.30
-0.00013<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.29
-0.000173<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.8, 5.4.28
-0.000203<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.27
-0.000127<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.26
-0.000191<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.2, 5.4.25
-0.000128<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.1, 5.4.24
-0.000126<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.22
-0.000177<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.21
-9.6E-5<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.20
-0.000135<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.19
-0.000164<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.17
-0.000123<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.16
-0.000144<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.14
-0.000198<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.13
-0.000229<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.12
-0.000104<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.11
-0.00018<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.9
-0.000117<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.7
-0.000129<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.6
-0.000125<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.4
-0.000152<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.4.0
-0.000168<br> Fatal error: Call to undefined function bcmod() in /in/ivhXm on line 12
Process exited with code 255.
Output for 5.3.29
-0.0001<br> -0.000131<br>
Output for 5.3.28
-0.0001<br> -0.000126<br>
Output for 5.3.27
-0.0001<br> -0.000216<br>
Output for 5.3.26
-0.0001<br> -0.000185<br>
Output for 5.3.25
-0.0001<br> -0.000108<br>
Output for 5.3.24
-0.0001<br> -0.000314<br>
Output for 5.3.0, 5.3.23
-0.0001<br> -0.000183<br>
Output for 5.3.22
-0.0001<br> -9.2E-5<br>
Output for 5.3.21
-0.0001<br> -0.000125<br>
Output for 5.3.20
-0.0001<br> -0.000215<br>
Output for 5.3.19
-0.0001<br> -0.000236<br>
Output for 5.3.18
-0.0001<br> -0.00017<br>
Output for 5.3.17
-0.0001<br> -0.000107<br>
Output for 5.3.16
-0.0001<br> -0.000138<br>
Output for 5.3.15
-0.0001<br> -0.000112<br>
Output for 5.3.14
-0.0001<br> -0.000145<br>
Output for 5.3.13
-0.0001<br> -9.8E-5<br>
Output for 5.3.12
-0.0001<br> -0.000132<br>
Output for 5.3.11
-0.0001<br> -9.9E-5<br>
Output for 5.3.10
-0.0001<br> -0.000177<br>
Output for 5.3.9
-0.0001<br> -0.000113<br>
Output for 5.3.8
-0.0001<br> -9.0E-5<br>
Output for 5.3.7
-0.0001<br> -9.1E-5<br>
Output for 5.3.6
-0.0001<br> -0.000124<br>
Output for 5.3.5
-0.0001<br> -0.000116<br>
Output for 5.3.4
-0.0001<br> -0.000213<br>
Output for 5.3.3
-0.0001<br> -0.00023<br>
Output for 5.3.2
-0.0001<br> -0.000139<br>
Output for 5.3.1
-0.0001<br> -0.000162<br>
Output for 5.2.17
-0.001791<br> -0.001873<br>
Output for 5.2.16
-0.001936<br> -0.002029<br>
Output for 5.2.15
-0.001896<br> -0.001986<br>
Output for 5.2.14
-0.001276<br> -0.001339<br>
Output for 5.2.13
-0.001906<br> -0.001992<br>
Output for 5.2.12
-0.001966<br> -0.00205<br>
Output for 5.2.11
-0.001599<br> -0.001671<br>
Output for 5.2.10
-0.001933<br> -0.002024<br>
Output for 5.2.9
-0.001483<br> -0.001554<br>
Output for 5.2.8
-0.001905<br> -0.001995<br>
Output for 5.2.7
-0.001668<br> -0.001746<br>
Output for 5.2.6
-0.001834<br> -0.001923<br>
Output for 5.2.5
-0.001491<br> -0.001565<br>
Output for 5.2.4
-0.001396<br> -0.001464<br>
Output for 5.2.3
-0.001157<br> -0.001216<br>
Output for 5.2.2
-0.001517<br> -0.001591<br>
Output for 5.2.1
-0.001752<br> -0.001843<br>
Output for 5.2.0
-0.001688<br> -0.001788<br>
Output for 5.1.6
-0.001137<br> -0.001199<br>
Output for 5.1.5
-0.001<br> -0.00106<br>
Output for 5.1.4
-0.002012<br> -0.002117<br>
Output for 5.1.3
-0.001657<br> -0.001747<br>
Output for 5.1.2
-0.001801<br> -0.001885<br>
Output for 5.1.1
-0.001557<br> -0.001641<br>
Output for 5.1.0
-0.001516<br> -0.0016<br>
Output for 5.0.5
-0.000615<br> -0.000697<br>
Output for 5.0.4
-0.000455<br> -0.00053<br>
Output for 5.0.3
-0.000478<br> -0.000578<br>
Output for 5.0.2
-0.000711<br> -0.000831<br>
Output for 5.0.1
-0.000739<br> -0.000858<br>
Output for 5.0.0
-0.000543<br> -0.000665<br>
Output for 4.4.9
-0.000175<br> -0.000329<br>
Output for 4.4.8
-0.000112<br> -0.000223<br>
Output for 4.4.7
-0.000125<br> -0.00026<br>
Output for 4.4.6
-0.000141<br> -0.000271<br>
Output for 4.4.5
-0.000147<br> -0.000294<br>
Output for 4.4.4
-9.7E-05<br> -0.00018<br>
Output for 4.4.3
-0.00012<br> -0.00023<br>
Output for 4.4.2
-0.000131<br> -0.000264<br>
Output for 4.4.1
-0.000108<br> -0.000194<br>
Output for 4.4.0
-0.000158<br> -0.000301<br>
Output for 4.3.11
-0.000122<br> -0.000203<br>
Output for 4.3.10
-0.00014<br> -0.000257<br>
Output for 4.3.9
-0.000109<br> -0.000194<br>
Output for 4.3.8
-0.000108<br> -0.000184<br>
Output for 4.3.7
-0.000108<br> -0.000183<br>
Output for 4.3.6
-0.000105<br> -0.000179<br>
Output for 4.3.5
-0.000119<br> -0.000225<br>
Output for 4.3.4
-0.000107<br> -0.00018<br>
Output for 4.3.3
-0.000102<br> -0.000196<br>
Output for 4.3.2
-0.00014<br> -0.000258<br>
Output for 4.3.1
-0.000137<br> -0.000238<br>
Output for 4.3.0
-0.000177<br> -0.000311<br>

preferences:
199.2 ms | 401 KiB | 325 Q