What type of conversion do we need if we don't use strings and integer
as booleans but rather use if(isset($variable)) instead ?

The only implicit conversion I see is when we do:

echo "There are $iSomeInteger maintainers";

but that's not a problem I think.

Le mardi 28 dÃcembre 2004 Ã 11:54 +0100, Paul van Schayck a Ãcrit :
> Hey,
> 
> On Tue, 28 Dec 2004 00:42:11 +0100, Jonathan Ernst
> <[EMAIL PROTECTED]> wrote:
> > constants will still be uppercase without prefix.
> > 
> > Do someone object this ?
> 
> If we really have to. And if you both think it's a good idea I'll use
> it. It's better than the original idea ($str_foo). And no one doing
> if($sFoo) instead of if(isset($sFoo)) anymore.
> 
> But what to do with conversions of types we often do. Do we have to
> rename on the fly?
> 
> Paul
-- 
Jonathan Ernst <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=

Reply via email to