3v4l.org

run code in 300+ PHP versions simultaneously
<?php $A = array('X', 'Y','Z'); $B = 'X'; $C = array('Y', 'Z'); if(in_array($B, $A) || in_array($C, $A)){ echo 'TRUEが返ります。'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 8, Position 2 = 13
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 14, Position 2 = 15
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
Branch analysis from position: 13
filename:       /in/1BneS
function name:  (null)
number of ops:  16
compiled vars:  !0 = $A, !1 = $B, !2 = $C
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, 'X'
    4     2        ASSIGN                                                   !2, <array>
    5     3        INIT_FCALL                                               'in_array'
          4        SEND_VAR                                                 !1
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $6      
          7      > JMPNZ_EX                                         ~7      $6, ->13
          8    >   INIT_FCALL                                               'in_array'
          9        SEND_VAR                                                 !2
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $8      
         12        BOOL                                             ~7      $8
         13    > > JMPZ                                                     ~7, ->15
    6    14    >   ECHO                                                     'TRUE%E3%81%8C%E8%BF%94%E3%82%8A%E3%81%BE%E3%81%99%E3%80%82'
    7    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.95 ms | 1394 KiB | 15 Q