编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 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 add array elementphp opcode descriptions and examples assign objphp opcode descriptions and examples assign refphp opcode descriptions and examples castphp opcode descriptions and examples catchphp 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 isphp opcode descriptions and examples fetch obj func argphp opcode descriptions and examples init fcall by namephp opcode descriptions and examples init method callphp opcode descriptions and examples init ns fcall by namephp opcode descriptions and examples jmpnz exphp opcode descriptions and examples jmpnzphp opcode descriptions and examples pre decphp opcode descriptions and examples pre inc objphp opcode descriptions and examples subphp opcode descriptions and examples switch free
关注编程学问公众号
编程学问网 湘ICP备20001732号