PHP - Manual: EXIT
2024-12-21
<?php
/*
* Exit running after dumping "message".
* opcode number: 79
*/
die("foobar");
?>
Function name: (null)
Compiled variables: none
line | # | op | fetch | ext | return | operands |
---|---|---|---|---|---|---|
6 | 0 | EXIT | 'foobar' | |||
7 | 1 | RETURN | 1 |
官方地址:https://www.php.net/manual/en/internals2.opcodes.exit.php