Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DHaltCompiler.php9 public string $remaining; variable in PhpParser\\Node\\Stmt\\HaltCompiler
14 * @param string $remaining Remaining text after halt compiler statement.
17 public function __construct(string $remaining, array $attributes = []) { argument
19 $this->remaining = $remaining;
/PHP-Parser/test/code/parser/stmt/
H A DhaltCompiler.test17 remaining: Hallo World!
33 remaining: Hallo World!
57 remaining:
H A DhaltCompilerOffset.test30 remaining:
/PHP-Parser/test/code/parser/stmt/namespace/
H A DoutsideStmt.test34 remaining: Hi!
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php1019 return '__halt_compiler();' . $node->remaining;
/PHP-Parser/
H A DCHANGELOG.md1214 * Added support for remaining PHP 7 features that were not present in 1.x:

Completed in 19 milliseconds