Guest User

Untitled

a guest
Jul 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. <?php
  2.  
  3. $a = 'abc';
  4. function abc($a,$b){
  5. // Comment
  6. global $a, $b, $c;
  7. echo 'abc';
  8. addslashes($a);
  9. }
  10. ?>
Add Comment
Please, Sign In to add comment