}\r
function v6_expand_jcross_clues($direction) {\r
// $direction: A(cross) or D(own)\r
- $this->v6_get_jcross_grid($row=NULL, $r_max=0, $c_max=0);\r
+ $row = NULL;\r
+ $r_max = 0;\r
+ $c_max = 0;\r
+ $this->v6_get_jcross_grid($row, $r_max, $c_max);\r
+\r
$i = 0; // clue index;\r
$str = '';\r
for($r=0; $r<=$r_max; $r++) {\r
// jcross6.js_\r
\r
function v6_expand_LetterArray() {\r
- $row=NULL;\r
- $r_max=0;\r
- $c_max=0;\r
+ $row = NULL;\r
+ $r_max = 0;\r
+ $c_max = 0;\r
$this->v6_get_jcross_grid($row, $r_max, $c_max);\r
\r
$str = '';\r
return $str;\r
}\r
function v6_expand_GuessArray() {\r
- $row=NULL;\r
- $r_max=0;\r
- $c_max=0;\r
+ $row = NULL;\r
+ $r_max = 0;\r
+ $c_max = 0;\r
$this->v6_get_jcross_grid($row, $r_max, $c_max);\r
\r
$str = '';\r
return $str;\r
}\r
function v6_expand_ClueNumArray() {\r
- $row=NULL;\r
- $r_max=0;\r
- $c_max=0;\r
+ $row = NULL;\r
+ $r_max = 0;\r
+ $c_max = 0;\r
$this->v6_get_jcross_grid($row, $r_max, $c_max);\r
\r
$i = 0; // clue index\r
return $str;\r
}\r
function v6_expand_GridBody() {\r
- $row=NULL;\r
- $r_max=0;\r
- $c_max=0;\r
+ $row = NULL;\r
+ $r_max = 0;\r
+ $c_max = 0;\r
$this->v6_get_jcross_grid($row, $r_max, $c_max);\r
\r
$i = 0; // clue index;\r