Re: [PHP-DEV] Question about Namespace patch

2007-07-24 Thread Andy Mason
Well i'm not in favour of the importing of everything , i don't see the need for it personally but others do, as you well know. I was just trying to find a way to achieve everyone goals without sacrificing speed or correctness for those who want it =) Shame about the single file thing though. I'm

Re: [PHP-DEV] Question about Namespace patch

2007-07-23 Thread Andy Mason
On 7/24/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > Because I just want those names directly available in one part of my > application - the one which uses a lot of SQL. As far as I see this is not If you want names to be part of global space - don't use namespaces. Namespaces are meant

[PHP-DEV] filter_var options effect \0 even if it FILTER_FLAG_STRIP_LOW not used?

2007-02-10 Thread Andy Mason
Hi all, I'm not really sure if this is the correct list to place this on. Apologies if it is not. I've come across some un-expected behaviour in the new filter_var function but i'm not really sure if it's just me not understanding the documentation correctly. I have the following two functions wh