3v4l.org

run code in 300+ PHP versions simultaneously
<?php $f = get_defined_functions(); $funcs = $f['internal']; print_r(array_slice($funcs, 0, 50));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/M1DuO
function name:  (null)
number of ops:  14
compiled vars:  !0 = $f, !1 = $funcs
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'get_defined_functions'
          1        DO_ICALL                                         $2      
          2        ASSIGN                                                   !0, $2
    5     3        FETCH_DIM_R                                      ~4      !0, 'internal'
          4        ASSIGN                                                   !1, ~4
    6     5        INIT_FCALL                                               'print_r'
          6        INIT_FCALL                                               'array_slice'
          7        SEND_VAR                                                 !1
          8        SEND_VAL                                                 0
          9        SEND_VAL                                                 50
         10        DO_ICALL                                         $6      
         11        SEND_VAR                                                 $6
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.74 ms | 1394 KiB | 19 Q