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

Zend Developer Zone: Mastering Joomla! 1.5

Chris Jones' Blog: 12 years of Oracle extensions in PHP

Christopher Jones' Blog: Configuring and Running PHP's OCI8 tests

Chris Hartjes' Blog: Better HTTP Request/Response in PHP

Hartmut Holzgraefe's Blog: PHP Graphviz Extension


Community Events











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


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

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