News Feed
Jobs Feed
Sections




News Archive
Nikita Popov's Blog:
Understanding PHP's internal function definitions (Part 2)
March 19, 2012 @ 08:17:48

Following this recent post from Anthony Ferraara about the source code of the PHP language itself, Nikita Popov is working with him and has produced the second part of the series, a look at finding the internal function definitions for the PHP functions you use every day.

In the previous part ircmaxell explained where you can find the PHP source code and how it is basically structured and also gave a small introduction to C (as that's the language PHP is written in). If you missed that post, you probably should read it before starting with this one. What we'll cover in this article is locating the definitions of internal functions in the PHP codebase, as well as understanding them.

He starts with a basic example - a string function, strpos. He shows a handy searching trick to help find the actual function definition and which matches should be given priority. He lays out a typical skeleton of a PHP function definition and gets into some detail as to what this particular function does (in C). He briefly mentions the Zend Engine functions and a look ahead to finding classes and methods.

0 comments voice your opinion now!
source code developers language internal function definition tuttorial


blog comments powered by Disqus

Similar Posts

Stas Malyshev's Blog: Shortcuts

Lee Blue: PHP vs Ruby :: 2012 Year End Review

SitePoint PHP Blog: The state of functional programming in PHP

LispCast.com: PHP vs. Lisp

Ben Ramsey's Blog: Lampooning Benchmarks


Community Events











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


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

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