<?php $a = new stdClass; var_dump($a instanceof stdClass); $b = function() {}; var_dump($b instanceof Closure);
You have javascript disabled. You will not be able to edit any code.