On Thu, Feb 21, 2013 at 8:46 AM, Jim Giner wrote:
>
>>
>> I *have* heard claims that something like this is preferrable, though:
>>
>> if (FALSE === $variable)
>>
> I believe I read a comment somewhere once that writing your IF statements
> that way helped to trigger an error message when the code
The PHP development team announces the immediate availability of PHP
5.4.12 and PHP 5.3.22. These releases fix about 10 bugs. All users of
PHP are encouraged to upgrade to PHP 5.4. PHP 5.3.22 is recommended
for those wishing to remain on the 5.3 series.
The full list of changes are recorded in
I *have* heard claims that something like this is preferrable, though:
if (FALSE === $variable)
I believe I read a comment somewhere once that writing your IF
statements that way helped to trigger an error message when the coder
forgot to use the double equal sign (==) in the statement. I
3 matches
Mail list logo