I once encountered: $enabled = create_function(”,’return false;’); which is just eval()’s less-obvious and therefor more-sinister little sister. Elsewhere in the same codebase was: function myinclude($file) { eval(“include ‘$file’;”); } which was being invoked about 200 times per page hit across about 10 unique files.
jeremykendall
You might have me beat there, Sara. I haven’t yet found anything that bad, not even in my early code.