3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
202.51 ms | 1394 KiB | 15 Q