文字

DECLARE_FUNCTION

PHP code

<?php

class  A {
 function 
funcA (){
 }
}
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line # op fetch ext return operands
6 0 NOP        
10 1 RETURN       1

Function name: funcA

Compiled variables: none

line # op fetch ext return operands
8 0 RETURN       null
上一篇: 下一篇: