<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/Zend/tests/array_unpack, branch master</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Add support for string keys in array unpacking</title>
<updated>2021-02-09T09:04:27+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2021-01-07T09:49:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=27cd7a11cb9f0dc9f2a906a659775e221eb87efa'/>
<id>27cd7a11cb9f0dc9f2a906a659775e221eb87efa</id>
<content type='text'>
This adds support for:

    $array1 = ['a' =&gt; 1, 'b' =&gt; 2];
    $array2 = ['b' =&gt; 3, 'c' =&gt; 4];
    $array = [...$array1, ...$array2];
    // =&gt; ['a' =&gt; 1, 'b' =&gt; 3, 'c' =&gt; 4]

RFC: https://wiki.php.net/rfc/array_unpacking_string_keys

Closes GH-6584.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds support for:

    $array1 = ['a' =&gt; 1, 'b' =&gt; 2];
    $array2 = ['b' =&gt; 3, 'c' =&gt; 4];
    $array = [...$array1, ...$array2];
    // =&gt; ['a' =&gt; 1, 'b' =&gt; 3, 'c' =&gt; 4]

RFC: https://wiki.php.net/rfc/array_unpacking_string_keys

Closes GH-6584.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add many missing closing PHP tags to tests</title>
<updated>2020-08-09T20:03:36+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-08-09T09:06:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=7aacc705d03887c64a90489e367f4c40b46aa3c2'/>
<id>7aacc705d03887c64a90489e367f4c40b46aa3c2</id>
<content type='text'>
Closes GH-5958
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5958
</pre>
</div>
</content>
</entry>
<entry>
<title>Review the usage of apostrophes in error messages</title>
<updated>2020-07-10T19:05:28+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-05-26T12:10:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=d30cd7d7e7ddd0d06c18c47f43c7d2ee00de24a1'/>
<id>d30cd7d7e7ddd0d06c18c47f43c7d2ee00de24a1</id>
<content type='text'>
Closes GH-5590
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5590
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve undefined variable error messages</title>
<updated>2020-03-31T11:02:32+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-03-30T15:23:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=36935e42eac054a422b7edade69923db7727f268'/>
<id>36935e42eac054a422b7edade69923db7727f268</id>
<content type='text'>
Closes GH-5312
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5312
</pre>
</div>
</content>
</entry>
<entry>
<title>Reindent phpt files</title>
<updated>2020-02-03T21:52:20+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-02-03T21:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=f8d795820e780a6322e054c26c581570613c14f0'/>
<id>f8d795820e780a6322e054c26c581570613c14f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert some notices to warnings</title>
<updated>2019-10-02T08:34:08+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-10-01T11:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=2f92957fd3d8d87e73013c016e479451db0c6a1e'/>
<id>2f92957fd3d8d87e73013c016e479451db0c6a1e</id>
<content type='text'>
Part of https://wiki.php.net/rfc/engine_warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of https://wiki.php.net/rfc/engine_warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert "cannot add element" warning to exception</title>
<updated>2019-09-27T11:00:07+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-09-26T14:05:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=f2b09969db675adf7fa767378deb894c9bf029e0'/>
<id>f2b09969db675adf7fa767378deb894c9bf029e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert CRLF to LF</title>
<updated>2019-05-14T00:59:06+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2019-05-14T00:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=63e43e19ea3f47cfbc28b02d0df3f0255d3d2309'/>
<id>63e43e19ea3f47cfbc28b02d0df3f0255d3d2309</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement spread operator in arrays</title>
<updated>2019-05-13T12:42:43+00:00</updated>
<author>
<name>CHU Zhaowei</name>
<email>jhdxr@php.net</email>
</author>
<published>2018-10-06T14:04:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=e829d087299b59e638e91f18ea76f4dbe920c77b'/>
<id>e829d087299b59e638e91f18ea76f4dbe920c77b</id>
<content type='text'>
RFC: https://wiki.php.net/rfc/spread_operator_for_array

Closes GH-3640.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC: https://wiki.php.net/rfc/spread_operator_for_array

Closes GH-3640.
</pre>
</div>
</content>
</entry>
</feed>
