Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1e4me
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   INIT_FCALL                                               'preg_replace'
          1        SEND_VAL                                                 '%2F%5B%5Cs%2B%5D%2B%2F'
          2        SEND_VAL                                                 '+'
          3        INIT_FCALL                                               'removecommonwords'
          4        SEND_VAL                                                 'This+is+my+Title%21++It+is+about+Cats%2C+Dogs%2C+and+Furry+Animals.'
          5        DO_FCALL                                      0  $0      
          6        SEND_VAR                                                 $0
          7        DO_ICALL                                         $1      
          8        ECHO                                                     $1
   11     9      > RETURN                                                   1
Function removecommonwords:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1e4me
function name:  removeCommonWords
number of ops:  15
compiled vars:  !0 = $input, !1 = $commonWords
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
    5     1        ASSIGN                                                   !1, <array>
    7     2        INIT_FCALL                                               'preg_replace'
          3        INIT_FCALL                                               'implode'
          4        SEND_VAL                                                 '%7C'
          5        SEND_VAR                                                 !1
          6        DO_ICALL                                         $3      
          7        CONCAT                                           ~4      '%2F%5Cb%28', $3
          8        CONCAT                                           ~5      ~4, '%29%5Cb%2F'
          9        SEND_VAL                                                 ~5
         10        SEND_VAL                                                 ''
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $6      
         13      > RETURN                                                   $6
    8    14*     > RETURN                                                   null
End of function removecommonwords
Generated using Vulcan Logic Dumper, using php 8.0.0