Re: [PHP-DEV] SplClassLoader

2011-06-27 Thread Dennis Haarbrink
I suppose what he means is a classloader *implementation*. Something along the lines of: function($class) { return str_replace('\\', DIRECTORY_SEPARATOR, $class) . '.php'; } 2011/6/27 Hannes Magnusson hannes.magnus...@gmail.com On Mon, Jun 27, 2011 at 12:19, rod r...@pu-gh.com wrote:

[PHP-DEV] RFC: Enum

2011-06-03 Thread Dennis Haarbrink
is more analog with mysql's enum type. So, to sum up: - Do we really need enum level methods? - Need to reach consensus on default values (strings vs auto inc. ints) - RFC needs to be updated, explaining the type hinting of enums in method signatures Regards, Dennis Haarbrink

Re: [PHP-DEV] RFC: Enum

2011-06-03 Thread Dennis Haarbrink
As soon as I have my requested write permission in the rfc namespace i will update it. -- Dennis Haarbrink 2011/6/3 Pierrick Charron pierr...@webstart.fr Hi, The RFC was supposed to be a draft (i didn't really added it in the good section) and was written more to introduce the idea

Re: [PHP-DEV] RFC: Enum

2011-06-03 Thread Dennis Haarbrink
2011/6/3 Marcel Esser marcel.es...@croscon.com On 6/3/2011 8:27 AM, Dennis Haarbrink wrote: As soon as I have my requested write permission in the rfc namespace i will update it. -- Dennis Haarbrink 2011/6/3 Pierrick Charronpierr...@webstart.fr Hi, The RFC was supposed

Re: [PHP-DEV] RFC: Enum

2011-06-03 Thread Dennis Haarbrink
for inheritance in enums. Do you have a use case for that? I also think that enums should always be named. -- Dennis Haarbrink

[PHP-DEV] RE: [SPAM] Re: [PHP-DEV] rename T_PAAMAYIM_NEKUDOTAYIM to T_DOUBLE_COLON

2010-11-01 Thread Dennis Haarbrink
of internet and programming in particular, English is the standard), but you google it once in your life and then you 'forget' about it. And if you can't remember the meaning of something like that, I hardly doubt you'd be a decent programmer anyway. Regards, Dennis Haarbrink

RE: [PHP-DEV] [RFC] Array Dereferencing

2010-06-08 Thread Dennis Haarbrink
-Oorspronkelijk bericht- Van: Lars Schultz [mailto:lars.schu...@toolpark.com] Verzonden: dinsdag 8 juni 2010 16:04 Aan: internals@lists.php.net Onderwerp: Re: [PHP-DEV] [RFC] Array Dereferencing $result = new ResultMaker()-getIt(); I know that this is not much of an argument,

RE: [PHP-DEV] Obscure token name

2010-04-29 Thread Dennis Haarbrink
-Oorspronkelijk bericht- Van: Martin Jansen [mailto:mar...@divbyzero.net] Verzonden: donderdag 29 april 2010 14:07 Aan: mathieu.suen CC: PHP internals Onderwerp: Re: [PHP-DEV] Obscure token name On 29.4.2010 13:13, mathieu.suen wrote: Johannes Schlüter wrote: On Mon,

RE: [PHP-DEV] Type hinting - Request for Discussion

2009-07-09 Thread Dennis Haarbrink
all focus should be on getting a 6.0 release asap. I know, i'm 'just' a php user but maybe I can inspire someone in taking the 'right' course. Regards, Dennis Haarbrink -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Type hinting - Request for Discussion

2009-07-09 Thread Dennis Haarbrink
Hi Paul, -Oorspronkelijk bericht- Van: Paul Biggar [mailto:paul.big...@gmail.com] Verzonden: donderdag 9 juli 2009 13:03 Aan: Dennis Haarbrink CC: internals@lists.php.net Onderwerp: Re: [PHP-DEV] Type hinting - Request for Discussion Although the proposed checks are optional

RE: [PHP-DEV] Type hinting - Request for Discussion

2009-07-09 Thread Dennis Haarbrink
Lukas, -Oorspronkelijk bericht- Van: Lukas Kahwe Smith [mailto:m...@pooteeweet.org] Verzonden: donderdag 9 juli 2009 14:01 Aan: Dennis Haarbrink CC: internals@lists.php.net Onderwerp: Re: [PHP-DEV] Type hinting - Request for Discussion I think you misunderstood Zeev. He

RE: [PHP-DEV] Type hinting - Request for Discussion

2009-07-09 Thread Dennis Haarbrink
-Oorspronkelijk bericht- Van: Paul Biggar [mailto:paul.big...@gmail.com] Verzonden: donderdag 9 juli 2009 14:40 Aan: Dennis Haarbrink CC: internals@lists.php.net Onderwerp: Re: [PHP-DEV] Type hinting - Request for Discussion You must learn what these quirks are. Likewise, every