3v4l.org

run code in 300+ PHP versions simultaneously
<?php $user = "user1"; $password = "password"; $users = array($user => $password); //$users[$user] = $password; print_r($users);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HLH4l
function name:  (null)
number of ops:  8
compiled vars:  !0 = $user, !1 = $password, !2 = $users
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'user1'
    3     1        ASSIGN                                                   !1, 'password'
    4     2        INIT_ARRAY                                       ~5      !1, !0
          3        ASSIGN                                                   !2, ~5
    6     4        INIT_FCALL                                               'print_r'
          5        SEND_VAR                                                 !2
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.89 ms | 1401 KiB | 16 Q