Home
last modified time | relevance | path

Searched refs:rowPos (Results 1 – 1 of 1) sorted by relevance

/plugin/sqlraw/
H A Dtest2.php29 $rowPos = 0;
31 if ($rowPos!=0 || $caption==0) {
47 $rowPos = 1;
59 $rowPos = 0;
63 if ($rowPos!=0 || $caption==0) {
69 parseCell($cell,$mdTable,$rowPos,$colPos);
76 parseCell($cell,$mdTable,$rowPos,$colPos);
82 $rowPos++;
106 function parseCell(&$cell,&$mdTable,&$rowPos,&$colPos) { argument
111 while (isset($mdTable[$rowPos][$colPos])) {
[all …]