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
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