msgbartop
PHP应用,PHP源码分析,Zend引擎分析,Web相关技术研究,Web技术分享 – 左手代码 右手诗
msgbarbottom

18 Jun 08 深入理解PHP原理之Opcodes

最近要给Yahoo的同事们做一个关于PHP和Apache处理请求的内部机制的讲座,刚好写了些关于Opcodes的文字,就发上来了,这个文章基于 Sara Golemon大师的《Understanding OPcode》

Opcode是一种PHP脚本编译后的中间语言,就像Java的ByteCode,或者.NET的MSL,举个例子,比如你写下了如下的PHP代码:

 <?php
   echo "Hello World";
   $a = 1 + 1;
   echo $a;
?>

PHP执行这段代码会经过如下4个步骤(确切的来说,应该是PHP的语言引擎Zend)

1.Scanning(Lexing) ,将PHP代码转换为语言片段(Tokens)
2.Parsing, 将Tokens转换成简单而有意义的表达式
3.Compilation, 将表达式编译成Opocdes
4.Execution, 顺次执行Opcodes,每次一条,从而实现PHP脚本的功能。

题外话:现在有的Cache比如APC,可以使得PHP缓存住Opcodes,这样,每次有请求来临的时候,就不需要重复执行前面3步,从而能大幅的提高PHP的执行速度。

那什么是Lexing? 学过编译原理的同学都应该对编译原理中的词法分析步骤有所了解,Lex就是一个词法分析的依据表。 Zend/zend_language_scanner.c会根据Zend/zend_language_scanner.l(Lex文件),来输入的 PHP代码进行词法分析,从而得到一个一个的“词”,PHP4.2开始提供了一个函数叫token_get_all,这个函数就可以讲一段PHP代码 Scanning成Tokens;
如果用这个函数处理我们开头提到的PHP代码,将会得到如下结果:

Array
(
    [0] => Array
        (
           [0] => 367
           [1] =>  Array
        (
            [0] => 316
            [1] => echo
        )
    [2] => Array
        (
            [0] => 370
            [1] =>
        )
    [3] => Array
        (
            [0] => 315
            [1] => "Hello World"
        )
    [4] => ;
    [5] => Array
        (
            [0] => 370
            [1] =>
        )
    [6] => =
    [7] => Array
        (
            [0] => 370
            [1] =>
        )
    [8] => Array
        (
            [0] => 305
            [1] => 1
        )
    [9] => Array
        (
            [0] => 370
            [1] =>
        )
    [10] => +
    [11] => Array
        (
            [0] => 370
            [1] =>
        )
    [12] => Array
        (
            [0] => 305
            [1] => 1
        )
    [13] => ;
    [14] => Array
        (
            [0] => 370
            [1] =>
        )
    [15] => Array
        (
            [0] => 316
            [1] => echo
        )
    [16] => Array
        (
            [0] => 370
            [1] =>
        )
    [17] => ;
)

分析这个返回结果我们可以发现,源码中的字符串,字符,空格,都会原样返回。每个源代码中的字符,都会出现在相应的顺序处。而,其他的比如标签,操作符,语句,都会被转换成一个包含俩部分的Array: Token ID (也就是在Zend内部的改Token的对应码,比如,T_ECHO,T_STRING),和源码中的原来的内容。
接下来,就是Parsing阶段了,Parsing首先会丢弃Tokens Array中的多于的空格,然后将剩余的Tokens转换成一个一个的简单的表达式

1.echo a constant string
2.add two numbers together
3.store the result of the prior expression to a variable
4.echo a variable

然后就改Compilation阶段了,它会把Tokens编译成一个个op_array, 每个op_arrayd包含如下5个部分:

1.Opcode数字的标识,指明了每个op_array的操作类型,比如add , echo
2.结果       存放Opcode结果
3.操作数1  给Opcode的操作数
4.操作数2
5.扩展值   1个整形用来区别被重载的操作符

比如,我们的PHP代码会被Parsing成:

* ZEND_ECHO     'Hello World'
* ZEND_ADD       ~0 1 1
* ZEND_ASSIGN  !0 ~0
* ZEND_ECHO     !0

呵呵,你可能会问了,我们的$a去那里了?

恩,这个要介绍操作数了,每个操作数都是由以下俩个部分组成:

a)op_type : 为IS_CONST, IS_TMP_VAR, IS_VAR, IS_UNUSED, or IS_CV

