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