rfc:namespace-importing-with-from

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
rfc:namespace-importing-with-from [2012/07/24 16:36] – update example reezerfc:namespace-importing-with-from [2012/09/11 17:43] – prepare cleanup reeze
Line 1: Line 1:
-====== Request for Comments: Enhance Namespace Importing With From Syntax ======+====== Request for Comments: Enhance Namespace Batch Importing Syntax ======
   * Version: 1.0   * Version: 1.0
   * Date: 2012-07-24   * Date: 2012-07-24
-  * Author: Reeze Xia <reeze.xia@gmail.com>+  * Author: Reeze Xia <reeze@php.net>
   * Status: Under Discussion   * Status: Under Discussion
   * First Published at: https://wiki.php.net/rfc/namespace-importing-with-from   * First Published at: https://wiki.php.net/rfc/namespace-importing-with-from
Line 8: Line 8:
 ===== Introduction ===== ===== Introduction =====
  
-This RFC proposes adding a new syntax <code php>from namespace use subnamespace as alias, sub_ns2sub3 as alias3;</code>+This RFC proposes adding a new syntax <code php>from TopNamespace use Subnamespace as alias, Subnamespace2Subnamespace3 as alias3;</code>
 This syntax is used to import multiple symbols from a common namespace cleanly. This syntax is used to import multiple symbols from a common namespace cleanly.
 It will make namespace importing easier and reduce deplication. It will make namespace importing easier and reduce deplication.
rfc/namespace-importing-with-from.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1