We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366c812 commit 8db476bCopy full SHA for 8db476b
3/zend_executor.md
@@ -62,7 +62,7 @@ ZEND_API zend_executor_globals executor_globals;
62
struct _zend_execute_data {
63
const zend_op *opline; //指向当前执行的opcode,初始时指向zend_op_array起始位置
64
zend_execute_data *call; /* current call */
65
- zval *return_value; //返回值指针 */
+ zval *return_value; //返回值指针
66
zend_function *func; //当前执行的函数(非函数调用时为空)
67
zval This; //这个值并不仅仅是面向对象的this,还有另外两个值也通过这个记录:call_info + num_args,分别存在zval.u1.reserved、zval.u2.num_args
68
zend_class_entry *called_scope; //当前call的类
0 commit comments