Opcode
PHP Manual

NEW

PHP 代码

<?php
/*
 * Construct an instance of "type" and store the reference to the object into "result".
 * Opcode 编号: 68
 */
$obj = new A();
?>

PHP Opcode

函数名: (null)

编译后的变量: !0=$obj

行号#操作 读取扩展返回 操作数
60 ZEND_FETCH_CLASS   :0 'A'
 1 NEW   $1 :0
 2 DO_FCALL_BY_NAME  0   
 3 ASSIGN     !0,$1
74 RETURN     1

Opcode
PHP Manual