function ifsetor(&$var, $value)
 {
   return (isset($var)) ? $var : $value;
 }

can be done in userspace.

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.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to