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:
parent
d99b200cf3
commit
d64d1adf61
4 changed files with 257 additions and 52 deletions
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
echo <<<'NOT¶ING_TO_SEE_H¤RE'
|
||||
class FailHeredocNonUnicodeNonAscii
|
||||
{
|
||||
}
|
||||
NOT¶ING_TO_SEE_H¤RE;
|
Loading…
Add table
Add a link
Reference in a new issue