略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: DO_FCALL_BY_NAME

2024-03-29

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

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/internals2.opcodes.do-fcall-by-name.php

冷却塔厂家 广告
-- 广告
北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3