ID: 12978 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: linux PHP Version: 4.0.6 New Comment:
Implemented. Previous Comments: ------------------------------------------------------------------------ [2001-08-27 10:07:48] [EMAIL PROTECTED] Hiya, I'd like to see that isset would take more parameters to test like: $a = $b = $c = 1 ; if (isset($a)) echo "isset"; // TRUE if (isset($a, $b, $c)) echo "isset"; // TRUE if (isset($a,$b,$d)) echo "isset"; // FALSE you will get my point i guess Greetz, Wico ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=12978&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]