1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Rewrite php file cleaning step to be less regex intensive and support extreme cases better, fixes #10106 (#10107)

This commit is contained in:
Jordi Boggiano 2021-10-02 14:39:39 +02:00 committed by GitHub
parent d99b200cf3
commit d64d1adf61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 257 additions and 52 deletions

View file

@ -0,0 +1,7 @@
<?php
echo <<<'NOT¶ING_TO_SEE_H¤RE'
class FailHeredocNonUnicodeNonAscii
{
}
NOT¶ING_TO_SEE_H¤RE;