Added the 7.3 change to the changelog list

-- 
Provided by anonymous 59531 ()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348403 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Pieter Hordijk 2019-12-03 16:40:13 +00:00
parent 254f1e9c54
commit 515b704813

View file

@ -120,6 +120,13 @@ for ($i = 0; $i < 5; ++$i) {
</row>
</thead>
<tbody>
<row>
<entry>7.3.0</entry>
<entry>
<literal>continue</literal> within a <literal>switch</literal> that is attempting to act like a <literal>break</literal> statement for the
<literal>switch</literal> will trigger an <constant>E_WARNING</constant>.
</entry>
</row>
<row>
<entry>7.0.0</entry>
<entry>