Manual de PHP El núcleo de PHP: Guía del Hacker Zend Engine 2 Opcodes Opcode Descriptions and Examples FETCH_DIM_UNSET FETCH_DIM_TMP_VAR FETCH_DIM_W FETCH_DIM_UNSET PHP code <?php /* * Fetch an entry of an array variable for the purpose of unset() operation. * opcode number: 96 * No sample PHP yet */?>