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){}
?>
opcodeهای 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 |
There are no user contributed notes for this page.
