downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

DECLARE_FUNCTION> <CONCAT
Last updated: Fri, 20 Nov 2009

view this page in

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


add a note add a note User Contributed Notes
DECLARE_CLASS
There are no user contributed notes for this page.

DECLARE_FUNCTION> <CONCAT
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites