Compare commits
2 Commits
44b0283938
...
57367968ca
| Author | SHA1 | Date | |
|---|---|---|---|
| 57367968ca | |||
| b1e1324bfa |
@ -24,10 +24,12 @@ abstract class Context {
|
|||||||
|
|
||||||
public array $switchStack = [];
|
public array $switchStack = [];
|
||||||
|
|
||||||
public array $iterateStack = [];
|
public array $iterationStack = [];
|
||||||
|
|
||||||
public array $useStack = [];
|
public array $useStack = [];
|
||||||
|
|
||||||
|
public array $sections = [];
|
||||||
|
|
||||||
public int $functions = 0;
|
public int $functions = 0;
|
||||||
|
|
||||||
public array $functionStack = [];
|
public array $functionStack = [];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user