Can a client view server-side PHP source code?

php, security

Solution

No, unless

- There is a server misconfiguration

- There is a bad echo/include somewhere

Problem

I'm developing a PHP application that has to respond to request from several clients, and I thinks "Can any of the clients see the PHP code that I'm writing?".

Original source