Advertisement
dehqan

Untitled

Sep 7th, 2011
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. <?php
  2. $x= 10;
  3. y($x);
  4. function y($x)
  5. {
  6. $x = 15;
  7. echo $x;
  8. }
  9.  
  10. echo $x;
  11.  
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement