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

search for in the

ASSIGN_ADD> <ADD_VAR
Last updated: Fri, 20 Nov 2009

view this page in

ASSIGN

PHP code

<?php
/*
 * assigns value1 to result
 * opcode number: 38
 */
$a=1;
$a='a';
$a=new A();
?>

PHP opcodes

Function name: (null)

Compiled variables: !0=$a

line#op fetchextreturn operands
60 ASSIGN     !0,1
71 ASSIGN     !0,'a'
82 ZEND_FETCH_CLASS   :2 'A'
 3 NEW   $3 :2
 4 DO_FCALL_BY_NAME  0   
 5 ASSIGN     !0,$3
96 RETURN     1


add a note add a note User Contributed Notes
ASSIGN
There are no user contributed notes for this page.

ASSIGN_ADD> <ADD_VAR
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites