Open jafar690 opened 1 month ago
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
What happens if you remove 'echo'? (So, just the string)
I have the same issue.
When I only write 'Hello world'; I get the same result:
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