Opcode
PHP Manual

EXIT

PHP 代码

<?php
/*
 * Exit running after dumping "message".
 * Opcode 编号: 79
 */
die("foobar");
?>

PHP Opcode

函数名: (null)

编译后的变量: none

行号#操作 读取扩展返回 操作数
60 EXIT     'foobar'
71 RETURN     1

Opcode
PHP Manual