Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68282 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40385 invoked from network); 23 Jul 2013 08:10:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jul 2013 08:10:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=martin.keckeis1@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=martin.keckeis1@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.175 as permitted sender) X-PHP-List-Original-Sender: martin.keckeis1@gmail.com X-Host-Fingerprint: 209.85.214.175 mail-ob0-f175.google.com Received: from [209.85.214.175] ([209.85.214.175:37291] helo=mail-ob0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/17-17597-98A3EE15 for ; Tue, 23 Jul 2013 04:10:50 -0400 Received: by mail-ob0-f175.google.com with SMTP id tb18so293093obb.20 for ; Tue, 23 Jul 2013 01:10:47 -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 :cc:content-type; bh=g25LvVKlFUH6doHhhtJ1OgrsXog3VDfUtPLWtKkbj0E=; b=eyAXXTTWWULyRu/fC7yrvyIgZpLQhkyodhKlGAXRb4rWsrunK/179ZFwEFIsbVBOrO Mbk/dQQfV789ZVsQWtTQCJ6BL3J+liDtfvzElFsxOIGLEFFh6nWERz6crEDzpXpQRIaM FmGRw93lHyEb6jPOfemivJ7aUUt/hjYnd64KohPO2TZuppUAPOMdODC581TWpUG8+r7S yNaYP3BhX+wH3kZ2uW4wr0Ib3GaMxzrZMGCLJXmEIPlaDguv8JuPSs2vYJHjpuZ8GftV da19Wx2iBCOb7MRAR3SUYzqFGAyBF5AKa5tMzah3mdJbzFEk+Oaz+xOs51voeWBPxZyo ZPTA== MIME-Version: 1.0 X-Received: by 10.60.52.16 with SMTP id p16mr29670531oeo.29.1374567047232; Tue, 23 Jul 2013 01:10:47 -0700 (PDT) Received: by 10.182.7.67 with HTTP; Tue, 23 Jul 2013 01:10:47 -0700 (PDT) In-Reply-To: References: <60BF8DD5-FEEA-47D9-834F-6C7FDEF3B879@wiedler.ch> Date: Tue, 23 Jul 2013 10:10:47 +0200 Message-ID: To: Alexey Zakhlestin Cc: Igor Wiedler , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11330b2292045c04e2295471 Subject: Re: [PHP-DEV] [RFC] Importing namespaced functions From: martin.keckeis1@gmail.com (Martin Keckeis) --001a11330b2292045c04e2295471 Content-Type: text/plain; charset=UTF-8 On 19.07.2013, at 21:29, Igor Wiedler wrote: > > > Hello internals, > > > > I posted the initial idea for a use_function RFC a few months back. I > would like to make the proposal official now, and open it for discussion. > > > > I also did some work on a patch that probably still has some issues. > Review on that is welcome as well. > > > > RFC: https://wiki.php.net/rfc/use_function > > Patch: https://github.com/php/php-src/pull/388 > > Hello, some questions: Alias is not required, but is it possible? Would it be possible to write something like this? Best regards Martin --001a11330b2292045c04e2295471--