3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); $ignore_args = defined('DEBUG_BACKTRACE_IGNORE_ARGS') ? DEBUG_BACKTRACE_IGNORE_ARGS : false; $result = @call_user_func('debug_backtrace', $ignore_args, 5); var_dump($result);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/W25GJ
function name:  (null)
number of ops:  19
compiled vars:  !0 = $ignore_args, !1 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 32767
          2        DO_ICALL                                                 
    3     3      > JMPZ                                                     <true>, ->6
          4    >   QM_ASSIGN                                        ~3      2
          5      > JMP                                                      ->7
          6    >   QM_ASSIGN                                        ~3      <false>
          7    >   ASSIGN                                                   !0, ~3
    4     8        BEGIN_SILENCE                                    ~5      
          9        INIT_FCALL                                               'debug_backtrace'
         10        SEND_USER                                                !0
         11        SEND_USER                                                5
         12        DO_FCALL                                      0  $6      
         13        END_SILENCE                                              ~5
         14        ASSIGN                                                   !1, $6
    5    15        INIT_FCALL                                               'var_dump'
         16        SEND_VAR                                                 !1
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.25 ms | 1395 KiB | 19 Q