Searched refs:linecount (Results 1 – 5 of 5) sorted by relevance
55 $linecount = 0; variable62 if( $linecount >= $startline ) $result .= $line;63 $linecount++;66 if( $startline > $linecount ) {68 $linecount = 0; variable71 $result .= (string)($linecount-1); // last line in response is the new current count
96 $linecount = 0;103 if( $linecount++ > $linemax ) {
75 …array_push($errors, "Line: $linecount --> Keyword '$args[0]' has the wrong number (".count($args).…86 array_push($errors, "Line: $linecount --> Keyword '$args[0]' is repeated!");96 array_push($constraints[$lowerattribute], $linecount);102 …array_push($errors, "Line: $linecount --> Attribute '$args[1]' isn't allowed to contain a _ charac…
174 $linecount = count($lines);175 for ($i = 0; $i < $linecount; $i++) {
39 $linecount=$i; variable 42 while (++$i<$linecount)234 } //while (++$i<$linecount)