<?php
/*
* Fetch an entry of an array from a temporal variable?
* Opcode 编号: 98
*/
list($x) = array("X");
?>
函数名: (null)
编译后的变量: !0=$x
行号 | # | 操作 | 读取 | 扩展 | 返回 | 操作数 |
---|---|---|---|---|---|---|
6 | 0 | INIT_ARRAY | ~0 | 'X' | ||
1 | FETCH_DIM_TMP_VAR | $1 | ~0,0 | |||
2 | ASSIGN | !0,$1 | ||||
3 | FREE | ~0 | ||||
7 | 4 | RETURN | 1 |