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: 7
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
10 0 E > INIT_FCALL 'removecommonwords'
1 SEND_VAL 'This+is+my+Title%21++It+is+about+Cats%2C+Dogs%2C+and+Furry+Animals.'
2 DO_FCALL 0 $0
3 FRAMELESS_ICALL_3 preg_replace ~1 '%2F%5B%5Cs%2B%5D%2B%2F', '+'
4 OP_DATA $0
5 ECHO ~1
11 6 > 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: 9
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 FRAMELESS_ICALL_2 implode ~3 '%7C', !1
3 CONCAT ~4 '%2F%5Cb%28', ~3
4 CONCAT ~5 ~4, '%29%5Cb%2F'
5 FRAMELESS_ICALL_3 preg_replace ~6 ~5, ''
6 OP_DATA !0
7 > RETURN ~6
8 8* > RETURN null
End of function removecommonwords
Generated using Vulcan Logic Dumper, using php 8.5.0