<?php
/*
* ??? End of a case block exists the current switch block. Followed by JMP?
* Opcode 编号: 50
*/
$x = 0;
while(1) {
if($x == 0) break;
}
?>
函数名: (null)
编译后的变量: !0=$x
行号 | # | 操作 | 读取 | 扩展 | 返回 | 操作数 |
---|---|---|---|---|---|---|
6 | 0 | ASSIGN | !0,0 | |||
7 | 1 | JMPZ | 1,->7 | |||
8 | 2 | IS_EQUAL | ~1 | !0,0 | ||
3 | JMPZ | ~1,->6 | ||||
4 | BRK | 1 | ||||
5 | JMP | ->6 | ||||
9 | 6 | JMP | ->1 | |||
10 | 7 | RETURN | 1 |