Rolf B: PHP Deprecated: Assigning the return value of new by reference

Beitrag lesen

Hallo pl,

ich hatte eine Hypothese, aber das war's nicht. An sowas wie diesem Müll hier:

class Foo
{
    public $x;
    function  &__construct($x) {
        $this->x = $x;
        return $this;
    }
}

$a = new Foo(7);
echo $a->x;

liegt's nicht (ein Konstruktur, der ein Return-per-Reference macht). Wird aber selbst von PHP 7.4 noch durchgelassen.

Also - was ist das für ein template.php und welche PHP Version fährst Du?

Rolf

--
sumpsi - posui - clusi