RECV_INIT

PHP code

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

PHP opcodes

Function name: (null)

Compiled variables: none

line#op fetchextreturn operands
60 NOP      
71 RETURN     1

Function name: hello

Compiled variables: !0=$a

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