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

Strattonbrazil's Blog: php to python: Why PHP is now dead to me

David Coallier's Blog: Free PHP Security Scan

Builder.au: Zend seeks a sustainable open-source model

Stefan Mischook's Blog: PHP Video Tutorial: Functions

The Hacker Webzine: Two PHP Reconnaissance Vectors


Community Events











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


zendframework2 release framework phpunit testing example functional usergroup podcast rest database introduction interview community opinion language development series conference symfony2

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