The following code outputs 43211, why?
43211
echo print(\'3\').\'2\'.print(\'4\');
print is returning 1
print
1
On the documentation
Return Values: Returns 1, always.
You should just probably stick to using echo.
echo