This is some HTML
<?php

if ($you == SMART_PERSON) {
	$you->realize($this instanceOf BizarreClass);

	// Yes, it is bizarre, but I thought this would be a fun test
	var_export($some_variable);
	var_export($you);
}

if ($we === $you) {
	throw new Exception('We aren\'t you.  Period.');
}
