<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/tests/strings, 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>Implement 'Saner Numeric Strings' RFC:</title>
<updated>2020-07-29T01:51:09+00:00</updated>
<author>
<name>George Peter Banyard</name>
<email>girgias@php.net</email>
</author>
<published>2020-07-29T01:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b2248789ed21300aaf356336bf43b6b065183fcb'/>
<id>b2248789ed21300aaf356336bf43b6b065183fcb</id>
<content type='text'>
RFC: https://wiki.php.net/rfc/saner-numeric-strings

This removes the -1 allow_error mode from is_numeric_string functions and replaces it by
a trailing boolean out argument to preserve BC in a couple of places.

Most of the changes can be resumed to "numeric" strings which emitted a E_NOTICE now emit
a E_WARNING and "numeric" strings which emitted a E_WARNING now throw a TypeError.

This mostly affects:
 - String offsets
 - Arithmetic operations
 - Bitwise operations

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

This removes the -1 allow_error mode from is_numeric_string functions and replaces it by
a trailing boolean out argument to preserve BC in a couple of places.

Most of the changes can be resumed to "numeric" strings which emitted a E_NOTICE now emit
a E_WARNING and "numeric" strings which emitted a E_WARNING now throw a TypeError.

This mostly affects:
 - String offsets
 - Arithmetic operations
 - Bitwise operations

Closes GH-5762
</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>Remove depreacted curly brace offset syntax</title>
<updated>2020-05-22T14:52:17+00:00</updated>
<author>
<name>George Peter Banyard</name>
<email>girgias@php.net</email>
</author>
<published>2020-05-22T14:52:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c803499e2317a879dc8b0429f39643bd35892b15'/>
<id>c803499e2317a879dc8b0429f39643bd35892b15</id>
<content type='text'>
Closes GH-5221
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5221
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate tests</title>
<updated>2020-04-27T09:53:57+00:00</updated>
<author>
<name>Alex Dowad</name>
<email>alexinbeijing@gmail.com</email>
</author>
<published>2020-04-25T22:03:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bbb8b95dbd12aba5524547f93858331ad2d95cbf'/>
<id>bbb8b95dbd12aba5524547f93858331ad2d95cbf</id>
<content type='text'>
Remove duplicate test (iterator_018.phpt)

This is exactly the same as iterator_011.phpt.

Remove duplicate test (offsets_chaining_2.phpt)

This is exactly the same as offsets_chaining_1.phpt.

Remove duplicate test (offsets_chaining_4.phpt)

This is exactly the same as offsets_chaining_3.phpt.

Remove duplicate test (ReflectionObject_export_basic1.phpt)

This is exactly the same as ReflectionObject___toString_basic1.phpt.

Remove duplicate test (ReflectionObject_export_basic2.phpt)

This is exactly the same as ReflectionObject___toString_basic2.phpt.

Closes GH-5467.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove duplicate test (iterator_018.phpt)

This is exactly the same as iterator_011.phpt.

Remove duplicate test (offsets_chaining_2.phpt)

This is exactly the same as offsets_chaining_1.phpt.

Remove duplicate test (offsets_chaining_4.phpt)

This is exactly the same as offsets_chaining_3.phpt.

Remove duplicate test (ReflectionObject_export_basic1.phpt)

This is exactly the same as ReflectionObject___toString_basic1.phpt.

Remove duplicate test (ReflectionObject_export_basic2.phpt)

This is exactly the same as ReflectionObject___toString_basic2.phpt.

Closes GH-5467.
</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://git.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 warnings to Errors in sprintf() functions</title>
<updated>2019-10-28T10:58:59+00:00</updated>
<author>
<name>kharhamel</name>
<email>oognic@gmail.com</email>
</author>
<published>2019-10-15T15:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=82dc9a31c335d8cf7aff68d76698bc3d24f761f8'/>
<id>82dc9a31c335d8cf7aff68d76698bc3d24f761f8</id>
<content type='text'>
Closes GH-4837.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-4837.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.4'</title>
<updated>2019-07-19T08:06:30+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-07-19T08:06:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=eb766751dc17292b730b74f7188bb77c2c30e4d4'/>
<id>eb766751dc17292b730b74f7188bb77c2c30e4d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate alternative array access syntax</title>
<updated>2019-07-19T08:06:10+00:00</updated>
<author>
<name>rjhdby</name>
<email>andrewgrom@rambler.ru</email>
</author>
<published>2019-03-13T10:51:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d574df63dc375f5fc9202ce5afde23f866b6450a'/>
<id>d574df63dc375f5fc9202ce5afde23f866b6450a</id>
<content type='text'>
RFC: https://wiki.php.net/rfc/deprecate_curly_braces_array_access
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC: https://wiki.php.net/rfc/deprecate_curly_braces_array_access
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove error_reporting assignments in some tests</title>
<updated>2019-01-30T15:00:19+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-01-30T15:00:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=db8a4e87a743bc8a960c67249c3272182fbf7269'/>
<id>db8a4e87a743bc8a960c67249c3272182fbf7269</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always treat needles as strings</title>
<updated>2019-01-29T10:10:47+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-01-29T09:02:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c97b9aa2266736beb1ddb6fec0ec2d2af94e3a6c'/>
<id>c97b9aa2266736beb1ddb6fec0ec2d2af94e3a6c</id>
<content type='text'>
This is part of https://wiki.php.net/rfc/deprecations_php_7_3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is part of https://wiki.php.net/rfc/deprecations_php_7_3.
</pre>
</div>
</content>
</entry>
</feed>
