<?php
/*
* Tests if the entry of an array is set or not.
* opcode number: 115
*/
if(isset($a[0])) return 0;
?>
Function name: (null)
Compiled variables: !0=$a
line | # | op | fetch | ext | return | operands |
---|---|---|---|---|---|---|
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 |