RE: [PHP-DEV] While-else

2007-04-28 Thread Pelle Ravn Rosfeldt
Marat Denenberg wrote: > Sounds like a good idea to me. > >- Marat On 4/28/07, Pelle Ravn Rosfeldt <[EMAIL PROTECTED]> wrote: > > -Original Message- > From: Asbjørn Sloth Tønnesen [mailto:[EMAIL PROTECTED] > Sent: 28. april 2007 20:11 > To: Pelle

RE: [PHP-DEV] While-else

2007-04-28 Thread Pelle Ravn Rosfeldt
-Original Message- From: Asbjørn Sloth Tønnesen [mailto:[EMAIL PROTECTED] Sent: 28. april 2007 20:11 To: Pelle Ravn Rosfeldt Cc: internals@lists.php.net Subject: Re: [PHP-DEV] While-else -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pelle Ravn Rosfeldt wrote: > Hi there. > &

[PHP-DEV] While-else

2007-04-28 Thread Pelle Ravn Rosfeldt
Hi there. Is it possible to make a "while" with a "else"-statement in PHP6? I know that it's not the first time this subject is up, but my research shows that a lot of people miss it. Including me. Here's an example of what I mean: - - Python & Perl alrea