rfc:language-constructs-syntax-changes

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:language-constructs-syntax-changes [2020/07/05 07:27] brzuchalrfc:language-constructs-syntax-changes [2020/07/08 09:23] – fixed an example with __halt_compiler syntax error brzuchal
Line 3: Line 3:
   * Date: 2020-07-04   * Date: 2020-07-04
   * Author: Michał Marcin Brzuchalski, <brzuchal@php.net>   * Author: Michał Marcin Brzuchalski, <brzuchal@php.net>
-  * Status: Draft+  * Status: Discussion
   * Target Version: PHP 8.0   * Target Version: PHP 8.0
   * First Published at: http://wiki.php.net/rfc/language-constructs-syntax-changes   * First Published at: http://wiki.php.net/rfc/language-constructs-syntax-changes
Line 46: Line 46:
  
 <code php> <code php>
-__halt_compiler(); // syntax error+$foo = __halt_compiler(); // syntax error
 </code> </code>
  
rfc/language-constructs-syntax-changes.txt · Last modified: 2020/07/22 08:36 by brzuchal