rfc:nullsafe_calls

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
Next revisionBoth sides next revision
rfc:nullsafe_calls [2014/12/09 21:40] jwatzmanrfc:nullsafe_calls [2014/12/09 23:08] jwatzman
Line 1: Line 1:
 ====== PHP RFC: Nullsafe Calls ====== ====== PHP RFC: Nullsafe Calls ======
-  * Version: 0.+  * Version: 1.0 
-  * Date: 2014-12-03+  * Date: 2014-12-09
   * Author: Josh Watzman (jwatzman@fb.com), Drew Paroski   * Author: Josh Watzman (jwatzman@fb.com), Drew Paroski
-  * Status: Draft+  * Status: Under Discussion
   * First Published at: https://wiki.php.net/rfc/nullsafe_calls   * First Published at: https://wiki.php.net/rfc/nullsafe_calls
  
Line 93: Line 93:
  
 ===== Patches and Tests ===== ===== Patches and Tests =====
-  * php-src: I have a scratch branch at https://github.com/jwatzman/php-src/compare/nullsafe-prototype?expand=1 with a working implementation. As the RFC progresses, I plan to squash that down into a nicer PR for review+  * php-src: I have a branch at https://github.com/jwatzman/php-src/compare/nullsafe-prototype?expand=1 with a working implementation. Includes tests copied from HHVM's implementation
-  * PHP spec: nothing yet, but this shouldn't take too long.+  * PHP spec: not yet, but will do if the RFC is accepted.
   * PHP docs: import Hack's documentation when they add it: https://github.com/hhvm/hack-hhvm-docs/issues/360 (that task will get completed well before this RFC is voted on, accepted, merged, etc)   * PHP docs: import Hack's documentation when they add it: https://github.com/hhvm/hack-hhvm-docs/issues/360 (that task will get completed well before this RFC is voted on, accepted, merged, etc)
  
rfc/nullsafe_calls.txt · Last modified: 2020/08/03 10:09 by ilutov