3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach(array('T_FINALLY', 'T_INSTEADOF', 'T_TRAIT', 'T_TRAIT_C', 'T_YIELD') as $c) { echo $c, ': '; if(defined($c)) var_dump($c); else var_dump(-1); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 1, Position 2 = 16
Branch analysis from position: 1
2 jumps found. (Code = 78) Position 1 = 2, Position 2 = 16
Branch analysis from position: 2
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 12
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 1
Branch analysis from position: 1
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 1
Branch analysis from position: 1
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename:       /in/6qeXq
function name:  (null)
number of ops:  18
compiled vars:  !0 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E > > FE_RESET_R                                       $1      <array>, ->16
          1    > > FE_FETCH_R                                               $1, !0, ->16
    5     2    >   ECHO                                                     !0
          3        ECHO                                                     '%3A+'
    7     4        INIT_FCALL                                               'defined'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $2      
          7      > JMPZ                                                     $2, ->12
    8     8    >   INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
         11      > JMP                                                      ->15
   10    12    >   INIT_FCALL                                               'var_dump'
         13        SEND_VAL                                                 -1
         14        DO_ICALL                                                 
    3    15    > > JMP                                                      ->1
         16    >   FE_FREE                                                  $1
   11    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.24 ms | 1395 KiB | 17 Q