Advertisement
Guest User

Untitled

a guest
Apr 18th, 2012
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // a dangerous function
  2. protected function dangerous() { 42 }
  3. // a bit of code
  4. function code() { dangerous() }
  5. // an innocent bit of client code
  6. client function malicious() { code () }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement