PHP Doku:: FETCH_DIM_TMP_VAR - internals2.opcodes.fetch-dim-tmp-var.html

Verlauf / Chronik / History: (6) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

Opcodes

<<FETCH_DIM_RW

FETCH_DIM_UNSET>>

FETCH_DIM_TMP_VAR

PHP code

<?php
/*
 * Fetch an entry of an array from a temporal variable?
 * opcode number: 98
 */
list($x) = array("X");
?>

PHP opcodes

Function name: (null)

Compiled variables: !0=$x

line#op fetchextreturn operands
60 INIT_ARRAY   ~0 'X'
 1 FETCH_DIM_TMP_VAR   $1 ~0,0
 2 ASSIGN     !0,$1
 3 FREE     ~0
74 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",...)