Home
last modified time | relevance | path

Searched refs:allowsAssignNewByReference (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DPhpVersion.php133 public function allowsAssignNewByReference(): bool { function in PhpParser\\PhpVersion
/PHP-Parser/grammar/
H A Dphp.y1004 if (!$this->phpVersion->allowsAssignNewByReference()) {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2175 if (!$self->phpVersion->allowsAssignNewByReference()) {
H A DPhp8.php2177 if (!$self->phpVersion->allowsAssignNewByReference()) {

Completed in 29 milliseconds