3v4l.org

run code in 300+ PHP versions simultaneously
<?php $options['mail_type'] == 'Activation Outreach'; if (!in_array($options['mail_type'], FALSE)) {print "HELLO";} ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 11
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/j6ojM
function name:  (null)
number of ops:  12
compiled vars:  !0 = $options
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   FETCH_DIM_R                                      ~1      !0, 'mail_type'
          1        IS_EQUAL                                         ~2      ~1, 'Activation+Outreach'
          2        FREE                                                     ~2
          3        INIT_FCALL                                               'in_array'
          4        FETCH_DIM_R                                      ~3      !0, 'mail_type'
          5        SEND_VAL                                                 ~3
          6        SEND_VAL                                                 <false>
          7        DO_ICALL                                         $4      
          8        BOOL_NOT                                         ~5      $4
          9      > JMPZ                                                     ~5, ->11
         10    >   ECHO                                                     'HELLO'
         11    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.26 ms | 1385 KiB | 15 Q