PRE_INC_OBJ
QM_ASSIGN
オペコードの説明とサンプル
PHP Manual
PRINT
PHP コード
<?php
/*
*
* opcode number: 41
*/
print
"Hello World"
;
?>
PHP オペコード
関数名: (null)
コンパイルされた変数: none
line
#
op
fetch
ext
return
operands
6
0
PRINT
~0
'Hello+World'
1
FREE
~0
7
2
RETURN
1
PRE_INC_OBJ
QM_ASSIGN
オペコードの説明とサンプル
PHP Manual