3v4l.org

run code in 300+ PHP versions simultaneously
<?php $backtrace = version_compare(PHP_VERSION, '5.3.6', '>=') ? debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS) : debug_backtrace();
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 11
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2pnLd
function name:  (null)
number of ops:  16
compiled vars:  !0 = $backtrace
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'version_compare'
          1        SEND_VAL                                                 '8.0.0'
          2        SEND_VAL                                                 '5.3.6'
          3        SEND_VAL                                                 '%3E%3D'
          4        DO_ICALL                                         $1      
          5      > JMPZ                                                     $1, ->11
          6    >   INIT_FCALL                                               'debug_backtrace'
          7        SEND_VAL                                                 2
          8        DO_ICALL                                         $2      
          9        QM_ASSIGN                                        ~3      $2
         10      > JMP                                                      ->14
         11    >   INIT_FCALL                                               'debug_backtrace'
         12        DO_ICALL                                         $4      
         13        QM_ASSIGN                                        ~3      $4
         14    >   ASSIGN                                                   !0, ~3
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.37 ms | 1394 KiB | 17 Q