Opcode
PHP Manual

FETCH_DIM_TMP_VAR

PHP 代码

<?php
/*
 * Fetch an entry of an array from a temporal variable?
 * Opcode 编号: 98
 */
list($x) = array("X");
?>

PHP Opcode

函数名: (null)

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

行号#操作 读取扩展返回 操作数
60 INIT_ARRAY   ~0 'X'
 1 FETCH_DIM_TMP_VAR   $1 ~0,0
 2 ASSIGN     !0,$1
 3 FREE     ~0
74 RETURN     1

Opcode
PHP Manual