Here is a couple of notes about both ideas.

On 12/17/06, Pierre <[EMAIL PROTECTED]> wrote:
One does not even need to check it until it is done with the
input decoding process. It will also work nicely with ext/filter, if a
validation failed due to the decoding, the error can be fetched using
this function.

Or with ext/filter, we can even make it available directly:

$myvalues = input_filter_array(INPUT_GET, $mydefinition, $decoding_errors);


Another question I have about the per element JIT is about the error
reporting. I think we need the extra function anyway, I cannot imagine
to have notices/warning while checking user inputs (when I use the
language correctly but the input are invalid).

--Pierre

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

Reply via email to