1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 21:52:36 +02:00
Files
archived-php-src/ext/standard/tests
Denis Ryabov d3a6054d44 Fix/improve handling of escaping in ini parser
Quoting from UPGRADING:

- A leading dollar in a quoted string can now be escaped: "\${" will now be
  interpreted as a string with contents `${`.

- Backslashes in double quoted strings are now more consistently treated as
  escape characters. Previously, "foo\\" followed by something other than a
  newline was not considered as a teminated string. It is now interpreted as a
  string with contents `foo\`. However, as an exception, the string "foo\"
  followed by a newline will continue to be treated as a valid string with
  contents `foo\` rather than an unterminated string. This exception exists to
  support naive uses of Windows file pahts as "C:\foo\".

Closes GH-7420.
2021-08-30 16:59:22 +02:00
..
2021-07-29 14:25:22 +02:00
2021-08-17 11:32:24 +02:00
2021-08-19 10:39:23 +02:00
2021-07-09 10:05:57 +02:00
2021-06-29 17:13:02 +02:00
2021-07-16 10:07:35 +02:00
2021-03-01 18:50:11 +01:00
2021-07-15 19:08:26 +02:00