<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/reflection/php_reflection.stub.php, branch master</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/'/>
<entry>
<title>Implement enums</title>
<updated>2021-03-17T18:08:03+00:00</updated>
<author>
<name>Ilija Tovilo</name>
<email>ilija.tovilo@me.com</email>
</author>
<published>2020-06-10T21:10:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=269c8dac1d56ee85d71ae94d9b28dd7d8e8de7b7'/>
<id>269c8dac1d56ee85d71ae94d9b28dd7d8e8de7b7</id>
<content type='text'>
RFC: https://wiki.php.net/rfc/enumerations

Co-authored-by: Nikita Popov &lt;nikita.ppv@gmail.com&gt;

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

Co-authored-by: Nikita Popov &lt;nikita.ppv@gmail.com&gt;

Closes GH-6489.
</pre>
</div>
</content>
</entry>
<entry>
<title>Used typed properties for reflection $name and $class</title>
<updated>2021-02-15T11:09:18+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2021-02-15T11:08:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=2ccf6309176d8bcba0245da16a4ab497ece24719'/>
<id>2ccf6309176d8bcba0245da16a4ab497ece24719</id>
<content type='text'>
These are read-only properties, and Reflection makes sure to assign
only strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are read-only properties, and Reflection makes sure to assign
only strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate class entries from stubs for phar, posix, pspell, readline, reflection, session, shmop</title>
<updated>2021-02-14T23:11:22+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2021-02-14T14:21:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=5b5bfd6be48de4601d508fa5b8a7a572dda6b8bc'/>
<id>5b5bfd6be48de4601d508fa5b8a7a572dda6b8bc</id>
<content type='text'>
Closes GH-6692
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6692
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ReflectionClass::getConstants() stub</title>
<updated>2021-01-01T13:46:28+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-12-31T18:36:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=82f9e004da91311dbe94e9a867f7fd6e4574adec'/>
<id>82f9e004da91311dbe94e9a867f7fd6e4574adec</id>
<content type='text'>
If `zval_update_constant_ex()` fails, an exception has already been
thrown, so we clarify that in the implementation as well.

Closes GH-6557.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If `zval_update_constant_ex()` fails, an exception has already been
thrown, so we clarify that in the implementation as well.

Closes GH-6557.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Make ReflectionUnionType final"</title>
<updated>2020-10-26T07:51:06+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-10-26T07:51:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=7f462c97f90fab7160b972c8a4f6c364e3814724'/>
<id>7f462c97f90fab7160b972c8a4f6c364e3814724</id>
<content type='text'>
This reverts commit ef6adb4e27853eb19bf50bad6486311920d6af7b.

Per Ondrej's comment, this is already being used by BetterReflection
adaptors, ugh.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ef6adb4e27853eb19bf50bad6486311920d6af7b.

Per Ondrej's comment, this is already being used by BetterReflection
adaptors, ugh.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make ReflectionUnionType final</title>
<updated>2020-10-25T19:14:07+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-10-25T18:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=ef6adb4e27853eb19bf50bad6486311920d6af7b'/>
<id>ef6adb4e27853eb19bf50bad6486311920d6af7b</id>
<content type='text'>
Closes GH-6384
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6384
</pre>
</div>
</content>
</entry>
<entry>
<title>Require stubs to declare return types for magic methods when possible</title>
<updated>2020-10-23T14:33:16+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-10-23T12:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=47bbfe1fc0855e8f141de7b56668a2294daec344'/>
<id>47bbfe1fc0855e8f141de7b56668a2294daec344</id>
<content type='text'>
Closes GH-6376
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6376
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the $filter parameter of ReflectionClass::get*Constants() nullable</title>
<updated>2020-09-29T09:04:10+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-09-29T07:19:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=351776eae583d3dc352a4b3e8f4e4a639f8c59ec'/>
<id>351776eae583d3dc352a4b3e8f4e4a639f8c59ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reflection param renames amendment</title>
<updated>2020-09-29T09:04:10+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-09-28T21:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=e19599287eb7c41f9cb7ecbff8f3a363b15971e9'/>
<id>e19599287eb7c41f9cb7ecbff8f3a363b15971e9</id>
<content type='text'>
Closes GH-6230
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6230
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for `@implementation-alias` in stubs</title>
<updated>2020-09-21T08:08:45+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-09-19T18:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=64af12d13bc228dfacd953b93f83a009ed28e0b8'/>
<id>64af12d13bc228dfacd953b93f83a009ed28e0b8</id>
<content type='text'>
Closes GH-6170
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6170
</pre>
</div>
</content>
</entry>
</feed>
