3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.6 ms | 1395 KiB | 21 Q