3v4l.org

run code in 500+ PHP versions simultaneously
<?php // suspicious and legit if (in_array($a, $b, $c === true)) {} // could it be this one? if (in_array($a, $b, $c) === true) {}
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 4
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 8
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
Branch analysis from position: 4
filename:       /in/YN2FK
function name:  (null)
number of ops:  9
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   TYPE_CHECK                                        8  ~3      !2
          1        FRAMELESS_ICALL_3                in_array            ~4      !0, !1
          2        OP_DATA                                                      ~3
          3      > JMPZ                                                         ~4, ->4
    7     4    >   FRAMELESS_ICALL_3                in_array            ~5      !0, !1
          5        OP_DATA                                                      !2
          6        TYPE_CHECK                                        8          ~5
          7      > JMPZ                                                         ~6, ->8
          8    > > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
146.25 ms | 3560 KiB | 13 Q