3v4l.org

run code in 300+ PHP versions simultaneously
<?php $num_cols = 10; $teamtotal = 10; echo "<table>"; for($k=0;$k<7;$k++){ // k goes from 0-7 echo "<tr>"; for($j=0;$j<$num_cols;$j++){ // j goes from 0-19 echo "<td>" . $data_array['col_'.$j][$k] . "</td>"; if ($j > 0 and $k > 0) {$teamtotal = $teamtotal + $data_array['col_'.$j][$k];} } if ($k==0) {echo "<td>Total</td>";} echo "<td>" . $teamtotal . "</td></tr>"; $teamtotal = 0; } echo "</table>";
Output for 8.3.0 - 8.3.6
<table><tr> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td><td>Total</td><td>10</td></tr><tr> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 <td>0</td></tr><tr> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 <td>0</td></tr><tr> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 <td>0</td></tr><tr> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 <td>0</td></tr><tr> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 <td>0</td></tr><tr> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 Warning: Trying to access array offset on null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 Warning: Trying to access array offset on null in /in/rDZnW on line 9 <td>0</td></tr></table>
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
<table><tr> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td><td>Total</td><td>10</td></tr><tr> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 <td>0</td></tr><tr> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 <td>0</td></tr><tr> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 <td>0</td></tr><tr> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 <td>0</td></tr><tr> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 <td>0</td></tr><tr> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Undefined variable $data_array in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Warning: Undefined variable $data_array in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 Warning: Trying to access array offset on value of type null in /in/rDZnW on line 9 <td>0</td></tr></table>
Output for 7.4.0 - 7.4.33
<table><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td><td>Total</td><td>10</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 <td>0</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 <td>0</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 <td>0</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 <td>0</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 <td>0</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 Notice: Trying to access array offset on value of type null in /in/rDZnW on line 9 <td>0</td></tr></table>
Output for 7.3.32 - 7.3.33
<table><tr><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td>Total</td><td>10</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td>0</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td>0</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td>0</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td>0</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td>0</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td>0</td></tr></table>
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.17 - 7.2.33, 7.3.0 - 7.3.31
<table><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td><td>Total</td><td>10</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 <td>0</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 <td>0</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 <td>0</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 <td>0</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 <td>0</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 <td>0</td></tr></table>
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.3
<table><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td><td>Total</td><td>10</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 <td>0</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 <td>0</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 <td>0</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 <td>0</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 <td>0</td></tr><tr> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 Notice: Undefined variable: data_array in /in/rDZnW on line 8 <td></td> Notice: Undefined variable: data_array in /in/rDZnW on line 9 <td>0</td></tr></table>

preferences:
299.56 ms | 422 KiB | 339 Q