Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/GEMeT
function name: (null)
number of ops: 26
compiled vars: !0 = $text1, !1 = $text2, !2 = $regex, !3 = $matches
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 'I+wanna+match+pattern+1+which+is+very+different+from+pattern+2'
4 1 ASSIGN !1, 'I+wanna+match+pattern+2%2C+again+nothing+similar+with+pattern+1+here'
5 2 ASSIGN !2, '%2F%28%3FJ%29I+wanna+match+pattern+%28%3F%3Cnumber%3E1%29+which+is+very+different+from+pattern+2%7C%28%3F%3Cnumber%3E2%29%2C+again+nothing+similar+with+pattern+1+here%2F'
7 3 ECHO 'Pattern+1%0A'
8 4 INIT_FCALL 'preg_match_all'
5 SEND_VAR !2
6 SEND_VAR !0
7 SEND_REF !3
8 DO_ICALL
9 9 INIT_FCALL 'var_dump'
10 FETCH_DIM_R ~8 !3, 'number'
11 FETCH_DIM_R ~9 ~8, 0
12 SEND_VAL ~9
13 DO_ICALL
11 14 ECHO '%0A%0APattern+2%0A'
12 15 INIT_FCALL 'preg_match_all'
16 SEND_VAR !2
17 SEND_VAR !1
18 SEND_REF !3
19 DO_ICALL
13 20 INIT_FCALL 'var_dump'
21 FETCH_DIM_R ~12 !3, 'number'
22 FETCH_DIM_R ~13 ~12, 0
23 SEND_VAL ~13
24 DO_ICALL
25 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0