Opcode
PHP Manual

SEND_REF

PHP 代码

<?php
/*
 * Pass the reference value as an actual parameter to a function.  DO_FCALL follows.
 * Opcode 编号: 67
 */
@each($input);
?>

PHP Opcode

函数名: (null)

编译后的变量: none

行号#操作 读取扩展返回 操作数
60 BEGIN_SILENCE   ~0  
 1 FETCH_Wlocal  $1 'input'
 2 SEND_REF     $1
 3 DO_FCALL  1  'each'
 4 END_SILENCE     ~0
75 RETURN     1

Opcode
PHP Manual