Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93684 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82721 invoked from network); 1 Jun 2016 17:42:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2016 17:42:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 209.85.213.42 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 209.85.213.42 mail-vk0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:35363] helo=mail-vk0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B7/43-63812-D9E1F475 for ; Wed, 01 Jun 2016 13:42:53 -0400 Received: by mail-vk0-f42.google.com with SMTP id d127so37336470vkh.2 for ; Wed, 01 Jun 2016 10:42:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pthreads-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=4+vXcXsk+CpguD/qQBRbrQofTe5KQZ09noc6KQx4+W4=; b=EJMGNeoMFE1UAsBTNmPCc2Va50Td2+GGC9jNCTLgfbK/hqgEfLCQUSauNBTkhtjIzj gHsjht0t2P/kdsbFFiK0qPAvn1d8By/DLZ/Dvad2qlmO+2m5QBnB3nacbrUwEgH1hzXv 8aMkTuv1stWlE05XPp/eFVzCWnblWnPHdJ4rHhHj8PTrX49iRJpxHX6DEafCgSj5aof6 dJ1MnEC5VvVEPf8JljqstdApe0v+wD7K/K8oC/9molD54tb924wLnMLQFZp3rzuX8wQQ Cwrd91bgrYpQpmZ9T8NSOK0Dhp5pGz/LkEn21GcP463YOs4Oun+YSDuya2F4WxupSoLu 3SVQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=4+vXcXsk+CpguD/qQBRbrQofTe5KQZ09noc6KQx4+W4=; b=VtrXYlWNxt9VgRXp4l/urWGlEPgV6XZ30IizDWAiubeD8IcCKl4SrjYtghKlUTjbhE ESVbKYhIQaaEmr3mKz9A/1quo3w1iJOuIg0V2Q02afUofqHvGdPKyp+u9w1nzA9J2HRB rHTeByHHQ34IBQL1QhWmwlGxbiri3D0DY3WP9njYQXasmntW3kyQt10asZ0YB3m29DHX TE9CDMUpO9L0VRqiMtvP107jsMPgWObrSbUSA6wjQNzDI1xa2rlPj0LSRYtAlV0bM5aN AKayLQbExWQYjpm8X9elGDalEn8QCTybJdUUGQpA166Z76NPu/zlejowvq2xMH7kis8C mn4A== X-Gm-Message-State: ALyK8tL0yZLsYpL5UYGChYm6WgHfEIQhrEGhoepw8dkoSYbZiB6BgbkFxgEftBjE/bIEIfWTQvJkQRW8VS0b+g== MIME-Version: 1.0 X-Received: by 10.31.178.146 with SMTP id b140mr2573254vkf.84.1464802969903; Wed, 01 Jun 2016 10:42:49 -0700 (PDT) Received: by 10.103.112.193 with HTTP; Wed, 1 Jun 2016 10:42:49 -0700 (PDT) X-Originating-IP: [109.157.60.67] In-Reply-To: References: Date: Wed, 1 Jun 2016 18:42:49 +0100 Message-ID: To: Dmitry Stogov Cc: PHP internals , Nikita Popov Content-Type: multipart/alternative; boundary=001a1144034cb036e305343b046c Subject: Re: [PHP-DEV] [RFC] Replace "Missing argument" warning with "Too few arguments" exception From: pthreads@pthreads.org (Joe Watkins) --001a1144034cb036e305343b046c Content-Type: text/plain; charset=UTF-8 Evening, Could you expand on the "obvious optimization opportunities" in the document ? They are not obvious to me, and even if they were, this document is part of the history of this change, so a little more detail would be nice. Cheers Joe On Wed, Jun 1, 2016 at 11:55 AM, Dmitry Stogov wrote: > hi, > > > Please take a look into the proposal. > > > https://wiki.php.net/rfc/too_few_args > > > The RFC is extremely simple (both proposal and implementation) and almost > completely described by the email subject. > > I think, this mini-RFC doesn't need 2-weeks discussion period, so I'm > going to start the vote on next week. > > > Thanks. Dmitry. > --001a1144034cb036e305343b046c--