RETURN
PHP code
<?php /* * Return value from a funciton. * opcode number: 62 */ return 1; ?>
PHP opcodes
Function name: (null)
Compiled variables: none
line | # | op | fetch | ext | return | operands |
---|---|---|---|---|---|---|
6 | 0 | RETURN | 1 | |||
7 | 1 | RETURN | 1 |
<?php /* * Return value from a funciton. * opcode number: 62 */ return 1; ?>
Function name: (null)
Compiled variables: none
line | # | op | fetch | ext | return | operands |
---|---|---|---|---|---|---|
6 | 0 | RETURN | 1 | |||
7 | 1 | RETURN | 1 |