3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arrayKesusaian[1] = ["adasd",round((45/21)*100,1)]; echo $arrayKesusaian[1]; echo $arrayKesusaian[2];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZY3vO
function name:  (null)
number of ops:  13
compiled vars:  !0 = $arrayKesusaian
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_ARRAY                                       ~2      'adasd'
          1        INIT_FCALL                                               'round'
          2        SEND_VAL                                                 214.286
          3        SEND_VAL                                                 1
          4        DO_ICALL                                         $3      
          5        ADD_ARRAY_ELEMENT                                ~2      $3
          6        ASSIGN_DIM                                               !0, 1
          7        OP_DATA                                                  ~2
    3     8        FETCH_DIM_R                                      ~4      !0, 1
          9        ECHO                                                     ~4
    4    10        FETCH_DIM_R                                      ~5      !0, 2
         11        ECHO                                                     ~5
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.61 ms | 1394 KiB | 15 Q