[PHP] Re: Check Variable with true or not

2008-09-29 Thread Nathan Rixham
Maciek Sokolewicz wrote: Carlos Medina wrote: 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 The _ex

[PHP] Re: Check Variable with true or not

2008-09-29 Thread Maciek Sokolewicz
Carlos Medina wrote: 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 The _exact_ same thing happens. #