php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #60831 Optimization
Submitted: 2012-01-21 14:09 UTC Modified: 2012-01-21 14:43 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: iivanov2 at yahoo dot com Assigned:
Status: Not a bug Package: *Programming Data Structures
PHP Version: 5.4.0RC6 OS: no matter
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
21 + 26 = ?
Subscribe to this entry?

 
 [2012-01-21 14:09 UTC] iivanov2 at yahoo dot com
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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-01-21 14:43 UTC] dtajchreber@php.net
-Status: Open +Status: Bogus
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 00:01:41 2024 UTC