<?php
/*
* indicates that variable indicated by value1 is to be treated in the global scope for the remainder of the current scope.
* Opcode 编号: 39
*/
global $a;
?>
函数名: (null)
编译后的变量: !0=$a
行号 | # | 操作 | 读取 | 扩展 | 返回 | 操作数 |
---|---|---|---|---|---|---|
6 | 0 | FETCH_W | globallock | $0 | 'a' | |
1 | ASSIGN_REF | !0,$0 | ||||
7 | 2 | RETURN | 1 |