Home
last modified time | relevance | path

Searched refs:supportsFlexibleHeredoc (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DPhpVersion.php119 public function supportsFlexibleHeredoc(): bool { function in PhpParser\\PhpVersion
H A DPrettyPrinterAbstract.php203 $this->phpVersion->supportsFlexibleHeredoc() ? null : '_DOC_STRING_END_' . mt_rand();
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php145 $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 14 milliseconds