3v4l.org

run code in 300+ PHP versions simultaneously
<?php $functions=get_defined_functions(); foreach($functions["internal"] as $function) echo "<li>$function</li>";
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 5, Position 2 = 11
Branch analysis from position: 5
2 jumps found. (Code = 78) Position 1 = 6, Position 2 = 11
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/MPOK4
function name:  (null)
number of ops:  13
compiled vars:  !0 = $functions, !1 = $function
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'get_defined_functions'
          1        DO_ICALL                                         $2      
          2        ASSIGN                                                   !0, $2
          3        FETCH_DIM_R                                      ~4      !0, 'internal'
          4      > FE_RESET_R                                       $5      ~4, ->11
          5    > > FE_FETCH_R                                               $5, !1, ->11
          6    >   ROPE_INIT                                     3  ~7      '%3Cli%3E'
          7        ROPE_ADD                                      1  ~7      ~7, !1
          8        ROPE_END                                      2  ~6      ~7, '%3C%2Fli%3E'
          9        ECHO                                                     ~6
         10      > JMP                                                      ->5
         11    >   FE_FREE                                                  $5
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.55 ms | 1386 KiB | 15 Q