Re: [PHP-DEV] Recursive classes ... possible bug?

2007-06-05 Thread Robert Deaton
. $this == $this-c1-c2, it will compare $this-c1 == $this-c1-c2-c1, which will in turn compare $this-c1-c2 == $this-c1-c2-c1-c2, which in turn compares $this-c1-c2-c1 == $this-c1-c2-c1-c2-c1 And so on. -- --Robert Deaton

Re: [PHP-DEV] print_r outputs nothing for false

2007-04-29 Thread Robert Deaton
http://www.php.net/manual/en/language.types.string.php#language.types.string.casting -- --Robert Deaton -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-12 Thread Robert Deaton
planned), so one more cleanup won't hurt anyone. What is the benefit to dropping these things? I've never quite understood the impetus behind losing short tags and asp tags... I understand the need to remove short tags. Here's the reason: ?xml. As for ASP tags, I don't really know. -- --Robert

Re: [PHP-DEV] My GSoC project

2007-04-07 Thread Robert Deaton
you will get informed here on this list and on the php.net front page. Google has assigned them already. The line that says Applications below this line are less likely to be accepted is the seperator. However many slots you have above it is the number of slots google assigned you. -- --Robert

Re: [PHP-DEV] Re: Why isn't base class constructors or destructors required to be called? (was: Re: [PHP-DEV] Return type hints)

2006-09-15 Thread Robert Deaton
said that. Marcus said PHP takes a more Delphi-like approach rather than a C++-like approach. PHP following some other language rather than your language of choice doesn't mean that its designed wrong. -- --Robert Deaton

Re: [PHP-DEV] phps line numbering

2006-03-16 Thread Robert Deaton
that, but Firefox is possible at least. -- --Robert Deaton

Re: [PHP-DEV] PHP Array Literals

2006-01-29 Thread Robert Deaton
with a decimal is a floating point number. -- --Robert Deaton http://somethingunpredictable.com