Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tokenizer fails on protobuf metadata files #18

Closed
roxblnfk opened this issue Nov 19, 2023 · 0 comments
Closed

Tokenizer fails on protobuf metadata files #18

roxblnfk opened this issue Nov 19, 2023 · 0 comments

Comments

@roxblnfk
Copy link

Hi.
I'm encountering a tokenizer error when there are protobuf generated files in the project.

image

These lines:

$values = \preg_split('/\R+/Uu', $tok[1]);
foreach ($values as $v) {

I var-dumped the $tok variable when $values === false and got this:

image

Looks like a Protobuf generated metadata e.g. this: https://github.com/buggregator/trap/blob/master/src/Test/Proto/Metadata/Message.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant