Thanks for your your hint.
To be clear, if I write the following line :
if echo "aaa";
on line 57, I get the message :
Parse error: parse error, unexpected T_ECHO, expecting '(' in /Users/…/myfile.php on line 54
If I put the same instruction at say line 203, php sees the error at line...