3v4l.org

run code in 300+ PHP versions simultaneously
<?php if ($filelist = php_ini_scanned_files()) { if (strlen($filelist) > 0) { $files = explode(',', $filelist); foreach ($files as $file) { echo "<li>" . trim($file) . "</li>\n"; } } } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 22
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 22
Branch analysis from position: 7
2 jumps found. (Code = 77) Position 1 = 13, Position 2 = 21
Branch analysis from position: 13
2 jumps found. (Code = 78) Position 1 = 14, Position 2 = 21
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 21
Branch analysis from position: 22
Branch analysis from position: 22
filename:       /in/jU9Kr
function name:  (null)
number of ops:  23
compiled vars:  !0 = $filelist, !1 = $files, !2 = $file
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'php_ini_scanned_files'
          1        DO_ICALL                                         $3      
          2        ASSIGN                                           ~4      !0, $3
          3      > JMPZ                                                     ~4, ->22
    3     4    >   STRLEN                                           ~5      !0
          5        IS_SMALLER                                               0, ~5
          6      > JMPZ                                                     ~6, ->22
    4     7    >   INIT_FCALL                                               'explode'
          8        SEND_VAL                                                 '%2C'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $7      
         11        ASSIGN                                                   !1, $7
    6    12      > FE_RESET_R                                       $9      !1, ->21
         13    > > FE_FETCH_R                                               $9, !2, ->21
    7    14    >   INIT_FCALL                                               'trim'
         15        SEND_VAR                                                 !2
         16        DO_ICALL                                         $10     
         17        CONCAT                                           ~11     '%3Cli%3E', $10
         18        CONCAT                                           ~12     ~11, '%3C%2Fli%3E%0A'
         19        ECHO                                                     ~12
    6    20      > JMP                                                      ->13
         21    >   FE_FREE                                                  $9
   11    22    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.26 ms | 1395 KiB | 19 Q