downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

FETCH_DIM_UNSET> <FETCH_DIM_RW
[edit] Last updated: Fri, 26 Apr 2013

view this page in

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


add a note add a note User Contributed Notes FETCH_DIM_TMP_VAR - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites