Home
last modified time | relevance | path

Searched refs:label (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/test/code/parser/stmt/
H A DcontrolFlow.test16 label:
17 goto label;
53 name: label
58 name: label
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php143 $label = $node->getAttribute('docLabel');
144 if ($label && !$this->containsEndLabel($node->value, $label)) {
148 return "<<<'$label'$nl$label{$this->docStringEndToken}";
154 return "<<<'$label'$nl$value$nl$label{$this->docStringEndToken}";
164 if ($label && !$this->containsEndLabel($escaped, $label)) {
167 return "<<<$label$nl$label{$this->docStringEndToken}";
170 return "<<<$label$nl$escaped$nl$label{$this->docStringEndToken}";
182 $label = $node->getAttribute('docLabel');
183 if ($label && !$this->encapsedContainsEndLabel($node->parts, $label)) {
189 return "<<<$label$nl$label{$this->docStringEndToken}";
[all …]
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php819 $label = $matches[1];
826 $attributes['docLabel'] = $label;
/PHP-Parser/test/code/parser/errorHandling/
H A Drecovery.test426 goto label
537 name: label
/PHP-Parser/
H A DCHANGELOG.md181 * Treat DEL as a label character in the formatting preserving printer depending on the targeted
567 * Fixed flexible heredoc emulation to check for digits after the end label. This synchronizes

Completed in 25 milliseconds