PHP Doku:: ASSIGN_DIM - internals2.opcodes.assign-dim.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_DIM

Ein Service von Reinhard Neidl - Webprogrammierung.

Opcodes

<<ASSIGN_CONCAT

ASSIGN_DIV>>

ASSIGN_DIM

PHP code

<?php
/*
 * 
 * opcode number: 147
 */
$b 1;
$a[1][2] = $b;
?>

PHP opcodes

Function name: (null)

Compiled variables: !0=$b, !1=$a

line#op fetchextreturn operands
60 ASSIGN     !0,1
71 FETCH_DIM_W   $1 !1,1
 2 ZEND_ASSIGN_DIM     $1,2
 3 ZEND_OP_DATA     !0,$3
84 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",...)