[PHP-DEV] Re: ezmlm warning

2013-09-23 Thread Vartolomei Nicolae
Recieved the same message. kindly, nvartolomei On Monday, September 23, 2013 at 6:06 PM, Madara Uchiha wrote: What does this mean? Is this a one-time error? Did anyone else get it? (Do you even get this message, or was I removed already?) Anyone familiar with this? --

[PHP-DEV] Re: Allowing is_* functions to accept multiple parameters

2013-09-18 Thread Vartolomei Nicolae
On Wednesday, September 18, 2013 at 12:53 PM, Leigh wrote: Hi Internals. How do you feel about expanding the is_* functions to accept multiple parameters similar to the way isset() already does? From the manual: If multiple parameters are supplied then isset() will return TRUE only if all

[PHP-DEV] Re: Function autoloading

2013-08-31 Thread Vartolomei Nicolae
So you say you will create a file for every function you want to support autoloading? As I already asked, tell us about realworld use case, for example where this could improve say big projects like Symfony or ZF. There is no logic to add this functionality just because we can. kindly,

[PHP-DEV] Re: Function autoloading

2013-08-31 Thread Vartolomei Nicolae
On Saturday, August 31, 2013 at 9:03 PM, Sebastian Krebs wrote: I already _have_ create files for functions of a namespace... Closed source. Can we take a look at them as an example? Maybe we can give you some advice how to refactor this code :) Not everything can be found in the 5 most

[PHP-DEV] Re: Function autoloading

2013-08-31 Thread Vartolomei Nicolae
personally Ithink it would be nice if we could provide a way for const/function autoloading. So you will create files for constants? One file with a single line defining a constant? Did I understood something wrong? kindly, nvartolomei -- PHP Internals - PHP Runtime Development