3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x[] = 3; $x["mary"] = "max"; $x[] = 4; echo array_kyes($x); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QVCjk
function name:  (null)
number of ops:  11
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0
          1        OP_DATA                                                  3
    4     2        ASSIGN_DIM                                               !0, 'mary'
          3        OP_DATA                                                  'max'
    5     4        ASSIGN_DIM                                               !0
          5        OP_DATA                                                  4
    7     6        INIT_FCALL_BY_NAME                                       'array_kyes'
          7        SEND_VAR_EX                                              !0
          8        DO_FCALL                                      0  $4      
          9        ECHO                                                     $4
    9    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.16 ms | 1392 KiB | 13 Q