Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73972 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77229 invoked from network); 6 May 2014 12:12:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2014 12:12:10 -0000 Authentication-Results: pb1.pair.com header.from=the.warl0ck.1989@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=the.warl0ck.1989@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.51 as permitted sender) X-PHP-List-Original-Sender: the.warl0ck.1989@gmail.com X-Host-Fingerprint: 209.85.219.51 mail-oa0-f51.google.com Received: from [209.85.219.51] ([209.85.219.51:64107] helo=mail-oa0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/43-53252-891D8635 for ; Tue, 06 May 2014 08:12:09 -0400 Received: by mail-oa0-f51.google.com with SMTP id n16so3028675oag.24 for ; Tue, 06 May 2014 05:12:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=3A/11VYwbY4JniIAEVZ+cjKYua34t8NQRuwDpUpCDVI=; b=HNFKjSR9EDozWrcuE+hLqz2gF8P780G8PYlsLF32IldZCFeVFIcDC9kC5V0spHzQWS audsRaH7O91s5DT4Zj+gSonskBY5w3/VViRK+3IbKTajrA0YFdPO0nOpnL3j8kWpL3UQ igGkafW25I6iU7sKCIPB+920yItKmAkJzOmU/542dGRzSX55AsHQvkYckvW/v4/24PAl +S5YUiJjGqJRY/2/CIskJWZix9wf4D4WSt6Cf1Sg/hFDLsiwStaeAKK8H7Sh7yVrXMgo FBc+GmYiJMgVdyHRqcBXOQxXxLUmCC/MGc3o/vBtSPdIHuFZIwNLg8Jd66j+m3f/k5B1 mVfw== MIME-Version: 1.0 X-Received: by 10.60.134.137 with SMTP id pk9mr38735267oeb.40.1399378324622; Tue, 06 May 2014 05:12:04 -0700 (PDT) Received: by 10.76.23.66 with HTTP; Tue, 6 May 2014 05:12:04 -0700 (PDT) In-Reply-To: References: Date: Tue, 6 May 2014 20:12:04 +0800 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: Where is if ($_GET) part handled in PHP? From: the.warl0ck.1989@gmail.com (Aaron Lewis) Well it's a different operator than 'isset' op On Tue, May 6, 2014 at 6:57 PM, Aaron Lewis wrote: > Hi, > > I'm wondering where this is handled in PHP, > > if ($_GET) > { > > } > > Clearly it's different from > > if ($_GET['key']) > { > > } > > Anyone know that? > > Thanks > > -- > Best Regards, > Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ > Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33 -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33