3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Info required for cPanel access $cpuser = "naut"; // Username used to login to CPanel $cppass = "Tg\"x86>TJ9$"; // Password used to login to CPanel $domain = "unknova.net"; // Domain name where CPanel is run $skin = "x3"; // Set to cPanel skin you use (script won't work if it doesn't match). Most people run the default x theme // Info required for FTP host $ftpuser = "naut"; // Username for FTP account $ftppass = "Tg\"x86>TJ9$"; // Password for FTP account $ftphost = "unknova.net"; // Full hostname or IP address for FTP host $ftpmode = "passiveftp"; // FTP mode ("ftp" for active, "passiveftp" for passive) $ftpport = "21"; // Port (default = 21) $rdir = "/home/naut/"; // Remote dir (defaut = / ) // Notification information $notifyemail = "bytesahoy@gmail.com"; // Email address to send results // Secure or non-secure mode $secure = 0; // Set to 1 for SSL (requires SSL support), otherwise will use standard HTTP // Set to 1 to have web page result appear in your cron log $debug = 0; $params = "dest=$ftpmode&email=$notifyemail&server=$ftphost&user=$ftpuser&pass=$ftppass&port=$ftpport&rdir=$rdir&submit=Generate Backup"; echo $params; ?>
Output for git.master, git.master_jit, rfc.property-hooks
dest=passiveftp&email=bytesahoy@gmail.com&server=unknova.net&user=naut&pass=Tg"x86>TJ9$&port=21&rdir=/home/naut/&submit=Generate Backup

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
41.88 ms | 401 KiB | 8 Q