News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

PHPied.com: SAP container for PEAR::Auth

Mikko Koppanen's Blog: Fake uploading files

Mike Purcell's Blog: CentOS - PHP - Install Memcached (with a d) Stack

Sean Coates' Blog: php-5.2.5 on Leopard

Elizabeth Smith's Blog: PECL on Windows - Yes I'm odd


Community Events











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


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

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