Hi @ all: Question: what is quickly?
if( true == isset( $var ) ){}
or
if( isset( $var ) ){}
Can somebody explain ( not think or believe ), what happend on the Zend
Engine when the first or the second code will be use?
Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

