PHP Doku:: DECLARE_FUNCTION - internals2.opcodes.declare-function.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchPHP im Kern: Das Entwicklerhandbuch für die Zend EngineZend Engine 2 opcode listOpcodesDECLARE_FUNCTION

Ein Service von Reinhard Neidl - Webprogrammierung.

Opcodes

<<DECLARE_CLASS

DECLARE_INHERITED_CLASS>>

DECLARE_FUNCTION

PHP code

<?php
/*
 * 
 * opcode number: 141
 */
class A{
 function 
funcA(){
 }
}
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line#op fetchextreturn operands
60 NOP      
101 RETURN     1

Function name: funcA

Compiled variables: none

line#op fetchextreturn operands
80 RETURN     null

Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)