PHP - Environment Setup in Windows to run "Hello World" program

PHP development requires a php distribution to interpret and execute the PHP code. The php interpreter reads the code and checks the code is well formatted as per the specification and it will translate the php code to an equivalent byte code only if the php code is valid otherwise it will throw an error. Once the byte code generated successfully, it will execute the byte code instantly line by line.