<?php/* * Fetch the value from variable which is to be used to test if it is set or not, through isset()/isempty(). * opcode number: 89 */echo isset($_SESSION['userid']);echo isset($_SESSION['userid'][1]);echo isset($_SESSION->prop->prop);?>
Function name: (null)
Compiled variables: none