Advertisement
tikaszvince

értelmetlen

Oct 10th, 2011
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. if ( true && true && 1 && '' !== '1' ) {
  4.   return true;
  5. }
  6. else {
  7.   if ( false && false && 0 && '' === '1' ) {
  8.    return false
  9.   }
  10.   return false;
  11. }
  12. return false;
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement