编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « DIV
  • DO_FCALL_BY_NAME »
  • PHP Manual
  • Opcode Descriptions and Examples
  • DO_FCALL

DO_FCALL

PHP code

<?php
/*
 * Call a function.  Following multiple SEND_VAL, SEND_VAR or SEND_REF.
 * opcode number: 60
 */
$a = phpinfo();
?>

PHP opcodes

Function name: (null)

Compiled variables: !0=$a

line # op fetch ext return operands
6 0 DO_FCALL   0   'phpinfo'
  1 ASSIGN       !0,$0
7 2 RETURN       1
相关文章
php opcode descriptions and examples assign addphp opcode descriptions and examples assign bw andphp opcode descriptions and examples bool notphp opcode descriptions and examples bool xorphp opcode descriptions and examples declare functionphp opcode descriptions and examples declare inherited class delayedphp opcode descriptions and examples do fcall by namephp opcode descriptions and examples do fcallphp opcode descriptions and examples ext fcall beginphp opcode descriptions and examples ext fcall endphp opcode descriptions and examples fetch constantphp opcode descriptions and examples fetch dim func argphp opcode descriptions and examples fetch rphp opcode descriptions and examples fetch rwphp opcode descriptions and examples init fcall by namephp opcode descriptions and examples init ns fcall by namephp opcode descriptions and examples is identicalphp opcode descriptions and examples mulphp opcode descriptions and examples recvphp opcode descriptions and examples user opcode
关注编程学问公众号
编程学问网 湘ICP备20001732号