dismiss Step into the future! Click here to switch to the beta php.net site
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ECHO> <DO_FCALL
[edit] Last updated: Fri, 28 Jun 2013

view this page in

DO_FCALL_BY_NAME

PHP code

<?php
/*
 * Call a function by name.  Following INIT_FCALL_BY_NAME and multiple SEND_VAL, SEND_VAR or SEND_REF.
 * opcode number: 61
 */
$x 'phpinfo';
$a $x();
?>

PHP opcodes

Function name: (null)

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

line#op fetchextreturn operands
60 ASSIGN     !0,'phpinfo'
71 INIT_FCALL_BY_NAME     !0
 2 DO_FCALL_BY_NAME  0   
 3 ASSIGN     !1,$1
84 RETURN     1


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

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