PHP - Manual: DECLARE_FUNCTION
2025-11-03
<?php
/*
*
* opcode number: 141
*/
class A{
function funcA(){
}
}
?>
Function name: (null)
Compiled variables: none
| line | # | op | fetch | ext | return | operands |
|---|---|---|---|---|---|---|
| 6 | 0 | NOP | ||||
| 10 | 1 | RETURN | 1 |
Function name: funcA
Compiled variables: none
| line | # | op | fetch | ext | return | operands |
|---|---|---|---|---|---|---|
| 8 | 0 | RETURN | null |
官方地址:https://www.php.net/manual/en/internals2.opcodes.declare-function.php