rfc:foreachlist

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
rfc:foreachlist [2012/08/19 06:21] – [Patches] laruencerfc:foreachlist [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 3: Line 3:
   * Date: 2011-07-06   * Date: 2011-07-06
   * Author: Xinchen Hui <laruence@php.net>   * Author: Xinchen Hui <laruence@php.net>
-  * Status: Under Discussion+  * Status: Implemented
   * First Published at: http://wiki.php.net/rfc/foreachlist/   * First Published at: http://wiki.php.net/rfc/foreachlist/
  
Line 14: Line 14:
 $users = array( $users = array(
     array('Foo', 'Bar'),     array('Foo', 'Bar'),
-    array('Baz', 'Qux');+    array('Baz', 'Qux'),
 ); );
  
Line 66: Line 66:
  
 ===== Patches ===== ===== Patches =====
-   * foreach list https://github.com/laruence/php-src/tree/foreachlist_nosilenttoken+   * foreach listhttps://github.com/laruence/php-src/tree/foreachlist_nosilenttoken
    * foreach list with supporting of silent token: https://github.com/laruence/php-src/tree/foreachlist    * foreach list with supporting of silent token: https://github.com/laruence/php-src/tree/foreachlist
 ===== Vote ===== ===== Vote =====
 <doodle  <doodle 
-title="Should this RFC be merged into trunk?" auth="laruence" voteType="single" closed="false">+title="Should this RFC be merged into trunk?" auth="laruence" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
Line 76: Line 76:
  
 <doodle  <doodle 
-title="Should this RFC(with supporting of silent token) be merged into trunk?" auth="laruence" voteType="single" closed="false">+title="Should this RFC(with supporting of silent token) be merged into trunk?" auth="laruence" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
Line 90: Line 90:
   * 2012-07-18 Phidev: Rewrote the RFC   * 2012-07-18 Phidev: Rewrote the RFC
   * 2012-08-18 Xinchen Hui: Open voting   * 2012-08-18 Xinchen Hui: Open voting
 +  * 2012-08-25 Xinchen Hui: Close voting
  
rfc/foreachlist.1345357269.txt.gz · Last modified: 2017/09/22 13:28 (external edit)