3v4l.org

run code in 300+ PHP versions simultaneously
<?php $user=NULL; $p=array(""); $a=array("q"); var_dump($user['password']==$p); var_dump($a==$p);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3H5i9
function name:  (null)
number of ops:  13
compiled vars:  !0 = $user, !1 = $p, !2 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, null
    3     1        ASSIGN                                                   !1, <array>
    4     2        ASSIGN                                                   !2, <array>
    5     3        INIT_FCALL                                               'var_dump'
          4        FETCH_DIM_R                                      ~6      !0, 'password'
          5        IS_EQUAL                                         ~7      !1, ~6
          6        SEND_VAL                                                 ~7
          7        DO_ICALL                                                 
    6     8        INIT_FCALL                                               'var_dump'
          9        IS_EQUAL                                         ~9      !2, !1
         10        SEND_VAL                                                 ~9
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.51 ms | 1394 KiB | 15 Q