History log of /PHP-8.2/sapi/cli/tests/gh14189.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 217b753a 10-May-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-14189: PHP Interactive shell input state incorrectly handles quoted heredoc literals.

Only `'` was handled, no handling case for `"` existed. Simply add it so
the heredoc tag is s

Fix GH-14189: PHP Interactive shell input state incorrectly handles quoted heredoc literals.

Only `'` was handled, no handling case for `"` existed. Simply add it so
the heredoc tag is set up correctly.

Closes GH-14195.

show more ...