PHP Doku:: ASSIGN_OBJ - internals2.opcodes.assign-obj.html

Verlauf / Chronik / History: (6) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

Opcodes

<<ASSIGN_MUL

ASSIGN_REF>>

ASSIGN_OBJ

PHP code

<?php
/*
 * 
 * opcode number: 136
 */
$obj->$otherobj;
?>

PHP opcodes

Function name: (null)

Compiled variables: !0=$obj, !1=$otherobj

line#op fetchextreturn operands
60 ZEND_ASSIGN_OBJ     !0,'a'
 1 ZEND_OP_DATA     !1
72 RETURN     1

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",...)