For further actions, you may consider blocking this person and/or reporting abuse
Read next
AI-Integrated Web Development Projects to Level Up Your Skills: A Developer’s Guide
dark gaming -
Best Way to Get Job as a Fresher Web Developer in 2025
kamran -
Understanding Java Iterators: A Deep Dive
Bharath S R -
Techie Limericks: A Humorous Dive into Code, APIs, and Neural Networks
Roman Marshanski -
Top comments (2)
/this is a comment text/ in PHP ; you use a semicolon { ; } to finish the statement.
the echo statement prints the var
so $x=5*/+15*/+5;
is more like
$x= 5 + 5;
echo $x; /* { 10 } */
Thank you for the help