Ummm well since the standard build of php is just a commandline utility you could quite easily use it from any programming language that allowed commandline access...
EG - On windows systems...
php.exe hello.php
All the php executable does is executes the script and echo's back the results, html code, etc... if any...
Simple isn't it 🙂