php教程

DECLARE_CLASS

PHP code

<?php
/*
 * Declare a class with the name of class-name as the implementation specified by ID.
 * opcode number: 139
 */
class {
    function 
methodA(){
        echo 
"hello world";
    }
}
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line#op fetchextreturn operands
60 NOP      
111 RETURN     1

Function name: methodA

Compiled variables: none

line#op fetchextreturn operands
80 ECHO     'hello+world'
91 RETURN     null

User Contributed Notes

There are no user contributed notes for this page.

CopyRight © 2008-2022 verySource.Com All Rights reserved. 京ICP备17048824号-1 京公网安备:11010502034788