3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = microtime(true); $y = 0; //dummy printf("<br>#0 RESULT %d, DONE IN %f", $y, microtime(true) - $start); $start = microtime(true); $y = 0; for($i = 0; $i < $count; $i++) { eval('++$y;'); } printf("<br>#0 RESULT %d, DONE IN %f", $y, microtime(true) - $start); $start = microtime(true); $y = 0; for($i = 0; $i < $count; $i++) { ++$y; } printf("<br>#1 RESULT %d, DONE IN %f", $y, microtime(true) - $start); $start = microtime(true); $y = 0; for($i = 0; $i < $count; $i++) { ++$y; } printf("<br>#0 RESULT %d, DONE IN %f", $y, microtime(true) - $start); $start = microtime(true); $y = 0; for($i = 0; $i < $count; $i++) { eval('++$y;'); } printf("<br>#1 RESULT %d, DONE IN %f", $y, microtime(true) - $start);
Output for 7.4.0
<br>#0 RESULT 0, DONE IN 0.000001 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000022 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.3.12
<br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.3.11
<br>#0 RESULT 0, DONE IN 0.000001 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.3.10
<br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.3.9
<br>#0 RESULT 0, DONE IN 0.000001 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.3.8
<br>#0 RESULT 0, DONE IN 0.000001 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.3.0, 7.3.3, 7.3.7
<br>#0 RESULT 0, DONE IN 0.000001 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.3.6
<br>#0 RESULT 0, DONE IN 0.000001 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.3.5
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.3.4
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.3.2
<br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000008
Output for 7.3.1
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 7.2.25
<br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.2.24
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000019 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.2.23
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.2.22
<br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 7.2.21
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000020 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.2.20
<br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.2.19
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.2.18
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.2.17
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.2.16
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.5.0, 7.2.15
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.2.14
<br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.2.13
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.0.15 - 7.0.16, 7.2.12
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.2.11
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.2.10
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.2.9
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.2.8
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.1.5, 5.2.6, 7.2.7
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.2.6
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.2.5
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 7.2.4
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.5.34, 7.2.3
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.2.2
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.2.1
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.2.0
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.1.33
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000021 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.1.32
<br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.1.31
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.1.30
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000019 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 7.1.29
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 7.0.11, 7.1.11, 7.1.28
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.1.27
<br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.1.26
<br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.1.25
<br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.0.6, 7.1.24
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.1.23
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.1.22
<br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 7.1.21
<br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.1.20
<br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.1.19
<br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.1.18
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000021 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 7.1.17
<br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.1.16
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.1.15
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.1.14
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 7.1.13
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.0.30, 7.1.12
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.6.39, 7.0.24, 7.0.31, 7.0.33, 7.1.10
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.1.9
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.1.8
<br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.1.7
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.0.14, 7.1.6
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.1.5
<br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.1.4
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000021 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 7.1.3
<br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.1.2
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.1.1
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.1.0
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.0.32
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.0.29
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.0.28
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 7.0.27
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.6.35, 7.0.26
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.0.25
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.0.23
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.0.22
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.5.24, 7.0.21
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.0.20
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.0.19
<br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.0.18
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.0.17
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.0.13
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.0.12
<br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 7.0.10
<br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.0.9
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.0.8
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 7.0.7
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.0.5
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000021 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.0.4
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.0.3
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000021 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 7.0.2
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.0.1
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000034 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 7.0.0
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.6.40
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.6.38
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.6.37
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.6.36
<br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000021 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.1.6, 5.6.34
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.6.33
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.6.32
<br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000024 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.6.31
<br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000021 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.6.30
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.6.26, 5.6.29
<br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.6.28
<br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.6.27
<br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000021 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.6.25
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000020 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.6.24
<br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000032 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.6.23
<br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000021 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.6.22
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000023 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.6.21
<br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000022 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.6.20
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.6.19
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.6.18
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.6.17
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.6.16
<br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.6.15
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.6.14
<br>#0 RESULT 0, DONE IN 0.000026 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000030 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000009
Output for 5.6.13
<br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000031 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000010
Output for 5.6.12
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.6.11
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.6.10
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.4.9, 5.5.18, 5.6.9
<br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.6.8
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.6.7
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.6.6
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.6.5
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.6.4
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000019 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.6.3
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.6.2
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.6.1
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000030 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.5.8, 5.6.0
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.5.31, 5.5.38
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.5.37
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.5.36
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.5.35
<br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.5.33
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.5.32
<br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.5.30
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.5.29
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.5.28
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.5.27
<br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.5.11 - 5.5.12, 5.5.26
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.5.25
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.5.23
<br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.5.22
<br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.5.21
<br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000007
Output for 5.5.20
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.5.19
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.5.17
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.5.16
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.5.15
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.5.14
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.5.13
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.5.10
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.5.9
<br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.5.2, 5.5.7
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.5.6
<br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000007
Output for 5.5.5
<br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.5.4
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.5.3
<br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.5.1
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.4.45
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.4.44
<br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.4.43
<br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.4.42
<br>#0 RESULT 0, DONE IN 0.000019 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.4.41
<br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.4.40
<br>#0 RESULT 0, DONE IN 0.000020 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.4.39
<br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.4.38
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.4.37
<br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.4.36
<br>#0 RESULT 0, DONE IN 0.000025 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.4.35
<br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.4.34
<br>#0 RESULT 0, DONE IN 0.000021 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.4.33
<br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.4.32
<br>#0 RESULT 0, DONE IN 0.000025 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.4.31
<br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.4.30
<br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000007
Output for 5.4.29
<br>#0 RESULT 0, DONE IN 0.000019 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.4.28
<br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.4.27
<br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.4.26
<br>#0 RESULT 0, DONE IN 0.000020 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.4.25
<br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.4.24
<br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.4.23
<br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.4.22
<br>#0 RESULT 0, DONE IN 0.000019 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000021 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000009
Output for 5.4.21
<br>#0 RESULT 0, DONE IN 0.000019 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000013
Output for 5.4.20
<br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.4.19
<br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.4.18
<br>#0 RESULT 0, DONE IN 0.000020 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.4.17
<br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.4.16
<br>#0 RESULT 0, DONE IN 0.000024 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.4.15
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.4.14
<br>#0 RESULT 0, DONE IN 0.000019 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.4.13
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.4.12
<br>#0 RESULT 0, DONE IN 0.000025 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.4.11
<br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.4.10
<br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.4.8
<br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.4.7
<br>#0 RESULT 0, DONE IN 0.000020 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.4.6
<br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.4.5
<br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.4.4
<br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.4.3
<br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.4.2
<br>#0 RESULT 0, DONE IN 0.000021 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.4.1
<br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.4.0
<br>#0 RESULT 0, DONE IN 0.000019 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.3.29
<br>#0 RESULT 0, DONE IN -0.000088 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000058 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.3.28
<br>#0 RESULT 0, DONE IN -0.000093 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000025 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.3.27
<br>#0 RESULT 0, DONE IN -0.000092 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000019 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.3.26
<br>#0 RESULT 0, DONE IN -0.000089 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000030 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.3.25
<br>#0 RESULT 0, DONE IN -0.000090 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000032 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000008
Output for 5.3.24
<br>#0 RESULT 0, DONE IN -0.000090 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000020 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.3.23
<br>#0 RESULT 0, DONE IN -0.000092 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000022 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.3.22
<br>#0 RESULT 0, DONE IN -0.000092 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.3.21
<br>#0 RESULT 0, DONE IN -0.000089 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000021 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.3.12, 5.3.20
<br>#0 RESULT 0, DONE IN -0.000088 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000022 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.3.19
<br>#0 RESULT 0, DONE IN -0.000090 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000026 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000009
Output for 5.3.18
<br>#0 RESULT 0, DONE IN -0.000093 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.3.17
<br>#0 RESULT 0, DONE IN -0.000091 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.3.16
<br>#0 RESULT 0, DONE IN -0.000091 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.3.15
<br>#0 RESULT 0, DONE IN -0.000088 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000024 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.3.14
<br>#0 RESULT 0, DONE IN -0.000093 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.3.13
<br>#0 RESULT 0, DONE IN -0.000092 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.3.11
<br>#0 RESULT 0, DONE IN -0.000090 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.3.10
<br>#0 RESULT 0, DONE IN -0.000088 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000020 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.3.9
<br>#0 RESULT 0, DONE IN -0.000077 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000022 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000007
Output for 5.3.8
<br>#0 RESULT 0, DONE IN -0.000091 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.3.7
<br>#0 RESULT 0, DONE IN -0.000087 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000021 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.3.6
<br>#0 RESULT 0, DONE IN -0.000089 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000007
Output for 5.3.5
<br>#0 RESULT 0, DONE IN -0.000089 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000034 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000009
Output for 5.3.4
<br>#0 RESULT 0, DONE IN -0.000088 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000019 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 5.3.3
<br>#0 RESULT 0, DONE IN -0.000088 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000022 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000007
Output for 5.3.2
<br>#0 RESULT 0, DONE IN -0.000088 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000010
Output for 5.3.1
<br>#0 RESULT 0, DONE IN -0.000091 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000028 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.3.0
<br>#0 RESULT 0, DONE IN -0.000090 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.2.17
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.2.16
<br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.2.15
<br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.2.14
<br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.2.13
<br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000022 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.2.12
<br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000001
Output for 5.2.11
<br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.2.10
<br>#0 RESULT 0, DONE IN 0.000026 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 5.2.9
<br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.2.8
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.2.7
<br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.2.5
<br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.2.4
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000023 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 5.2.3
<br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.2.2
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.2.1
<br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000001
Output for 5.2.0
<br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.1.4
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.1.3
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000001
Output for 5.1.2
<br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.1.1
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.1.0
<br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.0.5
<br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.0.4
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000014
Output for 5.0.3
<br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 5.0.2
<br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 5.0.1
<br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000021 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000011
Output for 5.0.0
<br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000018 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 4.4.9
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 4.4.8
<br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 4.4.7
<br>#0 RESULT 0, DONE IN 0.000022 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 4.4.6
<br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 4.4.5
<br>#0 RESULT 0, DONE IN 0.000020 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 4.4.4
<br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 4.4.3
<br>#0 RESULT 0, DONE IN 0.000010 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 4.4.2
<br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 4.4.1
<br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 4.3.10, 4.4.0
<br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 4.3.11
<br>#0 RESULT 0, DONE IN 0.000015 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 4.3.9
<br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 4.3.8
<br>#0 RESULT 0, DONE IN 0.000019 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 4.3.7
<br>#0 RESULT 0, DONE IN 0.000014 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 4.3.6
<br>#0 RESULT 0, DONE IN 0.000017 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000004 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000003
Output for 4.3.5
<br>#0 RESULT 0, DONE IN 0.000021 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000045 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000008 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000006
Output for 4.3.4
<br>#0 RESULT 0, DONE IN 0.000024 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000012 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005
Output for 4.3.3
<br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000003 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000004
Output for 4.3.2
<br>#0 RESULT 0, DONE IN 0.000013 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000002 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000002
Output for 4.3.1
<br>#0 RESULT 0, DONE IN 0.000023 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000009 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000007 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000007
Output for 4.3.0
<br>#0 RESULT 0, DONE IN 0.000016 Notice: Undefined variable: count in /in/3RppY on line 8 <br>#0 RESULT 0, DONE IN 0.000011 Notice: Undefined variable: count in /in/3RppY on line 16 <br>#1 RESULT 0, DONE IN 0.000006 Notice: Undefined variable: count in /in/3RppY on line 23 <br>#0 RESULT 0, DONE IN 0.000005 Notice: Undefined variable: count in /in/3RppY on line 31 <br>#1 RESULT 0, DONE IN 0.000005

preferences:
268.93 ms | 402 KiB | 322 Q