Opcode
PHP Manual

INIT_FCALL_BY_NAME

PHP 代码

<?php
/*
 * prepare for a function call to function value1
 * Opcode 编号: 59
 */
$x 'phpinfo';
$a $x();
?>

PHP Opcode

函数名: (null)

编译后的变量: !0=$x, !1=$a

行号#操作 读取扩展返回 操作数
60 ASSIGN     !0,'phpinfo'
71 INIT_FCALL_BY_NAME     !0
 2 DO_FCALL_BY_NAME  0   
 3 ASSIGN     !1,$1
84 RETURN     1

Opcode
PHP Manual