Internals2/opcodes/declare-class-Phpdoc专题

DECLARE_CLASS

PHP code

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

PHP opcodes

Function name: (null)

Compiled variables: none

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

Function name: methodA

Compiled variables: none

line # op fetch ext return operands
8 0 ECHO       'hello+world'
9 1 RETURN       null

本站为非盈利网站,作品由网友提供上传,如无意中有侵犯您的版权,请联系删除