Php/docs/internals2.opcodes.recv-init

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

RECV_INIT

PHP コード

<?php/* * Initialize a function argument with "value" if not received from caller.  Otherwise same as RECV. * opcode number: 64 */function hello($a=5){}?>

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_INIT       1,5
  1 RETURN       null