Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87917 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93878 invoked from network); 26 Aug 2015 03:09:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Aug 2015 03:09:48 -0000 Authentication-Results: pb1.pair.com header.from=scott@paragonie.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=scott@paragonie.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain paragonie.com from 209.85.212.172 cause and error) X-PHP-List-Original-Sender: scott@paragonie.com X-Host-Fingerprint: 209.85.212.172 mail-wi0-f172.google.com Received: from [209.85.212.172] ([209.85.212.172:36195] helo=mail-wi0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/30-23604-AFD2DD55 for ; Tue, 25 Aug 2015 23:09:47 -0400 Received: by wicja10 with SMTP id ja10so31438582wic.1 for ; Tue, 25 Aug 2015 20:09:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=kxVJahhFCqixNEODmP+yaXx25w3J/Nr/3mKiGZBJDlA=; b=LZWZTf9bn2ehBoDzBDHsbBDglmWenTNZ985+CWfX0ta6zT9k+fikKdpQ9tNrn8rkit EqUG2kCZaRxXDIFMXc+ZC1NimW0HQKzIoD0o5AZOCGOmRagzWDGffum17o501ENWkx27 TsWcanXBcY9sVhkXWZhlUsb7Jk2az9jKWJCCTEHoNwEc9nShD4N8N53VuoZk1aoi8mtl C8pWGLgAguLiL81XKY6B1/oSLTofbkeq6ZEJ9GSZehAuOVyuS/pDVJ6C4TuG4x80dC39 1WqXaUtPAVAA/DG/s7wXic/6D3lL5dO7/ES3zylv4o3fIKsCAsW+pPP7H1NssFOa8sFz zmtg== X-Gm-Message-State: ALoCoQl0ahkjmOBfbomeHx96qbvKyno0tSSwlfumLq7m4a21Hy6wzS8LxdQ018XBHAld5Z/8qLmB MIME-Version: 1.0 X-Received: by 10.194.87.4 with SMTP id t4mr58386953wjz.84.1440558583767; Tue, 25 Aug 2015 20:09:43 -0700 (PDT) Received: by 10.28.133.67 with HTTP; Tue, 25 Aug 2015 20:09:43 -0700 (PDT) Date: Tue, 25 Aug 2015 23:09:43 -0400 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: PHP 7.1 - Address PHPSadness #28? From: scott@paragonie.com (Scott Arciszewski) Hi everybody, Would anyone be interested in adding another helper like isset()/empty() simply called exists() which would return true if the variable is defined in the current scope (i.e. without raising an E_NOTICE)? It should be a simple change to add this function but it's too late for 7.0 so, if there is any interest, I would respectfully put it off until 7.1. Scott Arciszewski Chief Development Officer Paragon Initiative Enterprises