b)u,一个联合体,根据op_type的不同,分别用不同的类型保存了这个操作数的值(const)或者左值(var)

而对于var来说,每个var也不一样

IS_TMP_VAR, 顾名思义,这个是一个临时变量,保存一些op_array的结果,以便接下来的op_array使用,这种的操作数的u保存着一个指向变量表的一个句柄(整数),这种操作数一般用~开头,比如~0,表示变量表的0号未知的临时变量

IS_VAR 这种就是我们一般意义上的变量了,他们以$开头表示

IS_CV 表示ZE2.1/PHP5.1以后的编译器使用的一种cache机制,这种变量保存着被它引用的变量的地址,当一个变量第一次被引用的时候,就会被CV起来,以后对这个变量的引用就不需要再次去查找active符号表了,CV变量以!开头表示。

这么看来,我们的$a被优化成!0了。

Related Posts:

Tags: ,

27 Responses to “深入理解PHP原理之Opcodes”

Pages: [3] 2 1 » Show All

  1. Nicole Thompsen |

    These drivers may sometimes come with additional functionality unavailable in worldwide drivers or other drivers not predestined for that special archetypal. If you find modern movie online, choosing the DVDs to rent is aided rolex replica watches nit-picking and patron ratings and reviews. Even a situate of horror movies, romantic movies, battle swiss rolex replica watches and comedy movies are to be had in cheap rolex replicas promote. Episode 48 (Fairy Tales Can Come True) Air Date: 10-25-1984. The new swiss rolex replicas, you will perhaps be tempted to get a shelf replica rolex watch entertainment meeting point with your TV. The new rolex replicas new fake rolex wactch the years outdo, Bailey must contract with his own relations problems, his discontented dreams, and fake rolex burdens of the cheap rolex replicas Depression. Defeated, you have resigned yourself rolex replicas the fact that you replica rolex watch pass on without interminably unlocking the sly of how to assigning DVD into iPod. Episode 39 (Officers Only) cheap rolex replicas Date: 12-22-1973. One key swiss replica rolex of this function swiss rolex replicas that it is used to retail copyrighted things. The new fake rolex wactch nine successful swiss replica rolex to its honor, The X-Files is one of fake rolex rolex replica watches-running sci-fi series in television history?. Using a DVD Collection Database fake rolex wactch Ratings. The new swiss rolex replica watches new rolex replicas swiss rolex replicas the scientific component of the crimson, depressed and bottle green components in swiss replica rolex colour rolex replica watches. By informative the tale of world fame and internationally respected artist Big Pun, director Vlad Yudin brings us the exclusive real-life look at swiss replica rolex artist who changed the hip-hoedown fake rolex wactch and tap game forever. The Felicity ( fake rolex wactch new rolex replicas 3) DVD features a number of exciting episodes including the season premiere “The Christening” in which swiss rolex replicas learns from Javier that a man is giving away his furniture before heartbreaking fake rolex wactch another utter. avi,.

  2. Wholesale NFL Jerseys |

    Thank you for taking the time to publish this information very useful!
    I got a nice website for you guys too,Your favorite team’s Vikings jerseys and Saints jerseys delivered right to your door.All at unbeliveble prices!!

  3. Lousesi minii |

    Such was his lot in life, resigned without end to powerful time only by looking at the fake rolex watch demonstrate clocks on times rectangle. Janice couldn�t judge her eyes! The prevalent trend of black watch over dials was in progress in Rolex. What they in reality give is a stone crystal. There are as much as necessary replica Rolex watches outmoded here in favor of them to like. Are you picture a six replica rolex salary, compelling a Limousine and breathing in a hall? That is, the universe hold to have been more compressed formerly and rolex replicas were harder to happen near. A dressed indisputable Rolex watchband tin approach in a duo incarnations. � Rolex replicas made in other Asian countries (but Japan and Korea);. Certawearingly, Rolex replica rolex watches don�t include fake gold plating�. There are loads of Rolex model watches which exhibit stickers which display the logo of Rolex. The editorial discussion on the subject of why Rolex is a widely held big name in the world of watchmakers? Brand new for the year 2002, the company has launched micro-print a painstaking “tiara” sign into the crystal for the genuine Rolex watch, at the 6 o’clock scene. Only those watches arrive to the market which has lucratively accepted those investigate and others are sent ago. Up to this era, Rolex is banish a privately-owned one, and never went community to amicable its set to other shareholders.

  4. PHP编译执行原理 « 网上商城系统开发 |

    [...] 本文地址: http://www.laruence.com/2008/06/18/221.html [...]

  5. kikisu minii |

    Features & Performance: One of my choice features on the Sony DCR-DVD650 DVD Handycam camcorder is the erstwhile fashioned ‘optical viewfinder’ that is totally uncommon in camcorders currently. The new rolex replicas family are storing memories and movies on DVD which can keep on everyplace from 25 years to 250 years. It mounts going on a vehicle’s ceiling, typically flanked by the frontage and backside seats. How to orderly DVDs is cute easy if you know the individual aids to use and how to use them fittingly. The team that was sent to track becomes the hunted and are no complement for alien technology, but the make is highly-flavored with one of them. Episode 106 (The Sound of Children) Air Date: 02-05-1979. This format too uses the wretched laser, the alteration essence the higher compression of the video onslaught. Once you have your distributors in command you need to make your mind up how you want to persuade somebody to buy you goods. Corporal do well Klinger (Jamie Farr) provides comic relief with his first attempts to acquire a discharge by dressing in women’s clothing, and Father Francis Mulcahy (William Christopher) adds give flavor to to a diverse cast of characters. This income that you need to have advantage product expertise so that you can actually rise the product you are buying. Step #6 – Cleaning the Laser Pickup – Now that you have swiss rolex replica watches access to the laser jump back in, use a cotton mop and several isopropyl alcohol and gently wipe the lens. Lets play it, children get bored easily and to rolex replica watch your everyday jobs and pouring time turn easier, a Player is the way to go. Episode 40 (Indian Summer) Air Date: 10-27-1999.

  6. kikisu minii |

    DVD players immediately can be made of extremely economical material, which brings us to our number one advantage. Once it’s ended, you should see a new file in the rawdump folder, an ISO file, with the same term as anything game you unoriginal. So how preserve this befall achievable? Episode 48 (Don’t Bug the Mosquitoes) Air Date: 12-09-1965. Finding a DVD fake rolex iPod converter with the aim of has a early conversion esteem is a necessity. Episode 26 (Angels on Ice: Part 2) Air Date: 09-21-1977. Or would you noticeably be skilled to pick out your specific music? When I pioneer in progress funing I was amazed at how I was adept to play songs that I loved within a few days. Along with the headphones, this a great way to keep your little tyke contentedly unavailable for the period of rolex replica watch long rolex replicas stumble. Downloads are fast, easy to install and have user interfaces that are friendly.

  7. 深入理解PHP原理之异常机制 | yeeger.com |

    [...] 了解opcode(深入理解PHP原理之Opcodes的同学都知道, 在PHP5.3以前, 每一个可独立运行的op array(文件, 函数, 方法)的最后一条opcode都是ZEND_HANDLE_EXCEPTION, 而这个opcode是做什么用的呢? [...]

Pages: [3] 2 1 » Show All

Leave a Reply

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word