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 = 'cp.wsiph2.com';////The cPanel domain $cpskin = 'XPressia';////////////listed on cPanel as 'theme' $emailname = 'admin@mist.edu.ph';/////////////The username, e.g. john1@exampledot.com $emaildomain = '@msit.edu.ph';////The domain name in email, @exampledot.com $emailpass = 'msit2009';////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); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/b8pgG
function name:  (null)
number of ops:  31
compiled vars:  !0 = $cpuser, !1 = $cppass, !2 = $cpdomain, !3 = $cpskin, !4 = $emailname, !5 = $emaildomain, !6 = $emailpass, !7 = $f
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, 'cp.wsiph2.com'
    7     3        ASSIGN                                                   !3, 'XPressia'
    8     4        ASSIGN                                                   !4, 'admin%40mist.edu.ph'
    9     5        ASSIGN                                                   !5, '%40msit.edu.ph'
   10     6        ASSIGN                                                   !6, 'msit2009'
   13     7        INIT_FCALL                                               'fopen'
          8        ROPE_INIT                                    15  ~16     'https%3A%2F%2F'
          9        ROPE_ADD                                      1  ~16     ~16, !0
         10        ROPE_ADD                                      2  ~16     ~16, '%3A'
         11        ROPE_ADD                                      3  ~16     ~16, !1
         12        ROPE_ADD                                      4  ~16     ~16, '%40'
         13        ROPE_ADD                                      5  ~16     ~16, !2
         14        ROPE_ADD                                      6  ~16     ~16, '%3A8443%2Ffrontend%2F'
         15        ROPE_ADD                                      7  ~16     ~16, !3
         16        ROPE_ADD                                      8  ~16     ~16, '%2Fmail%2Fdoaddpop.html%3Femail%3D'
         17        ROPE_ADD                                      9  ~16     ~16, !4
         18        ROPE_ADD                                     10  ~16     ~16, '%26domain%3D'
         19        ROPE_ADD                                     11  ~16     ~16, !2
         20        ROPE_ADD                                     12  ~16     ~16, '%26password%3D'
         21        ROPE_ADD                                     13  ~16     ~16, !6
         22        ROPE_END                                     14  ~15     ~16, '%26quota%3D0'
         23        SEND_VAL                                                 ~15
         24        SEND_VAL                                                 'r'
         25        DO_ICALL                                         $24     
         26        ASSIGN                                                   !7, $24
   14    27        INIT_FCALL                                               'fclose'
         28        SEND_VAR                                                 !7
         29        DO_ICALL                                                 
   15    30      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.53 ms | 1396 KiB | 17 Q