this difference bewteen A and B below?

A)    $a = &new className(true, 6);

B)    $a = new className(true, 6);     /* missing & on the NEW */

thanks

walter

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to