3v4l.org

run code in 300+ PHP versions simultaneously
<?php $users[923] = 'TelRev'; $users[100] = 'Skellington'; $users[1202] = 'CapnBlack'; $userids = array_keys($users); var_dump($userids); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2NlEr
function name:  (null)
number of ops:  14
compiled vars:  !0 = $users, !1 = $userids
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                               !0, 923
          1        OP_DATA                                                  'TelRev'
    3     2        ASSIGN_DIM                                               !0, 100
          3        OP_DATA                                                  'Skellington'
    4     4        ASSIGN_DIM                                               !0, 1202
          5        OP_DATA                                                  'CapnBlack'
    5     6        INIT_FCALL                                               'array_keys'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $5      
          9        ASSIGN                                                   !1, $5
    6    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                                 
    7    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.69 ms | 1394 KiB | 17 Q