We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
any php code that outputs to the console doesn't show
No response
<?php echo 'Hello World';
when i run the above code, I can't see any output.
i expect to see Hello World printed out.
2024.2.4
8.2.24
Mac OS
2.7.3
Local
v10.48.12
v2.9.0
v0.12.4
The text was updated successfully, but these errors were encountered:
What happens if you remove 'echo'? (So, just the string)
Sorry, something went wrong.
I have the same issue.
When I only write 'Hello world'; I get the same result:
same issue here. on phpstorm 2024.3, same plugin version
No branches or pull requests
Short bug description
any php code that outputs to the console doesn't show
Extended bug description
No response
Your project is not the problem
How to reproduce?
when i run the above code, I can't see any output.
Expected behavior
i expect to see Hello World printed out.
Screenshots
IDE & Version
2024.2.4
PHP Version
8.2.24
OS and version
Mac OS
Laravel Tinker plugin version
2.7.3
Interpreter type
Local
Laravel Version
v10.48.12
Tinker version
v2.9.0
Psysh version
v0.12.4
Additional Context
No response
The text was updated successfully, but these errors were encountered: