©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
<?php
function hello ( $a = 5 ){}
?>
Function name: (null)
Compiled variables: none
line | # | op | fetch | ext | return | operands |
---|---|---|---|---|---|---|
6 | 0 | NOP | ||||
7 | 1 | RETURN | 1 |
Function name: hello
Compiled variables: !0=$a
line | # | op | fetch | ext | return | operands |
---|---|---|---|---|---|---|
6 | 0 | RECV_INIT | 1,5 | |||
1 | RETURN | null |