<div dir="ltr"><div><div><div><div><div>Dear All<br></div>I compiled phc in ubuntu 10.04 lts.<br></div>Next
 I am trying to obfusace some php code (which is part of a drupal based 
code). I just tried obfuscating a single file using phc. It did  work.<br>
<br></div>But when I am trying to access my site, I get bunch of below errors.<br><br><i>Notice: Undefined variable: TSa200978216 in doc_search_my_form() (line 475 of /var/www/<a href="http://example.com/sites/all/modules/doc_search/doc_search.module" target="_blank">example.com/sites/all/modules/doc_search/doc_search.module</a>).<br>

Notice: Undefined variable: TSa1454652404 in doc_search_my_form() (line 482 of /var/www/<a href="http://example.com/sites/all/modules/doc_search/doc_search.module" target="_blank">example.com/sites/all/modules/doc_search/doc_search.module</a>).<br>

</i><br><br></div>Mostly these are variable undefined errors. When the 
file is in normal mode (having normal php code), it does not throw any 
error. When the file is in obfuscated mode , when I access my site I get
 lots of variable undefined error. Any idea what&#39;s wrong here.<br>
<br></div>Thanks</div>