3v4l.org

run code in 300+ PHP versions simultaneously
<?php $extensions = get_loaded_extensions(); foreach($extensions as $extension) { echo $extension; echo ' (', implode(', ', get_extension_funcs($extension)), ')<br />'; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 4, Position 2 = 17
Branch analysis from position: 4
2 jumps found. (Code = 78) Position 1 = 5, Position 2 = 17
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/6RGVD
function name:  (null)
number of ops:  19
compiled vars:  !0 = $extensions, !1 = $extension
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'get_loaded_extensions'
          1        DO_ICALL                                         $2      
          2        ASSIGN                                                   !0, $2
    5     3      > FE_RESET_R                                       $4      !0, ->17
          4    > > FE_FETCH_R                                               $4, !1, ->17
    6     5    >   ECHO                                                     !1
    7     6        ECHO                                                     '+%28'
          7        INIT_FCALL                                               'implode'
          8        SEND_VAL                                                 '%2C+'
          9        INIT_FCALL                                               'get_extension_funcs'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                         $5      
         12        SEND_VAR                                                 $5
         13        DO_ICALL                                         $6      
         14        ECHO                                                     $6
         15        ECHO                                                     '%29%3Cbr+%2F%3E'
    5    16      > JMP                                                      ->4
         17    >   FE_FREE                                                  $4
   10    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.51 ms | 1395 KiB | 19 Q