Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/t2G7F
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   15     0  E >   INIT_FCALL                                               'getrating'
          1        SEND_VAL                                                 5
          2        SEND_VAL                                                 ''
          3        DO_FCALL                                      0  $0      
          4        ECHO                                                     $0
   16     5      > RETURN                                                   1
Function getrating:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 5
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 10
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/t2G7F
function name:  getRating
number of ops:  18
compiled vars:  !0 = $rating, !1 = $ret
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV_INIT                                        !1      ''
    4     2        IS_EQUAL                                                 !0, 0
          3      > JMPZ                                                     ~2, ->5
          4    > > RETURN                                                   !1
    5     5    >   IS_SMALLER                                               !0, 1
          6      > JMPZ                                                     ~3, ->10
    6     7    >   ASSIGN_OP                                     8          !1, '%3Cspan+class%3D%22fa+fa-star-half-empty%22%3E%3C%2Fspan%3E'
    7     8        ASSIGN_OP                                     2          !0, 0.5
    5     9      > JMP                                                      ->12
    9    10    >   ASSIGN_OP                                     8          !1, '%3Cspan+class%3D%22fa+fa-star%22%3E%3C%2Fspan%3E'
   10    11        ASSIGN_OP                                     2          !0, 1
   12    12    >   INIT_FCALL_BY_NAME                                       'getRating'
         13        SEND_VAR_EX                                              !0
         14        SEND_VAR_EX                                              !1
         15        DO_FCALL                                      0  $8      
         16      > RETURN                                                   $8
   13    17*     > RETURN                                                   null
End of function getrating
Generated using Vulcan Logic Dumper, using php 8.0.0