downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

RETURN> <RECV
[edit] Last updated: Fri, 25 May 2012

view this page in

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 fetchextreturn operands
60 NOP      
71 RETURN     1

関数名: hello

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

line#op fetchextreturn operands
60 RECV_INIT     1,5
 1 RETURN     null


add a note add a note User Contributed Notes RECV_INIT
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites