Perhaps, but it won't do what you think, and certainly won't do what this thread has been discussing for over half a year.function ifsetor(&$var, $value) { return (isset($var)) ? $var : $value; }can be done in userspace.
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php