Skip to content

Commit

Permalink
Merge pull request reeze#79 from zhoumengkang/master
Browse files Browse the repository at this point in the history
语句不通顺,稍作修改
  • Loading branch information
reeze committed Jul 12, 2015
2 parents 009d76c + 978c6ab commit 0b17687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/chapt02/02-01-php-life-cycle-and-zend-engine.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ php_disable_classes函数用来禁用PHP的一些类。这些被禁用的类来

gc_reset函数用来重置垃圾收集机制,当然这是在PHP5.3之后才有的。

init_compiler函数用来初始化编译器,比如将编译过程中在放opcode的数组清空,准备编译时用来的数据结构等等
init_compiler函数用来初始化编译器,比如将编译过程中放在opcode里的数组清空,准备编译时需要用的数据结构等等

init_executor函数用来初始化中间代码执行过程。
在编译过程中,函数列表、类列表等都存放在编译时的全局变量中,
Expand Down

0 comments on commit 0b17687

Please sign in to comment.