3v4l.org

run code in 300+ PHP versions simultaneously
<?php switch ($subCommand) { default: var_dump('case'); break; } var_dump('test');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 1
Branch analysis from position: 1
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Fdppv
function name:  (null)
number of ops:  9
compiled vars:  !0 = $subCommand
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E > > JMP                                                      ->1
    4     1    >   INIT_FCALL                                               'var_dump'
          2        SEND_VAL                                                 'case'
          3        DO_ICALL                                                 
    5     4      > JMP                                                      ->5
    8     5    >   INIT_FCALL                                               'var_dump'
          6        SEND_VAL                                                 'test'
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.3 ms | 1394 KiB | 15 Q