News Feed
Jobs Feed
Sections




News Archive
Anthony Ferrara:
The Anatomy Of Equals - Opcode Analysis
July 19, 2012 @ 10:11:48

Anthony Ferrara has a new post today getting into the details of how "equals" works in PHP at the opcode level. He focuses on the answer to a question he received:

I was asked an interesting question via email yesterday. The question is fairly simple. The answer, not so much... So, rather than reply in an email, I figured that I'd write a post about it instead. The question, simply stated, is: "When comparing a float to an integer using ==, where does the conversion happen?"

He starts with a super simple piece of test code that compares an integer (1) to a float (1.0) and walks through the process PHP takes to perform the comparison (with a double equals "=="). He talks about opcode handlers, the "fast equal function" and how it handles the casting from one type to another, C source highlights included.

0 comments voice your opinion now!
equals opcode source language cast variable


blog comments powered by Disqus

Similar Posts

Derick Rethans' Blog: Translating Twitter

PHP-Coding-Practices.com: Composing Methods: Replace Temp With Query

David Coallier's Blog: Free PHP Security Scan

PHPClasses.org: 26 Ways to Show that PHP Can Be Better Than PHP

Zeev Suraski's Blog: PHP Security


Community Events









Don't see your event here?
Let us know!


testing zendframework2 unittest release language tool introduction community opinion development database phpunit example interview composer podcast code framework object api

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework