3v4l.org

run code in 300+ PHP versions simultaneously
<?php //exampledot.com for domain $cpuser = 'misteduph';////////////e.g. exampled, your cPanel main domain usually $cppass = 'M.I.S.T.2009';/////Your cPanel password. $cpdomain = 'mist.edu.ph';////The cPanel domain $cpskin = 'XPressia';////////////listed on cPanel as 'theme' $emailname = 'jericreyjose';/////////////The username, e.g. john1@exampledot.com $emaildomain = 'msit.edu.ph';////The domain name in email, @exampledot.com $emailpass = 'jericreyjose';////The password for the email account $quota = '0';///////////////////Megabytes of space, 0 for unlimited $homepage = file_get_contents("https://$cpuser:$cppass@$cpdomain:2083/frontend/$cpskin/mail/doaddpop.html?email=$emailname&domain=$emaildomain&password=$emailpass&quota=$quota"); echo $homepage; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/TP926 on line 14 Warning: file_get_contents(): open_basedir restriction in effect. File(https://misteduph:M.I.S.T.2009@mist.edu.ph:2083/frontend/XPressia/mail/doaddpop.html?email=jericreyjose&domain=msit.edu.ph&password=jericreyjose&quota=0) is not within the allowed path(s): (/tmp:/in:/etc) in /in/TP926 on line 14 Warning: file_get_contents(https://...@mist.edu.ph:2083/frontend/XPressia/mail/doaddpop.html?email=jericreyjose&domain=msit.edu.ph&password=jericreyjose&quota=0): Failed to open stream: Operation not permitted in /in/TP926 on line 14

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:
49.38 ms | 402 KiB | 8 Q