3v4l.org

run code in 300+ PHP versions simultaneously
<?php $messagebody = '<div style="background-color:#fff;border:1px solid #a5cae4;border-radius:5px;padding:5px;">'; { $messagebody .= $LANG['FormName'].': '.$this->name."<br />\n"; if ($GB_PG['base_url'] != '') ?> <a href="http://www.depoldervlieg.nl">depoldervlieg</a> <?php } { $messagebody .= "<br />\n<br />\n<div style=\"background-color:#f0f7fc;border-top:1px solid #d7edfc;padding:2px;\">"; if ($sql_usertable == LAZ_TABLE_PREFIX.'_data') { $urlDivider = (strpos($this->db->VARS['laz_url'], '?') > 0) ? '&' : '?'; $messagebody .= $LANG['EmailAdminSubject']."<br>\n"; } $messagebody .= '</div>'; } $messagebody .= '</div>'; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 11
Branch analysis from position: 11
2 jumps found. (Code = 43) Position 1 = 17, Position 2 = 34
Branch analysis from position: 17
2 jumps found. (Code = 43) Position 1 = 27, Position 2 = 29
Branch analysis from position: 27
1 jumps found. (Code = 42) Position 1 = 30
Branch analysis from position: 30
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 29
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 34
Branch analysis from position: 11
filename:       /in/L9QGN
function name:  (null)
number of ops:  37
compiled vars:  !0 = $messagebody, !1 = $LANG, !2 = $GB_PG, !3 = $sql_usertable, !4 = $urlDivider
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%3Cdiv+style%3D%22background-color%3A%23fff%3Bborder%3A1px+solid+%23a5cae4%3Bborder-radius%3A5px%3Bpadding%3A5px%3B%22%3E'
    4     1        FETCH_DIM_R                                      ~6      !1, 'FormName'
          2        CONCAT                                           ~7      ~6, '%3A+'
          3        FETCH_THIS                                       $8      
          4        FETCH_OBJ_R                                      ~9      $8, 'name'
          5        CONCAT                                           ~10     ~7, ~9
          6        CONCAT                                           ~11     ~10, '%3Cbr+%2F%3E%0A'
          7        ASSIGN_OP                                     8          !0, ~11
    5     8        FETCH_DIM_R                                      ~13     !2, 'base_url'
          9        IS_NOT_EQUAL                                             ~13, ''
         10      > JMPZ                                                     ~14, ->11
    7    11    >   ECHO                                                     '++%3Ca+href%3D%22http%3A%2F%2Fwww.depoldervlieg.nl%22%3Edepoldervlieg%3C%2Fa%3E%0A'
   10    12        ASSIGN_OP                                     8          !0, '%3Cbr+%2F%3E%0A%3Cbr+%2F%3E%0A%3Cdiv+style%3D%22background-color%3A%23f0f7fc%3Bborder-top%3A1px+solid+%23d7edfc%3Bpadding%3A2px%3B%22%3E'
   11    13        FETCH_CONSTANT                                   ~16     'LAZ_TABLE_PREFIX'
         14        CONCAT                                           ~17     ~16, '_data'
         15        IS_EQUAL                                                 !3, ~17
         16      > JMPZ                                                     ~18, ->34
   13    17    >   INIT_FCALL                                               'strpos'
         18        FETCH_THIS                                       $19     
         19        FETCH_OBJ_R                                      ~20     $19, 'db'
         20        FETCH_OBJ_R                                      ~21     ~20, 'VARS'
         21        FETCH_DIM_R                                      ~22     ~21, 'laz_url'
         22        SEND_VAL                                                 ~22
         23        SEND_VAL                                                 '%3F'
         24        DO_ICALL                                         $23     
         25        IS_SMALLER                                               0, $23
         26      > JMPZ                                                     ~24, ->29
         27    >   QM_ASSIGN                                        ~25     '%26'
         28      > JMP                                                      ->30
         29    >   QM_ASSIGN                                        ~25     '%3F'
         30    >   ASSIGN                                                   !4, ~25
   14    31        FETCH_DIM_R                                      ~27     !1, 'EmailAdminSubject'
         32        CONCAT                                           ~28     ~27, '%3Cbr%3E%0A'
         33        ASSIGN_OP                                     8          !0, ~28
   16    34    >   ASSIGN_OP                                     8          !0, '%3C%2Fdiv%3E'
   18    35        ASSIGN_OP                                     8          !0, '%3C%2Fdiv%3E'
   19    36      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.34 ms | 1400 KiB | 15 Q