On Thu, 15 Apr 2004, Jason Garber wrote:

> I see.  I was basing the spec on the functionality of isset() which does
> not (obviously) throw an E_NOTICE when you pass an undefined variable to
> it.  However, do you see any reason that this would not reliably work?

I wrote this (I underlined the relevant parts for you):

> >You'll need something more clever, because
> >an undefined key 'CUST_ID' in $_POST['CUST_ID'] will strill throw a
   ===============================================

> >warning, even if you pass it to a language construct. Changing that
> >behavior is not trivial.

Derick

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to