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

PHP : echo with comma? #7

Open
TonyLight opened this issue Mar 3, 2024 · 1 comment
Open

PHP : echo with comma? #7

TonyLight opened this issue Mar 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@TonyLight
Copy link

Hey,

I think there's an error in the use of echo for PHP. Indeed, you're using a comma when it should be a dot for concatenation.

The generated code is:
echo ("🎃 ~ Home.php:90 -> $data: ", $data);

It should be:
echo "🎃 ~ Home.php:90 -> \$data: " . print_r($data, true);

@TonyLight TonyLight changed the title PHP : echo with dot ? PHP : echo with comma? Mar 3, 2024
@nuhmanpk nuhmanpk added the bug Something isn't working label Mar 3, 2024
@nuhmanpk
Copy link
Owner

nuhmanpk commented Mar 3, 2024

@TonyLight Thanks. Will fix this ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants