php-src/tests/strings
George Peter Banyard b2248789ed Implement 'Saner Numeric Strings' RFC:
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
2020-07-29 02:51:09 +01:00
..
001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
002.phpt Convert warnings to Errors in sprintf() functions 2019-10-28 11:58:59 +01:00
004.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug22592.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
bug26703.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
offsets_chaining_1.phpt Remove error_reporting assignments in some tests 2019-01-30 16:00:19 +01:00
offsets_chaining_3.phpt Remove error_reporting assignments in some tests 2019-01-30 16:00:19 +01:00
offsets_chaining_5.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
offsets_general.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00