At 3:04 PM -0400 8/26/06, Robert Cummings wrote:
On Sat, 2006-08-26 at 14:23 -0400, tedd wrote:
> Besides, what Alex Turner said about NULL is correct -- it's absurd
to have NULL evaluate to anything. Just because one language allows
absurdity doesn't mean you have to practice it.
One lang
On Sat, 2006-08-26 at 15:38 -0400, tedd wrote:
> At 3:04 PM -0400 8/26/06, Robert Cummings wrote:
> >On Sat, 2006-08-26 at 14:23 -0400, tedd wrote:
> >
> > > Besides, what Alex Turner said about NULL is correct -- it's absurd
> >> to have NULL evaluate to anything. Just because one language allow
26 August 2006 19:24
To: Robert Cummings; tedd
Cc: Alex Turner; php-general@lists.php.net
Subject: RE: [PHP] Brain Death - [PHP] functions classes
At 2:30 PM -0400 8/26/06, Robert Cummings wrote:
>On Sat, 2006-08-26 at 12:41 -0400, tedd wrote:
> > At 4:51 PM +0100 8/26/06, Alex Turner wro
On Sat, 2006-08-26 at 14:23 -0400, tedd wrote:
> At 2:30 PM -0400 8/26/06, Robert Cummings wrote:
> >On Sat, 2006-08-26 at 12:41 -0400, tedd wrote:
> > > At 4:51 PM +0100 8/26/06, Alex Turner wrote:
> >> >And to be very pedantic - as null does not have a type then actually
> > > >'x === null' sh
At 2:30 PM -0400 8/26/06, Robert Cummings wrote:
On Sat, 2006-08-26 at 12:41 -0400, tedd wrote:
> At 4:51 PM +0100 8/26/06, Alex Turner wrote:
>And to be very pedantic - as null does not have a type then actually
> >'x === null' should evaluate to absurdity, but PHP is more pragmatic
>than
On Sat, 2006-08-26 at 12:41 -0400, tedd wrote:
> At 4:51 PM +0100 8/26/06, Alex Turner wrote:
> >And to be very pedantic - as null does not have a type then actually
> >'x === null' should evaluate to absurdity, but PHP is more pragmatic
> >than that ;-)
>
> That's a very good point.
>
> While
At 4:51 PM +0100 8/26/06, Alex Turner wrote:
And to be very pedantic - as null does not have a type then actually
'x === null' should evaluate to absurdity, but PHP is more pragmatic
than that ;-)
That's a very good point.
While one NULL variable in php can be compared to another NULL
variab
6 August 2006 16:42
To: Alex Turner
Cc: php-general@lists.php.net
Subject: Re: [PHP] Brain Death - [PHP] functions classes
On Sat, 2006-08-26 at 12:49 +0100, Alex Turner wrote:
> I don't know what I was on when I wrote the previous post!
>
> In php you cannot create static class variable
ge-
From: Robert Cummings [mailto:[EMAIL PROTECTED]
Sent: 26 August 2006 17:25
To: Alex Turner
Cc: php-general@lists.php.net
Subject: RE: [PHP] Brain Death - [PHP] functions classes
On Sat, 2006-08-26 at 16:51 +0100, Alex Turner wrote:
> Rob,
>
> I'd go along with the setting a v
On Sat, 2006-08-26 at 16:51 +0100, Alex Turner wrote:
> Rob,
>
> I'd go along with the setting a var to null issue (in the cases
> I have worked so far on, there has not been a need to set variables
> to null).
Maybe so, but if a variable ever happens to contain null and you're not
aware of it,
On Sat, 2006-08-26 at 12:49 +0100, Alex Turner wrote:
> I don't know what I was on when I wrote the previous post!
>
> In php you cannot create static class variables in this way (doh) or at
> least I never have managed. So when faced the this problem I replace
> what in C++ would be a class va
I don't know what I was on when I wrote the previous post!
In php you cannot create static class variables in this way (doh) or at
least I never have managed. So when faced the this problem I replace
what in C++ would be a class variable with a class function
comme ca:
class MyClass
{
f
12 matches
Mail list logo