PHP - Output and String Handling
What will be the output of the following PHP code?
echo print("Test");echo print("Test");print("Test") outputs "Test" and returns 1.echo outputs the return value 1 from print.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions