ID: 12978 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: linux PHP Version: 4.0.6 -Assigned To: +Assigned To: alindeman New Comment:
Changed it in the CVS, will take effect in a day or so. Cool feature ;-) Previous Comments: ------------------------------------------------------------------------ [2002-01-29 12:44:13] [EMAIL PROTECTED] Neat! Reopened as a documentation problem. ------------------------------------------------------------------------ [2002-01-28 21:16:00] [EMAIL PROTECTED] Implemented. ------------------------------------------------------------------------ [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, visit: http://www.php.net/unsub.php