Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
filename: /in/AtMR3
function name: (null)
number of ops: 40
compiled vars: !0 = $handler, !1 = $new_handler
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > INIT_FCALL 'function_exists'
1 SEND_VAL 'get_error_handler'
2 DO_ICALL $2
3 BOOL_NOT ~3 $2
4 > JMPZ ~3, ->7
4 5 > DECLARE_FUNCTION 'noop_error_handler'
6 6 DECLARE_FUNCTION 'get_error_handler'
13 7 > DECLARE_LAMBDA_FUNCTION ~4 [2]
8 ASSIGN !0, ~4
17 9 INIT_FCALL 'var_dump'
10 INIT_FCALL 'get_error_handler'
11 DO_ICALL $6
12 SEND_VAR $6
13 DO_ICALL
19 14 INIT_FCALL 'set_error_handler'
15 SEND_VAR !0
16 DO_ICALL
21 17 INIT_FCALL 'var_dump'
18 INIT_FCALL 'get_error_handler'
19 DO_ICALL $9
20 IS_IDENTICAL ~10 !0, $9
21 SEND_VAL ~10
22 DO_ICALL
23 23 DECLARE_LAMBDA_FUNCTION ~12 [3]
24 ASSIGN !1, ~12
27 25 INIT_FCALL 'var_dump'
26 INIT_FCALL 'get_error_handler'
27 DO_ICALL $14
28 SEND_VAR $14
29 DO_ICALL
29 30 INIT_FCALL 'set_error_handler'
31 SEND_VAR !1
32 DO_ICALL
31 33 INIT_FCALL 'var_dump'
34 INIT_FCALL 'get_error_handler'
35 DO_ICALL $17
36 IS_IDENTICAL ~18 !1, $17
37 SEND_VAL ~18
38 DO_ICALL
39 > RETURN 1
Dynamic Functions:
Dynamic Function 0
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/AtMR3
function name: noop_error_handler
number of ops: 1
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
5 0 E > > RETURN null
End of Dynamic Function 0
Dynamic Function 1
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/AtMR3
function name: get_error_handler
number of ops: 10
compiled vars: !0 = $handler
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
7 0 E > INIT_FCALL 'set_error_handler'
1 SEND_VAL 'noop_error_handler'
2 DO_ICALL $1
3 ASSIGN !0, $1
8 4 INIT_FCALL 'restore_error_handler'
5 DO_ICALL
9 6 VERIFY_RETURN_TYPE !0
7 > RETURN !0
10 8* VERIFY_RETURN_TYPE
9* > RETURN null
End of Dynamic Function 1
Dynamic Function 2
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/AtMR3
function name: {closure:/in/AtMR3:13}
number of ops: 8
compiled vars: !0 = $errno, !1 = $errstr, !2 = $errfile, !3 = $errline
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
13 0 E > RECV !0
1 RECV !1
2 RECV !2
3 RECV !3
14 4 CONCAT ~4 'Error%3A+', !1
5 CONCAT ~5 ~4, '%0A'
6 ECHO ~5
15 7 > RETURN null
End of Dynamic Function 2
Dynamic Function 3
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/AtMR3
function name: {closure:/in/AtMR3:23}
number of ops: 8
compiled vars: !0 = $errno, !1 = $errstr, !2 = $errfile, !3 = $errline
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
23 0 E > RECV !0
1 RECV !1
2 RECV !2
3 RECV !3
24 4 CONCAT ~4 'Error%3A+', !1
5 CONCAT ~5 ~4, '%0A'
6 ECHO ~5
25 7 > RETURN null
End of Dynamic Function 3
Generated using Vulcan Logic Dumper, using php 8.5.0