Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91405 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77697 invoked from network); 25 Feb 2016 14:00:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Feb 2016 14:00:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=nicolas.grekas@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nicolas.grekas@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.45 as permitted sender) X-PHP-List-Original-Sender: nicolas.grekas@gmail.com X-Host-Fingerprint: 74.125.82.45 mail-wm0-f45.google.com Received: from [74.125.82.45] ([74.125.82.45:33198] helo=mail-wm0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/00-11730-FE80FC65 for ; Thu, 25 Feb 2016 09:00:15 -0500 Received: by mail-wm0-f45.google.com with SMTP id g62so33030477wme.0 for ; Thu, 25 Feb 2016 06:00:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=mnSPip02Jw0KjXQLWlDBsvpAz6UTwiKSljKP1KF6XA8=; b=zLvPpwDgw1YJB4dMbs9KgNm7Vie0MuKyf6D0XsAgYQI8ssgAyttlf97cRIj9c8uq+P rgd8PnixpR32o6ca3mqbYGzjOy6KMHM5icMSoyypiMVz9XGIXBrd7v40AZzEKmZ3t3ii a8yRdmszLYucyRWU1R6lHNiLsUDjH63WV4NPtrMyw+JceMmkoyxdNXSm6lkMjY4Z+6S3 qw/igLjvBqoqyvfeJ2rTo9g8Y57r+kGmMfKqUqxo57mft0YcGxjvwOvJNjD/yFvgYAZg 3rKYbdTxWCVRjYZX8r7yHPENvWCbSMUCg2W6e/72CHHLptbh2gfKPQqQc4BfhhRCLieQ Zn8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=mnSPip02Jw0KjXQLWlDBsvpAz6UTwiKSljKP1KF6XA8=; b=CRUsZjIfK82+O1i8wKluATfN/YTvgS2jUpB9XKN94lcHnWrndswnjRsnz6AWznRT6Q 5chNXbe78+WHmKjIDbz6PIJLvmbZeLJBZ+YCl7Y/TZGk2ViGZd8lRcECWOW4QeiZaAxF 43F8TMAxECc+u5KB1SNCZ0WlKadEKPHdl92WmcMhiccyuGKHhETR7j5OP1fFSqNbf/es LtVhHRyeKUSwwwg0lSVkWqxiCgGU20NDkeBRizClgi5pBHH/6zahJYh2CwdSnw17r0pf 4f4fJmQQv0/in8Bh+ApoD5VFSs+XUN0Nj7IcKoNaXP8ZZEuBk00Mn/7/hldOF84lpK87 6VYA== X-Gm-Message-State: AG10YOS6XQrcRFW+N3KqO07asmqPB4YlktHNjlI6Q+JlhsA9N1sYyLUHTcnu7BTVU2z4HCl1pN2vcUeSSO3sGA== X-Received: by 10.28.178.208 with SMTP id b199mr3502622wmf.51.1456408786087; Thu, 25 Feb 2016 05:59:46 -0800 (PST) MIME-Version: 1.0 Sender: nicolas.grekas@gmail.com Received: by 10.28.101.11 with HTTP; Thu, 25 Feb 2016 05:59:26 -0800 (PST) In-Reply-To: References: Date: Thu, 25 Feb 2016 14:59:26 +0100 X-Google-Sender-Auth: 7oqZyKG8TDCKNf6qUxMB9LBUWKc Message-ID: To: Dan Ackroyd Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a114449c458179d052c9898fe Subject: Re: [PHP-DEV] Re: [RFC] [DRAFT]: Consistent callables From: nicolas.grekas+php@gmail.com (Nicolas Grekas) --001a114449c458179d052c9898fe Content-Type: text/plain; charset=UTF-8 > https://wiki.php.net/rfc/consistent_callables Personally, I do use "colon separated string" to e.g. put callables as keys in an array (when of course the array definition I'm writing is fine with static callables). The reasons written in the RFC seem very weak compared to breaking code that works perfectly fine today. Just my 2cts... Thanks for your consideration, Nicolas --001a114449c458179d052c9898fe--