|
Posted by Hendri Kurniawan on 12/20/06 03:00
Why would you want to do that...
I mean assigning reference to a newly created
object just doesn't make sense...
$req = new HTTP_Request($this->accessUri);
will just do.
IMHO
johnny wrote:
> I have the following PHP code. I am using PHP 5.1.6.
>
> $req =& new HTTP_Request($this->accessUrl);
>
> I am getting the following errors:
> Strict Standards: Assigning the return value of new by reference is
> deprecated in c:\mysite\lib\simpleTest.php on line 80
>
> Can anyone tell why is this? Does it mean assigning the return value
> of new by reference is not supported in PHP 5.1.6?
>
Navigation:
[Reply to this message]
|