Searched refs:label (Results 1 – 5 of 5) sorted by relevance
16 label:17 goto label;53 name: label58 name: label
143 $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 …]
819 $label = $matches[1];826 $attributes['docLabel'] = $label;
426 goto label537 name: label
188 * Treat DEL as a label character in the formatting preserving printer depending on the targeted574 * Fixed flexible heredoc emulation to check for digits after the end label. This synchronizes
Completed in 23 milliseconds