Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 22584 программиста и 1145 роботов. Сейчас ищут 616 программистов ...
Приступая к работе

DECLARE_CLASS

Вернуться к: Opcode Descriptions and Examples

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


Вернуться к: Opcode Descriptions and Examples

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware