Php/docs/internals2.opcodes.send-ref

提供:Dev Guides
< Php
移動先:案内検索

SEND_REF

PHP コード

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

PHP オペコード

関数名: (null)

コンパイルされた変数: none

line # op fetch ext return operands
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