On 2/06/2011, at 2:44 PM, æç|åäæ wrote: > hi, all > > i currently have a project which using & operator on creating a new object. > > like: > $class =& new Class(); > > it works properly in php 5.1.6, > but not in php 5.3.3 > and it gives offset errors to me. > > is there anyone knows why and how to fix this problem? In PHP 5, objects are always assigned by reference, you do not need to make it explicit. --- Simon Welsh Admin of http://simon.geek.nz/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php