Opcodes
PHP Manual

ISSET_ISEMPTY_DIM_OBJ

PHP code

<?php
/*
 * Tests if the entry of an array is set or not.
 * opcode number: 115
 */
if(isset($a[0])) return 0;
?>

PHP opcodes

Function name: (null)

Compiled variables: !0=$a

line#op fetchextreturn operands
60 ZEND_ISSET_ISEMPTY_DIM_OBJВ  1~0 !0,0
В 1 JMPZВ  В В  ~0,->4
В 2 RETURNВ  В В  0
В 3 JMPВ  В В  ->4
74 RETURNВ  В В  1

Opcodes
PHP Manual