AI Coder
AI
Code Editor
Show Output
PHP String Operators
"; $x .= $y; echo $x; // Outputs: Hello World! ?>
Output Preview