Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/6ggI5
function name: (null)
number of ops: 13
compiled vars: !0 = $dbh
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
28 0 E > INIT_NS_FCALL_BY_NAME 'CatsMakeTerriblePets%5CGimmeTehPDOz'
1 SEND_VAL_EX ''
2 SEND_VAL_EX 'localhost'
3 SEND_VAL_EX 'mysql'
4 SEND_VAL_EX '3306'
5 SEND_VAL_EX 'root'
6 SEND_VAL_EX ''
7 DO_FCALL 0 $1
8 ASSIGN !0, $1
29 9 INIT_NS_FCALL_BY_NAME 'CatsMakeTerriblePets%5Cvar_dump'
10 SEND_VAR_EX !0
11 DO_FCALL 0
12 > RETURN 1
Function catsmaketerriblepets%5Cgimmetehpdoz:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 28
Branch analysis from position: 28
2 jumps found. (Code = 43) Position 1 = 30, Position 2 = 31
Branch analysis from position: 30
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 31
1 jumps found. (Code = 62) Position 1 = -2
Found catch point at position: 24
Branch analysis from position: 24
2 jumps found. (Code = 107) Position 1 = 25, Position 2 = -2
Branch analysis from position: 25
2 jumps found. (Code = 43) Position 1 = 30, Position 2 = 31
Branch analysis from position: 30
Branch analysis from position: 31
filename: /in/6ggI5
function name: CatsMakeTerriblePets\GimmeTehPDOz
number of ops: 33
compiled vars: !0 = $access, !1 = $host, !2 = $dbname, !3 = $port, !4 = $user, !5 = $pass, !6 = $dsn, !7 = $options, !8 = $dbh, !9 = $error, !10 = $e
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
4 0 E > RECV !0
1 RECV !1
2 RECV !2
3 RECV !3
4 RECV !4
5 RECV !5
6 6 CONCAT ~11 !0, '%3Ahost%3D'
7 CONCAT ~12 ~11, !1
8 CONCAT ~13 ~12, '%3Bdbname%3D'
9 CONCAT ~14 ~13, !2
10 CONCAT ~15 ~14, '%3Bport%3D'
11 CONCAT ~16 ~15, !3
12 ASSIGN !6, ~16
8 13 ASSIGN !7, <array>
12 14 ASSIGN !8, <false>
13 15 ASSIGN !9, <false>
16 16 NEW $21 'PDO'
17 SEND_VAR_EX !6
18 SEND_VAR_EX !4
19 SEND_VAR_EX !5
20 SEND_VAR_EX !7
21 DO_FCALL 0
22 ASSIGN !8, $21
23 > JMP ->28
19 24 E > > CATCH last 'PDOException'
20 25 > INIT_METHOD_CALL !10, 'getMessage'
26 DO_FCALL 0 $24
27 ASSIGN !9, $24
22 28 > BOOL_NOT ~26 !8
29 > JMPZ ~26, ->31
23 30 > > RETURN !9
24 31 > > RETURN !8
25 32* > RETURN null
End of function catsmaketerriblepets%5Cgimmetehpdoz
Generated using Vulcan Logic Dumper, using php 8.0.0