Php/docs/internals2.opcodes.recv

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

RECV

PHP コード

<?php/* * Receive a functoin argument of "argument-number" and store the argument value into a variable of "argument-number".  (e.g. $1 for 1) * opcode number: 63 */function hello($a){}?>

PHP オペコード

関数名: (null)

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

line # op fetch ext return operands
6 0 NOP        
7 1 RETURN       1

関数名: hello

コンパイルされた変数: !0=$a

line # op fetch ext return operands
6 0 RECV       1
  1 RETURN       null