<?php
/*
* Pass the reference value as an actual parameter to a function. DO_FCALL follows.
* Opcode 编号: 67
*/
@each($input);
?>
函数名: (null)
编译后的变量: none
行号 | # | 操作 | 读取 | 扩展 | 返回 | 操作数 |
---|---|---|---|---|---|---|
6 | 0 | BEGIN_SILENCE | ~0 | |||
1 | FETCH_W | local | $1 | 'input' | ||
2 | SEND_REF | $1 | ||||
3 | DO_FCALL | 1 | 'each' | |||
4 | END_SILENCE | ~0 | ||||
7 | 5 | RETURN | 1 |