Searched refs:level (Results 1 – 6 of 6) sorted by relevance
43 Invalid body indentation level (expecting an indentation level of at least 5) from 14:6 to 18:844 Invalid body indentation level (expecting an indentation level of at least 1) from 20:1 to 22:445 Invalid body indentation level (expecting an indentation level of at least 2) from 25:1 to 26:046 Invalid body indentation level (expecting an indentation level of at least 1) from 30:1 to 30:447 Invalid body indentation level (expecting an indentation level of at least 1) from 34:1 to 35:0
5 level: 6
8 // These are invalid, but accepted on the parser level.66 0: // These are invalid, but accepted on the parser level.
25 higher level, such as 3000. While the parser itself is recursion free, most other code working on
229 * @param int $level Level in number of spaces231 protected function setIndentLevel(int $level): void { argument232 $this->indentLevel = $level;234 $tabs = \intdiv($level, $this->tabWidth);235 $spaces = $level % $this->tabWidth;238 $this->nl = $this->newline . \str_repeat(' ', $level);
14 token stream generated by [`token_get_all`][2]. The token stream is much more low level than
Completed in 17 milliseconds