3v4l.org

run code in 300+ PHP versions simultaneously
<?php $exclude = array('test'); $password = 'test'; while ( in_array($password,$test) ) { echo 'yes'; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 9, Position 2 = 3
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 9, Position 2 = 3
Branch analysis from position: 9
Branch analysis from position: 3
filename:       /in/kqAvp
function name:  (null)
number of ops:  10
compiled vars:  !0 = $exclude, !1 = $password, !2 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, 'test'
    6     2      > JMP                                                      ->4
    7     3    >   ECHO                                                     'yes'
    6     4    >   INIT_FCALL                                               'in_array'
          5        SEND_VAR                                                 !1
          6        SEND_VAR                                                 !2
          7        DO_ICALL                                         $5      
          8      > JMPNZ                                                    $5, ->3
    8     9    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.28 ms | 1394 KiB | 15 Q