It's not deprecated. However, in general it usually doesn't make sense to use it for objects anymore.

Andi

At 01:26 AM 3/4/2004 +0100, Pierre-Alain Joye wrote:
Hello,

I'm wondering if this syntax is deprecated or not:

function &f() {
        return $foo;
}
$h = &f();

ideas?

pierre

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to