12 for($i=$start;$i<=$stop;$i++
) {
13 //$i = base_convert($i, 10, 2);
14 if(strpos($rada, $i) == 0) {
20 for($i=0;$i<(strlen($rada)-$length);$i++
) {
21 $sub = substr($rada, $i, $length);
22 for($x=0;$x<$length;$x++
) {
26 $rada = str_replace($sub, "", $rada);
29 for($x=0;$x<$length;$x++
) {
30 $replace = $replace."R";
33 $rada = str_replace($replace, $sub, $rada);
42 for($i=$start;$i<=$stop;$i++
) {
43 if(!eregi($i, $rada)) {
44 //echo("Not found: $i\n");
50 echo("Not found total: $notfound\n");
51 if($notfoundlast == $notfound) { $error = 0; }
52 $notfoundlast = $notfound;
55 for($i=$start;$i<=$stop;$i++
) {
56 if(!eregi($i, $rada)) {
This page took 0.893477 seconds and 4 git commands to generate.