3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.49 ms | 939 KiB | 16 Q