mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
53d7c17474
Allow "??" in dollar quoted strings for backwards compatibility, as it was a viable workaround to insert question marks without them being parsed as placeholders. Add a deprecation notice to tell that the escape is no longer necessary within dollar quotes and that its usage is deprecated. Ref bug #14244