Opcode
PHP Manual

ASSIGN_REF

PHP 代码

<?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;
?>

PHP Opcode

函数名: (null)

编译后的变量: !0=$a

行号#操作 读取扩展返回 操作数
60 FETCH_Wgloballock  $0 'a'
 1 ASSIGN_REF     !0,$0
72 RETURN     1

Opcode
PHP Manual