News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Abhinav Singh's Blog:
PHP tokens & opcodes 3 useful extensions for understanding the Zend Engine
November 24, 2009 @ 11:32:31

Abhinav Singh has a recent post to his blog looking at three extensions that you can use to help understand the inner workings of the core Zend Engine.

"PHP tokens and opcodes" - When a PHP script is executed it goes through a number of processes, before the final result is displayed. These processes are namely: Lexing, Parsing, Compiling and Executing. In this blog post, I will walk you through all these processes with a sample example. In the end I will list some useful PHP extensions, which can be used to analyze results of every intermediate process.

He touches on the steps the average PHP script takes in its processing - lexing, parsing/compiling and the actual execution of the opcodes. The tokenizer, parsekit and VLD (Vulcan Logic Disassembler) extensions can help you get down into the nuts and bolts of the language and the engine that makes it work.

0 comments voice your opinion now!
zendengine extension lexer compile opcode



Similar Posts

Gopal Vijayaraghavan's Blog: APC Autofilter: The Real Story

Developer.com: Combining an Oracle Database with PHP to Manage Data

Internet Super Hero Blog: Compiling mysqlnd with PHP 5.2/5.3/6.0

Nexen.net: Base configuration for PHP 5.2.3

AjaxLine: Best Joomla! Extensions - March 2010


Community Events

phpnw10 PHP Conference 09/10/2010




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


plugin screencast wordpress developer unittest framework suggestion zendframework codeigniter introduction conference tool book opinion database phpunit application example azure development

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