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.y1003 if (!$this->phpVersion->allowsAssignNewByReference()) {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php2182 if (!$self->phpVersion->allowsAssignNewByReference()) {
H A DPhp7.php2166 if (!$self->phpVersion->allowsAssignNewByReference()) {

Completed in 27 milliseconds