3v4l.org

run code in 300+ PHP versions simultaneously
<?php $th1is->logger->warning( $text, array_merge( $mixin, [ 'key' => $key, 'state' => $state, 'module' => 'cache' ], null !== $time ? [ 'time' => (int) $time // milliseconds ] : [], $itemStack ? ['keyStack' => $this->getItemStackKeys($itemStack)] : [] ) );
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 15
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
2 jumps found. (Code = 43) Position 1 = 18, Position 2 = 25
Branch analysis from position: 18
1 jumps found. (Code = 42) Position 1 = 26
Branch analysis from position: 26
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
2 jumps found. (Code = 43) Position 1 = 18, Position 2 = 25
Branch analysis from position: 18
Branch analysis from position: 25
filename:       /in/VSabP
function name:  (null)
number of ops:  31
compiled vars:  !0 = $th1is, !1 = $text, !2 = $mixin, !3 = $key, !4 = $state, !5 = $time, !6 = $itemStack
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_OBJ_R                                      ~7      !0, 'logger'
          1        INIT_METHOD_CALL                                         ~7, 'warning'
    4     2        SEND_VAR_EX                                              !1
    5     3        INIT_FCALL                                               'array_merge'
    6     4        SEND_VAR                                                 !2
    8     5        INIT_ARRAY                                       ~8      !3, 'key'
    9     6        ADD_ARRAY_ELEMENT                                ~8      !4, 'state'
   10     7        ADD_ARRAY_ELEMENT                                ~8      'cache', 'module'
          8        SEND_VAL                                                 ~8
   12     9        TYPE_CHECK                                  1020          !5
         10      > JMPZ                                                     ~9, ->15
   13    11    >   CAST                                          4  ~10     !5
         12        INIT_ARRAY                                       ~11     ~10, 'time'
         13        QM_ASSIGN                                        ~12     ~11
         14      > JMP                                                      ->16
   14    15    >   QM_ASSIGN                                        ~12     <array>
         16    >   SEND_VAL                                                 ~12
   15    17      > JMPZ                                                     !6, ->25
         18    >   FETCH_THIS                                       $13     
         19        INIT_METHOD_CALL                                         $13, 'getItemStackKeys'
         20        SEND_VAR_EX                                              !6
         21        DO_FCALL                                      0  $14     
         22        INIT_ARRAY                                       ~15     $14, 'keyStack'
         23        QM_ASSIGN                                        ~16     ~15
         24      > JMP                                                      ->26
         25    >   QM_ASSIGN                                        ~16     <array>
         26    >   SEND_VAL                                                 ~16
         27        DO_ICALL                                         $17     
         28        SEND_VAR_NO_REF_EX                                       $17
         29        DO_FCALL                                      0          
   17    30      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182.95 ms | 1396 KiB | 15 Q