3v4l.org

run code in 300+ PHP versions simultaneously
<?php ?> <!-- ================================================= --> <HTML> <HEAD> <TITLE>Mailman Mailing Lists</TITLE> <BODY> Here are the URLs of the web management interfaces of our mailing lists implemented via the <A HREF="https://wiki.jct.ac.il/cc-admin/index.php/Mail/Mailman">Mailman</A> software. Each list has 2 interfaces: <OL> <LI>Moderator -- for accepting/rejecting posts, subscription requests, etc.</LI> <LI>Administration -- for other management.</LI> </OL> <TABLE border="1"> <!-- ================================================= --> <?php $prefix = "http://newmda.jct.ac.il/mailman"; $admin = "admin"; $moderator = "admindb"; exec ("/usr/lib/mailman/bin/list_lists -b", $lists); while( list(,$row) = each($lists) ) { $row_array = explode(" ", $row); $n= $row_array[0]; echo <<<END <TR><TD>$n</TD> <TD><A HREF="$prefix/$admin/$n">Administration</A></TD> <TD><A HREF="$prefix/$moderator/$n">Moderator</A></TD> </TR> END; } ?> <!-- ================================================= --> </TABLE> </BODY> </HTML>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 32
Branch analysis from position: 32
2 jumps found. (Code = 44) Position 1 = 38, Position 2 = 9
Branch analysis from position: 38
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 38, Position 2 = 9
Branch analysis from position: 38
Branch analysis from position: 9
filename:       /in/ZbRZs
function name:  (null)
number of ops:  40
compiled vars:  !0 = $prefix, !1 = $admin, !2 = $moderator, !3 = $lists, !4 = $row_array, !5 = $row, !6 = $n
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ECHO                                                     '%3C%21--+%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D+--%3E%0A%3CHTML%3E%0A%3CHEAD%3E%0A%3CTITLE%3EMailman+Mailing+Lists%3C%2FTITLE%3E%0A%0A%3CBODY%3E%0AHere+are+the+URLs+of+the+web+management+interfaces+of+our%0Amailing+lists+implemented+via+the%0A%3CA+HREF%3D%22https%3A%2F%2Fwiki.jct.ac.il%2Fcc-admin%2Findex.php%2FMail%2FMailman%22%3EMailman%3C%2FA%3E%0Asoftware.++Each+list+has+2+interfaces%3A%0A%3COL%3E%0A%3CLI%3EModerator+--+for+accepting%2Frejecting+posts%2C+subscription+requests%2C+etc.%3C%2FLI%3E%0A%3CLI%3EAdministration+--+for+other+management.%3C%2FLI%3E%0A%3C%2FOL%3E%0A%0A%3CTABLE+border%3D%221%22%3E%0A%3C%21--+%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D+--%3E%0A'
   23     1        ASSIGN                                                   !0, 'http%3A%2F%2Fnewmda.jct.ac.il%2Fmailman'
   24     2        ASSIGN                                                   !1, 'admin'
   25     3        ASSIGN                                                   !2, 'admindb'
   26     4        INIT_FCALL                                               'exec'
          5        SEND_VAL                                                 '%2Fusr%2Flib%2Fmailman%2Fbin%2Flist_lists+-b'
          6        SEND_REF                                                 !3
          7        DO_ICALL                                                 
   28     8      > JMP                                                      ->32
   30     9    >   INIT_FCALL                                               'explode'
         10        SEND_VAL                                                 '+'
         11        SEND_VAR                                                 !5
         12        DO_ICALL                                         $11     
         13        ASSIGN                                                   !4, $11
   31    14        FETCH_DIM_R                                      ~13     !4, 0
         15        ASSIGN                                                   !6, ~13
   33    16        ROPE_INIT                                    15  ~16     '++++++++%3CTR%3E%3CTD%3E'
         17        ROPE_ADD                                      1  ~16     ~16, !6
         18        ROPE_ADD                                      2  ~16     ~16, '%3C%2FTD%3E%0A++++++++++++%3CTD%3E%3CA+HREF%3D%22'
   34    19        ROPE_ADD                                      3  ~16     ~16, !0
         20        ROPE_ADD                                      4  ~16     ~16, '%2F'
         21        ROPE_ADD                                      5  ~16     ~16, !1
         22        ROPE_ADD                                      6  ~16     ~16, '%2F'
         23        ROPE_ADD                                      7  ~16     ~16, !6
         24        ROPE_ADD                                      8  ~16     ~16, '%22%3EAdministration%3C%2FA%3E%3C%2FTD%3E%0A++++++++++++%3CTD%3E%3CA+HREF%3D%22'
   35    25        ROPE_ADD                                      9  ~16     ~16, !0
         26        ROPE_ADD                                     10  ~16     ~16, '%2F'
         27        ROPE_ADD                                     11  ~16     ~16, !2
         28        ROPE_ADD                                     12  ~16     ~16, '%2F'
         29        ROPE_ADD                                     13  ~16     ~16, !6
         30        ROPE_END                                     14  ~15     ~16, '%22%3EModerator%3C%2FA%3E%3C%2FTD%3E%0A++++++++%3C%2FTR%3E'
         31        ECHO                                                     ~15
   28    32    >   INIT_FCALL_BY_NAME                                       'each'
         33        SEND_VAR_EX                                              !3
         34        DO_FCALL                                      0  $24     
         35        FETCH_LIST_R                                     $25     $24, 1
         36        ASSIGN                                                   !5, $25
         37      > JMPNZ                                                    $24, ->9
   40    38    >   ECHO                                                     '%3C%21--+%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D+--%3E%0A%3C%2FTABLE%3E%0A%0A%3C%2FBODY%3E%0A%3C%2FHTML%3E'
   44    39      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.21 ms | 1400 KiB | 20 Q