Searched refs:remaining (Results 1 – 6 of 6) sorted by relevance
9 public string $remaining; variable in PhpParser\\Node\\Stmt\\HaltCompiler14 * @param string $remaining Remaining text after halt compiler statement.17 public function __construct(string $remaining, array $attributes = []) { argument19 $this->remaining = $remaining;
17 remaining: Hallo World!33 remaining: Hallo World!57 remaining:
30 remaining:
34 remaining: Hi!
1019 return '__halt_compiler();' . $node->remaining;
1214 * Added support for remaining PHP 7 features that were not present in 1.x:
Completed in 18 milliseconds