rfc:array_key_first_last

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:array_key_first_last [2018/06/19 09:22] – Extend the scope of this RFC to add also functions for array value handling wol-softrfc:array_key_first_last [2018/07/18 13:06] (current) – add references wol-soft
Line 3: Line 3:
   * Date: 2018-06-11   * Date: 2018-06-11
   * Author: Enno Woortmann<enno.woortmann@web.de>    * Author: Enno Woortmann<enno.woortmann@web.de> 
-  * Status: Under Discussion+  * Status: Accepted functions array_key_first() and array_key_last() implemented in PHP 7.3
   * First Published at: http://wiki.php.net/rfc/array_key_first_last   * First Published at: http://wiki.php.net/rfc/array_key_first_last
  
Line 102: Line 102:
 There is no impact to SAPIs or the opcache. There is no impact to SAPIs or the opcache.
  
-===== Proposed Voting Choices ===== +===== Vote ===== 
-As this RFC doesn'change the syntax of PHP a 50%+1 majority is required.+This is not a language change so simple yes/no vote with 50%+1 majority is required. 
 + 
 +Voting starts on 2018-07-09 13:30 UTC and closes on 2018-07-16 23:00 UTC. 
 + 
 +<doodle title="Add array_key_first() and array_key_last()?" auth="wol-soft" voteType="single" closed="true"> 
 +   * Yes 
 +   * No 
 +</doodle> 
 + 
 +---- 
 + 
 +<doodle title="Add array_value_first() and array_value_last()?" auth="wol-soft" voteType="single" closed="true"> 
 +   * Yes 
 +   * No 
 +</doodle>
  
 ===== Patches and Tests ===== ===== Patches and Tests =====
Line 109: Line 123:
  
 ===== Implementation ===== ===== Implementation =====
-After the project is implemented, this section should contain  + 
-  - the version(sit was merged into +The implementation for array_key_first() and array_key_last() was merged for PHP 7.3 with the commit http://git.php.net/?p=php-src.git;a=commit;h=50516a6 
-  - a link to the git commit(s) + 
-  - a link to the PHP manual entry for the feature +The documentation for the added functions is loated at: 
-  - a link to the language specification section (if any)+ 
 +  * http://php.net/manual/en/function.array-key-first.php 
 +  * http://php.net/manual/en/function.array-key-last.php
  
 ===== History ===== ===== History =====
rfc/array_key_first_last.1529400134.txt.gz · Last modified: 2018/06/19 09:22 by wol-soft