Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108196 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 1177 invoked from network); 18 Jan 2020 23:34:19 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 18 Jan 2020 23:34:19 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 41A4D180532 for ; Sat, 18 Jan 2020 13:42:16 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-ot1-f44.google.com (mail-ot1-f44.google.com [209.85.210.44]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sat, 18 Jan 2020 13:42:15 -0800 (PST) Received: by mail-ot1-f44.google.com with SMTP id a15so25592223otf.1 for ; Sat, 18 Jan 2020 13:42:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=OrrCNj7uKNidHzoOEy1PVDmOq9U4kzqP+92TLcv8pBw=; b=tw6FgJG+3oQowToEh3FK1uxh1LfaYCGJtOr7sl+jYnZYoj3zt9LZUfJCVpH7COwja7 Ws2EdivD2eycMopr/mTYmslDN8nD4gRkXkGax9PjsmnLUlqcDycfjGPqKhZkSf2l7c5t 7+8iS16s7Ooa3maGv5MiI3dATM097XBf8F/pf1ZE5gh1gvSxwXRwnzcm/BZLm966SbFe NCTMs7lyF/2mMV+zCa5aTxUidfgDgK4hP9aurJ68g1PerE4ncvJuqn4A1PvBZwf1XXnb 3NuMageSglo7BNuq53jRx8bgKiigj66whDgC3VaPSMCpXY4KcH2gfnwSSBZNjvciHCyL jfTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=OrrCNj7uKNidHzoOEy1PVDmOq9U4kzqP+92TLcv8pBw=; b=MgpFisA0bXXFV4tC6+Kqwvlb8vzNuSIAvEIiBibt9dOgR3UCu7356mGTcwBWQZEc10 FWHbBjUXsUL14SMuaS9gHH53jIvG89hrDtPe3gD164lC8meGZ3LHvSV6Vs0R5lQJq4Vc 9esFMsYUc9e7gkIqVMT5W9neG9giHvPD0WjnWeQl2hj4VSoG2BgQiOdZEKu/CMl3zrNc H1Pgo44Ql60pHpaUsz2uNiOKpfPjB8YeATwb/rfDGX3looa3PukaJHwH9FrRX+v6A+h7 b+ESRl9xgzKSWErZHnQuoX6ryhEtMfXpEYIHQzRtyQrnHEZE4MReywNtjrz9KDmDbNHy gI+g== X-Gm-Message-State: APjAAAVnQ57zIQY8YquBucIKaYlN0UgT4GBoTVL/HFCX1ABMWDhSj19O uZUmMGUlySTmKCEB4wsg4535bFejqGJxnNU3mck= X-Google-Smtp-Source: APXvYqxRi35SG0azgwzP6kplozR1uopjC1qIylLqVWKg4d/ssHXMuSMnw89GjfdjasCjs5JpFsZyXl7vKMqz+2QNojo= X-Received: by 2002:a9d:600e:: with SMTP id h14mr10660253otj.113.1579383733495; Sat, 18 Jan 2020 13:42:13 -0800 (PST) MIME-Version: 1.0 References: <5e237963.1c69fb81.550a2.38abSMTPIN_ADDED_MISSING@mx.google.com> In-Reply-To: <5e237963.1c69fb81.550a2.38abSMTPIN_ADDED_MISSING@mx.google.com> Date: Sat, 18 Jan 2020 22:42:01 +0100 Message-ID: To: Mark Randall Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000662c40059c70eeb7" Subject: Re: [PHP-DEV] Re: [RFC] "use global functions/consts" statement From: oludonsexy@gmail.com (Olumide Samson) --000000000000662c40059c70eeb7 Content-Type: text/plain; charset="UTF-8" "namespace_lookup" On Sat, Jan 18, 2020, 10:32 PM Mark Randall wrote: > On 18/01/2020 18:05, tyson andre wrote: > > which is now declare(disable_ambiguous_element_lookup=1) at the top > of a file. > > I_suspect_these_long_declares_might_get_tedious > > Can we at least agree on internals that a declare doesn't have to have a > negative default value that is toggled on? > > I'd much rather have something like: > > declare(ambiguous_element_lookup=0) > declare(ambiguous_element_lookup=off) > > -- > Mark Randall > marandall@php.net > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --000000000000662c40059c70eeb7--