echo has one big advantage over print... it has 20% less letters to type

There are also some theoretical advantages:
- it is faster in some cases (when you use , to separate values since , it is slightly faster than .)
- it uses less memory (it has one letter less so the filesize is a bit smaller so the script needs slightly less memory to load and parse it - it is not valid if you use PHP accelerators)
- you save the server disc space (one letter less, which can led to even 20-50 bytes savings per file!)
- it can save your development time (since you can not be brainwashed by someone that echo is better than print and need to rewrite the whole code since you already have echo everywhere)
- it makes your keyboard live span longer (one letter less to type = less keyboard intake)
- it is better for your health and eyesight (if you type one letter less then you need to spend slightly less time in front of the monitor so your eyes get less damage, the same goes for you spine (sitting in a bad position) and hand/fingers degeneration)
So yes, echo is far, far better
