3v4l.org

run code in 300+ PHP versions simultaneously
<?php require_once('config.php'); //Page Title $pagetitle='Gallery - '.$sitename; $active="gallery"; $nod=1; $description="Recent Gallery uploads of our Noble Care Nursing Homes"; require_once('header.php'); ?> <h1>Gallery</h1> <div class="gallery"> <?php foreach(glob('images/gallery/*.*') as $filename){ $filename=' <a class="image-link" href="/thumber.php?img='.$filename.'&h=800" data-lightbox="example-set" title="Our Gallery"><img class="image" src="/thumber.php?img='.$filename.'&h=200" alt="Noble Care" width="150" height="150"/></a>'; $plf.='/thumber.php?img='.$filename.'&amp;h=800", "'; echo $filename; } ?> </div> <script type="text/javascript"> $(window).load(function(){ $(["<?=$plf?>/images/logo.png"]).preload(); }); </script> <?php require_once('sidebar.php'); require_once('footer.php'); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 12, Position 2 = 23
Branch analysis from position: 12
2 jumps found. (Code = 78) Position 1 = 13, Position 2 = 23
Branch analysis from position: 13
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
Branch analysis from position: 23
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 23
filename:       /in/WR3D4
function name:  (null)
number of ops:  30
compiled vars:  !0 = $pagetitle, !1 = $sitename, !2 = $active, !3 = $nod, !4 = $description, !5 = $filename, !6 = $plf
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INCLUDE_OR_EVAL                                          'config.php', REQUIRE_ONCE
    5     1        CONCAT                                           ~8      'Gallery+-+', !1
          2        ASSIGN                                                   !0, ~8
    7     3        ASSIGN                                                   !2, 'gallery'
    8     4        ASSIGN                                                   !3, 1
    9     5        ASSIGN                                                   !4, 'Recent+Gallery+uploads+of+our+Noble+Care+Nursing+Homes'
   11     6        INCLUDE_OR_EVAL                                          'header.php', REQUIRE_ONCE
   13     7        ECHO                                                     '%3Ch1%3EGallery%3C%2Fh1%3E%0A%3Cdiv+class%3D%22gallery%22%3E%0A'
   16     8        INIT_FCALL                                               'glob'
          9        SEND_VAL                                                 'images%2Fgallery%2F%2A.%2A'
         10        DO_ICALL                                         $14     
         11      > FE_RESET_R                                       $15     $14, ->23
         12    > > FE_FETCH_R                                               $15, !5, ->23
   17    13    >   CONCAT                                           ~16     '%09%09%09%09%3Ca+class%3D%22image-link%22+href%3D%22%2Fthumber.php%3Fimg%3D', !5
         14        CONCAT                                           ~17     ~16, '%26h%3D800%22+data-lightbox%3D%22example-set%22+title%3D%22Our+Gallery%22%3E%3Cimg+class%3D%22image%22+src%3D%22%2Fthumber.php%3Fimg%3D'
         15        CONCAT                                           ~18     ~17, !5
         16        CONCAT                                           ~19     ~18, '%26h%3D200%22+alt%3D%22Noble+Care%22+width%3D%22150%22+height%3D%22150%22%2F%3E%3C%2Fa%3E'
         17        ASSIGN                                                   !5, ~19
   19    18        CONCAT                                           ~21     '%2Fthumber.php%3Fimg%3D', !5
         19        CONCAT                                           ~22     ~21, '%26amp%3Bh%3D800%22%2C+%22'
         20        ASSIGN_OP                                     8          !6, ~22
   21    21        ECHO                                                     !5
   16    22      > JMP                                                      ->12
         23    >   FE_FREE                                                  $15
   26    24        ECHO                                                     '%3C%2Fdiv%3E%0A%0A%3Cscript+type%3D%22text%2Fjavascript%22%3E%0A%24%28window%29.load%28function%28%29%7B%0A++++++++++++%24%28%5B%22'
   30    25        ECHO                                                     !6
         26        ECHO                                                     '%2Fimages%2Flogo.png%22%5D%29.preload%28%29%3B%0A%7D%29%3B%0A%3C%2Fscript%3E%0A'
   35    27        INCLUDE_OR_EVAL                                          'sidebar.php', REQUIRE_ONCE
   36    28        INCLUDE_OR_EVAL                                          'footer.php', REQUIRE_ONCE
   37    29      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
179.28 ms | 1401 KiB | 15 Q