|
Posted by Michael Fesser on 12/21/06 01:38
..oO(Hendri Kurniawan)
>Why would you want to do that...
>I mean assigning reference to a newly created
>object just doesn't make sense...
In PHP 4 it did.
>$req = new HTTP_Request($this->accessUri);
>will just do.
This code executed in PHP 4 would have created _two_ objects: the one
created by "new" and a copy of it assigned to $req.
Micha
Navigation:
[Reply to this message]
|