3v4l.org

run code in 300+ PHP versions simultaneously
<?php $option = 2; switch($option) { case "2 this is obviously not the right one"; echo "First option chosen"; break; case 2: echo "Second option chosen"; break; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 44) Position 1 = 3, Position 2 = 6
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 5, Position 2 = 8
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
filename:       /in/NcZ0n
function name:  (null)
number of ops:  11
compiled vars:  !0 = $option
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 2
    6     1        IS_EQUAL                                                 !0, '2+this+is+obviously+not+the+right+one'
          2      > JMPNZ                                                    ~2, ->6
    9     3    >   IS_EQUAL                                                 !0, 2
          4      > JMPNZ                                                    ~2, ->8
          5    > > JMP                                                      ->10
    7     6    >   ECHO                                                     'First+option+chosen'
    8     7      > JMP                                                      ->10
   10     8    >   ECHO                                                     'Second+option+chosen'
   11     9      > JMP                                                      ->10
   12    10    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.87 ms | 1393 KiB | 13 Q