<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/tests/classes, branch php-8.0.0beta1</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Promote "undefined array key" notice to warning</title>
<updated>2020-08-03T12:40:50+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-08-03T09:26:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c48b745f0090c944e77c1fbcfb6c4df3b54356ad'/>
<id>c48b745f0090c944e77c1fbcfb6c4df3b54356ad</id>
<content type='text'>
This implements the last remaining part of the
https://wiki.php.net/rfc/engine_warnings RFC.

Closes GH-5927.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This implements the last remaining part of the
https://wiki.php.net/rfc/engine_warnings RFC.

Closes GH-5927.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify static/non-static check for magic methods</title>
<updated>2020-07-20T08:39:43+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-07-20T08:39:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fbbcf82ab77c918b29dd2d39135d680cada3f581'/>
<id>fbbcf82ab77c918b29dd2d39135d680cada3f581</id>
<content type='text'>
And promote it to be fatal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And promote it to be fatal.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore inheritance rules on private methods</title>
<updated>2020-07-15T16:09:57+00:00</updated>
<author>
<name>Pedro Magalhães</name>
<email>pmmaga@php.net</email>
</author>
<published>2020-04-16T17:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=272b887b7b8d48bc1615938dde825fe4b3af0eb5'/>
<id>272b887b7b8d48bc1615938dde825fe4b3af0eb5</id>
<content type='text'>
Closes GH-5401
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5401
</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://git.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 type error messages when an object is given</title>
<updated>2020-05-26T17:06:19+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-05-25T17:28:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fbe30592d6bec94463c68b27eabffca3a50c474e'/>
<id>fbe30592d6bec94463c68b27eabffca3a50c474e</id>
<content type='text'>
From now on, we always display the given object's type instead of just reporting "object".
Additionally, make the format of return type errors match the format of argument errors.

Closes GH-5625
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From now on, we always display the given object's type instead of just reporting "object".
Additionally, make the format of return type errors match the format of argument errors.

Closes GH-5625
</pre>
</div>
</content>
</entry>
<entry>
<title>Slipt error messages while checking magic methods attributes</title>
<updated>2020-04-27T14:32:00+00:00</updated>
<author>
<name>Gabriel Caruso</name>
<email>carusogabriel34@gmail.com</email>
</author>
<published>2020-04-26T05:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7ce8c5ad892b8ce65426d7a8a6cf7376d56c98ee'/>
<id>7ce8c5ad892b8ce65426d7a8a6cf7376d56c98ee</id>
<content type='text'>
Closes GH-5465
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5465
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip non-existing properties returned by __sleep()</title>
<updated>2020-04-22T14:41:04+00:00</updated>
<author>
<name>Nicolas Grekas</name>
<email>nicolas.grekas@gmail.com</email>
</author>
<published>2020-04-18T10:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=657f756ccd79b0fd1268eb9796e371aa3f76c2a8'/>
<id>657f756ccd79b0fd1268eb9796e371aa3f76c2a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve error messages for magic methods by appending method's class</title>
<updated>2020-04-16T08:34:58+00:00</updated>
<author>
<name>Gabriel Caruso</name>
<email>carusogabriel34@gmail.com</email>
</author>
<published>2020-04-15T23:39:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=75a58ba5226b45b4e2d68e859fc3517b9c7de6dd'/>
<id>75a58ba5226b45b4e2d68e859fc3517b9c7de6dd</id>
<content type='text'>
Closes GH-5397.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5397.
</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://git.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>Improve error message of foreach</title>
<updated>2020-03-09T10:29:40+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-03-05T15:56:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f44dd16b7a2b79285163d5a4c10db60fd5c6648d'/>
<id>f44dd16b7a2b79285163d5a4c10db60fd5c6648d</id>
<content type='text'>
Closes GH-5240
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5240
</pre>
</div>
</content>
</entry>
</feed>
