Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8562277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T16:41:46+00:00 2026-06-11T16:41:46+00:00

I was reading a PHP book about operators. And the book says that if(!$a

  • 0

I was reading a PHP book about operators.

And the book says that if(!$a == $b) is faster then if($a != $b).
Is this true?

I have tried this with MS but with no results. What do you think?

EDIT:
if($a != $b) is faster then if(!$a == $b)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T16:41:47+00:00Added an answer on June 11, 2026 at 4:41 pm

    Over 1,000,000 iterations, I found that if( $a != $b) is about 40% slower than if( !$a == $b), however this difference is only about 0.04 nanoseconds, and they are NOT equivalent.

    $a = "123";
    $b = 456;
    var_dump(
        $a != $b, // true
        !$a == $b // false
    );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm reading a PHP book where the author says that symbols should be avoided
I'm quite new to php and have been reading Larry Ullman book to develop
I have been reading up on multiple PHP frameworks, especially the Zend Framework but
I've started reading a book on PHP security (but it's really all theoretical not
I'm reading book about php, and here is task to print elements of array
I'm trying to mastery php by reading book, and i'm stuck on this code
I have been reading the PHP manual about references and something is confusing me.
I'm very new to php. I'm reading a book having an example about while
I was reading my new php and MySQL book and it said that if
Can someone please xplain this code. Im reading larry ullmans book on php and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.