Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2. $number = 100;
  3.  
  4. $string = "this is a string";
  5.  
  6.  
  7. $trap = "0"; //this is actually a string, because of the quotes
  8.  
  9. $mistake = this is a mistake ! // you'll break the internet
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement