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; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TP926
function name:  (null)
number of ops:  30
compiled vars:  !0 = $cpuser, !1 = $cppass, !2 = $cpdomain, !3 = $cpskin, !4 = $emailname, !5 = $emaildomain, !6 = $emailpass, !7 = $quota, !8 = $homepage
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 'misteduph'
    5     1        ASSIGN                                                   !1, 'M.I.S.T.2009'
    6     2        ASSIGN                                                   !2, 'mist.edu.ph'
    7     3        ASSIGN                                                   !3, 'XPressia'
    8     4        ASSIGN                                                   !4, 'jericreyjose'
    9     5        ASSIGN                                                   !5, 'msit.edu.ph'
   10     6        ASSIGN                                                   !6, 'jericreyjose'
   11     7        ASSIGN                                                   !7, '0'
   14     8        INIT_FCALL                                               'file_get_contents'
          9        ROPE_INIT                                    16  ~18     'https%3A%2F%2F'
         10        ROPE_ADD                                      1  ~18     ~18, !0
         11        ROPE_ADD                                      2  ~18     ~18, '%3A'
         12        ROPE_ADD                                      3  ~18     ~18, !1
         13        ROPE_ADD                                      4  ~18     ~18, '%40'
         14        ROPE_ADD                                      5  ~18     ~18, !2
         15        ROPE_ADD                                      6  ~18     ~18, '%3A2083%2Ffrontend%2F'
         16        ROPE_ADD                                      7  ~18     ~18, !3
         17        ROPE_ADD                                      8  ~18     ~18, '%2Fmail%2Fdoaddpop.html%3Femail%3D'
         18        ROPE_ADD                                      9  ~18     ~18, !4
         19        ROPE_ADD                                     10  ~18     ~18, '%26domain%3D'
         20        ROPE_ADD                                     11  ~18     ~18, !5
         21        ROPE_ADD                                     12  ~18     ~18, '%26password%3D'
         22        ROPE_ADD                                     13  ~18     ~18, !6
         23        ROPE_ADD                                     14  ~18     ~18, '%26quota%3D'
         24        ROPE_END                                     15  ~17     ~18, !7
         25        SEND_VAL                                                 ~17
         26        DO_ICALL                                         $26     
         27        ASSIGN                                                   !8, $26
   15    28        ECHO                                                     !8
   16    29      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.09 ms | 1396 KiB | 15 Q