Searched refs:supportsFlexibleHeredoc (Results 1 – 3 of 3) sorted by relevance
119 public function supportsFlexibleHeredoc(): bool { function in PhpParser\\PhpVersion
203 $this->phpVersion->supportsFlexibleHeredoc() ? null : '_DOC_STRING_END_' . mt_rand();
145 $shouldIdent = $this->phpVersion->supportsFlexibleHeredoc();165 $nl = $this->phpVersion->supportsFlexibleHeredoc() ? $this->nl : $this->newline;184 $nl = $this->phpVersion->supportsFlexibleHeredoc() ? $this->nl : $this->newline;1080 if ($this->phpVersion->supportsFlexibleHeredoc()) {
Completed in 28 milliseconds