Hi Nuno,
On Sun, 2007-09-16 at 20:02 +0100, Nuno Lopes wrote:
> > >My proposal is the following:
> > >some functions when fed with constant arguments always return a constant
> > >value, too. e.g.:
> > >strlen('abcd') === 4.
> >
> > I like the general idea.
> >
> > Would there be some caveats with
>My proposal is the following:
>some functions when fed with constant arguments always return a constant
>value, too. e.g.:
>strlen('abcd') === 4.
I like the general idea.
Would there be some caveats with stuff like this if it is possible to
change the charset at runtime?
I guess it is importan
On Fri, 14 Sep 2007 18:01:13 +0100, in php.internals [EMAIL PROTECTED]
("Nuno Lopes") wrote:
>My proposal is the following:
>some functions when fed with constant arguments always return a constant
>value, too. e.g.:
>strlen('abcd') === 4.
I like the general idea.
Would there be some caveats wi