News Feed
Jobs Feed
Sections




News Archive
Nikita Popov:
How to add new (syntactic) features to PHP
July 30, 2012 @ 09:54:34

Nikita Popov has a new post to his site looking at how you can add your own syntactic features directly to PHP (requires knowledge of the C language).

Several people have recently asked me where you should start if you want to add some new (syntactic) feature to PHP. As I'm not aware of any existing tutorials on that matter, I'll try to illustrate the whole process in the following. At the same time this is a general introduction to the workings of the Zend Engine. So upfront: I apologize for this overly long post.

He covers the usual "life" of a PHP script, how tokenization is handled and what happens when the script is parsed, compiled and executed. Code snippets are included to show you the points to add in your own syntax item - in their case, adding an "in" operator to see if a value is in an array (a one word version of this).

0 comments voice your opinion now!
syntax tutorial add new c language


blog comments powered by Disqus

Similar Posts

Script-Tutorials.com: Watermark processing on images using PHP and GD

Zend Developer Zone: PHP and Java: Using Java Print Service with Zend Server Community Edition

onPHP5.com: Clickable, Obfuscated Email Addresses

CodeForest.net: Key/value tables and how to use them in PHP and MySQL

Brian Swan's Blog: Running WordPress on SQL Server


Community Events









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


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

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