rfc:void_return_type

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:void_return_type [2015/11/09 00:18] – ends->ended ajfrfc:void_return_type [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 3: Line 3:
   * Date: 2015-02-14 (v0.1, later withdrawn), 2015-10-14 (v0.2, revival)   * Date: 2015-02-14 (v0.1, later withdrawn), 2015-10-14 (v0.2, revival)
   * Author: Andrea Faulds, ajf@ajf.me   * Author: Andrea Faulds, ajf@ajf.me
-  * Status: Accepted (PHP 7.1)+  * Status: Implemented (PHP 7.1)
   * First Published at: http://wiki.php.net/rfc/void_return_type   * First Published at: http://wiki.php.net/rfc/void_return_type
  
Line 124: Line 124:
 There is a patch for php-src's master branch with tests: https://github.com/php/php-src/pull/1576 There is a patch for php-src's master branch with tests: https://github.com/php/php-src/pull/1576
  
-There is currently no patch for the language specification.+There is also a patch for the language specification's master branch with tests: https://github.com/php/php-langspec/pull/150
  
 ===== Implementation ===== ===== Implementation =====
 +
 +The patch for the Zend Engine was merged into php-src master here: https://github.com/php/php-src/commit/366ba41334870f325f248d8e486e3ebf8bafb984
 +
 +The patch for the language specification was merged into master here: https://github.com/php/php-langspec/commit/ad1a8bdba48ed23f118fe743f6930d1d57cd8042
 +
 +The feature will go into PHP 7.1.
 +
 After the project is implemented, this section should contain  After the project is implemented, this section should contain 
-  - the version(s) it was merged to 
-  - a link to the git commit(s) 
   - a link to the PHP manual entry for the feature   - a link to the PHP manual entry for the feature
  
rfc/void_return_type.1447028336.txt.gz · Last modified: 2017/09/22 13:28 (external edit)