DECLARE_FUNCTION

PHP code

<?php
/*
 * 
 * opcode number: 141
 */
class A{
 function 
funcA(){
 }
}
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line#op fetchextreturn operands
60 NOP      
101 RETURN     1

Function name: funcA

Compiled variables: none

line#op fetchextreturn operands
80 RETURN     null
add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top