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@mist.edu.ph';/////////////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 $f = fopen ("https://$cpuser:$cppass@$cpdomain:8443/frontend/$cpskin/mail/doaddpop.html?email=$emailname&domain=$cpdomain&password=$emailpass&quota=0", "r"); fclose($f); ?>
Output for git.master, git.master_jit
Warning: fopen(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/burK9 on line 13 Warning: fopen(): open_basedir restriction in effect. File(https://misteduph:M.I.S.T.2009@mist.edu.ph:8443/frontend/XPressia/mail/doaddpop.html?email=jericreyjose@mist.edu.ph&domain=mist.edu.ph&password=jericreyjose&quota=0) is not within the allowed path(s): (/tmp:/in:/etc) in /in/burK9 on line 13 Warning: fopen(https://...@mist.edu.ph:8443/frontend/XPressia/mail/doaddpop.html?email=jericreyjose@mist.edu.ph&domain=mist.edu.ph&password=jericreyjose&quota=0): Failed to open stream: Operation not permitted in /in/burK9 on line 13 Fatal error: Uncaught TypeError: fclose(): Argument #1 ($stream) must be of type resource, bool given in /in/burK9:14 Stack trace: #0 /in/burK9(14): fclose(false) #1 {main} thrown in /in/burK9 on line 14
Process exited with code 255.
Output for rfc.property-hooks
Warning: fopen(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/burK9 on line 13 Warning: fopen(): open_basedir restriction in effect. File(https://misteduph:M.I.S.T.2009@mist.edu.ph:8443/frontend/XPressia/mail/doaddpop.html?email=jericreyjose@mist.edu.ph&domain=mist.edu.ph&password=jericreyjose&quota=0) is not within the allowed path(s): (/tmp:/in:/etc) in /in/burK9 on line 13 Warning: fopen(https://...@mist.edu.ph:8443/frontend/XPressia/mail/doaddpop.html?email=jericreyjose@mist.edu.ph&domain=mist.edu.ph&password=jericreyjose&quota=0): Failed to open stream: Operation not permitted in /in/burK9 on line 13 Fatal error: Uncaught TypeError: fclose(): Argument #1 ($stream) must be of type resource, false given in /in/burK9:14 Stack trace: #0 /in/burK9(14): fclose(false) #1 {main} thrown in /in/burK9 on line 14
Process exited with code 255.

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