On Fri, February 23, 2007 5:24 am, [EMAIL PROTECTED] wrote:
> strstr returns a string (in case the needle is found),
> but a boolean if there is no needle in the haystack.
As the manual suggests, using the === operator to check for FALSE is
probably the best way.
> I am trying to make a readable
On Fri, 2007-02-23 at 12:24 +0100, [EMAIL PROTECTED] wrote:
> Dear list,
>
> strstr returns a string (in case the needle is found),
> but a boolean if there is no needle in the haystack.
>
> I am trying to make a readable evaluation of some tests, but this fails
> to work as supposed because o
Dear list,
strstr returns a string (in case the needle is found),
but a boolean if there is no needle in the haystack.
I am trying to make a readable evaluation of some tests, but this fails
to work as supposed because of
- undefined results when "OR"ing strings with possible string (?)
- use
3 matches
Mail list logo