Advertisement
oquidave

x

Jun 28th, 2011
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. //$x = 0;
  2. $x = 00;
  3. if ($x == '0') {
  4. print "x is 0";
  5. }elseif ($x == '00'){
  6. print "x is 00";
  7. }
  8.  
  9. //result
  10. x is 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement