<?php
/*
* Tests if the value of a variable is set or not.
* Opcode 编号: 114
*/
if(isset($a)){ return 0;}
?>
函数名: (null)
编译后的变量: !0=$a
行号 | # | 操作 | 读取 | 扩展 | 返回 | 操作数 |
---|---|---|---|---|---|---|
6 | 0 | ZEND_ISSET_ISEMPTY_VAR | 5 | ~0 | !0 | |
1 | JMPZ | ~0,->4 | ||||
2 | RETURN | 0 | ||||
3 | JMP | ->4 | ||||
7 | 4 | RETURN | 1 |