Hello Alan,

Saturday, April 17, 2004, 2:36:55 AM, you wrote:

> Jason Garber wrote:

>> In our code, you will find many blocks looking like
>>
>> $CUST_ID = (integer) (isset($_POST['CUST_ID']) ? $_POST['CUST_ID'] : 0);

> so how is that different from
> $CUST_ID = (integer) @$_POST['CUST_ID'];

@ is damn slow


-- 
Best regards,
 Marcus                            mailto:[EMAIL PROTECTED]

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

Reply via email to