mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
217b753a3d
Only `'` was handled, no handling case for `"` existed. Simply add it so the heredoc tag is set up correctly. Closes GH-14195.