rfc:negative_array_index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
rfc:negative_array_index [2018/02/12 18:55] pmmagarfc:negative_array_index [2018/02/22 21:12] – BC Break clarification pmmaga
Line 78: Line 78:
  
 if ($a[1] === true) { if ($a[1] === true) {
-    echo 'Accessing key 1 explicitly.';+    echo 'Accessing key 1 explicitly';
 } }
 </code> </code>
  
-Will no longer produce any output.+Will no longer output ''Accessing key 1 explicitly''. 
 + 
 +<blockquote> 
 +NOTE: If accepted, during the deprecation phase the ''E_DEPRECATED'' notice mentioned in the previous section would be emitted. 
 +</blockquote>
  
 ===== Proposed PHP Version(s) ===== ===== Proposed PHP Version(s) =====
rfc/negative_array_index.txt · Last modified: 2020/08/01 23:40 by carusogabriel