|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-01-21 14:43 UTC] dtajchreber@php.net
-Status: Open
+Status: Bogus
[2012-01-21 14:43 UTC] dtajchreber@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 05:00:01 2025 UTC |
Description: ------------ First sorry for my English, it's not perfect. In this case if($a==1 and $b==2) { echo 'hello there'; } I think $b==2 checking is unnecessary if $a==1 it's not true. PHP will be faster.