Help for this page

Select Code to Download


  1. or download this
    return 1 && $a && $b;
    
  2. or download this
    return $a && $b;
    
  3. or download this
    return 1 && 1 && 1 && $a && $b
    
  4. or download this
    return $a && $b && 1;