Low priority because I've never seen code like this in practice.
<?php declare(strict_types=1, ticks=1);
echo "This can be parsed\n";
This causes the parser to emit various MissingToken in the output. Running the above script with php reports no issues.