Opcode Descriptions and Examples
PHP Manual

FETCH_UNSET

PHP code

<?php 
/*
 * Fetch a variable for the purpose of unset() operation.
 * opcode number: 95
 * No sample PHP yet */
?>

Opcode Descriptions and Examples
PHP Manual