3v4l.org

run code in 300+ PHP versions simultaneously
<?php class E{function r($n,$c,$p){$this->e[$n][$p][]=$c;}function d($n){$p=$this->e[$n];krsort($p);foreach($p as $q){foreach($q as $r){$r();}}}}
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Y3q6D
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E > > RETURN                                                   1

Class E:
Function r:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Y3q6D
function name:  r
number of ops:  9
compiled vars:  !0 = $n, !1 = $c, !2 = $p
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
          0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
          3        FETCH_OBJ_W                                      $3      'e'
          4        FETCH_DIM_W                                      $4      $3, !0
          5        FETCH_DIM_W                                      $5      $4, !2
          6        ASSIGN_DIM                                               $5
          7        OP_DATA                                                  !1
          8      > RETURN                                                   null

End of function r

Function d:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 8, Position 2 = 16
Branch analysis from position: 8
2 jumps found. (Code = 78) Position 1 = 9, Position 2 = 16
Branch analysis from position: 9
2 jumps found. (Code = 77) Position 1 = 10, Position 2 = 14
Branch analysis from position: 10
2 jumps found. (Code = 78) Position 1 = 11, Position 2 = 14
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
Branch analysis from position: 14
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename:       /in/Y3q6D
function name:  d
number of ops:  18
compiled vars:  !0 = $n, !1 = $p, !2 = $q, !3 = $r
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
          0  E >   RECV                                             !0      
          1        FETCH_OBJ_R                                      ~4      'e'
          2        FETCH_DIM_R                                      ~5      ~4, !0
          3        ASSIGN                                                   !1, ~5
          4        INIT_FCALL                                               'krsort'
          5        SEND_REF                                                 !1
          6        DO_ICALL                                                 
          7      > FE_RESET_R                                       $8      !1, ->16
          8    > > FE_FETCH_R                                               $8, !2, ->16
          9    > > FE_RESET_R                                       $9      !2, ->14
         10    > > FE_FETCH_R                                               $9, !3, ->14
         11    >   INIT_DYNAMIC_CALL                                        !3
         12        DO_FCALL                                      0          
         13      > JMP                                                      ->10
         14    >   FE_FREE                                                  $9
         15      > JMP                                                      ->8
         16    >   FE_FREE                                                  $8
         17      > RETURN                                                   null

End of function d

End of class E.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
257.21 ms | 1400 KiB | 16 Q