Aside from the obvious (localhost, 127.0.0.1) does PHP (command line interface!) have a mechanism for discovering the IP of the computer the script is running on?
If all else fails, you could always exec ipconfig or ifconfig, depending on your platform, and parse the result.