PAS2PHP
Transpiles/Converts Pascal to Working PHP Source Code
...Over the last week, a lot of work has gone into PAS2PHP. Most of the major issues are resolved. There are still a number of incompatibilities which are either not fixable, or have simple workarounds. As of v0.5, you should be able to write entire PHP applications in Pascal. The key to coding for PAS2PHP is to understand the limitations of PHP. Read the example code provided, and always check the outputed PHP code to understand how this works.
As a guide to what PAS2PHP can achieve... my web site is written in Pascal, and then converted to PHP. ...