Link Details

Link 291125 thumbnail
User 319576 avatar

By imoracle
via abhinavsingh.com
Published: Nov 16 2009 / 12:02

“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.
  • 11
  • 0
  • 816
  • 205

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.