SwVitaliy

Untitled

Mar 16th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. php > $is_admin = false;
  2. php > $input = 'extract(array(\'is_admin\'=>true))';
  3. php > assert($input);
  4. php > if ($is_admin) echo 'adminka'; else echo 'user profile';
  5. adminka
Advertisement
Add Comment
Please, Sign In to add comment