-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcpg.conf
More file actions
36 lines (35 loc) · 870 Bytes
/
cpg.conf
File metadata and controls
36 lines (35 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
cpg {
output = "out.cpg",
export = "out.dot",
files = [".php", ".inc"],
strictLinking = true,
strictParsing = false,
report = true,
forced = false,
activePasses = [
"MethodDefinition",
"MetaData",
"MethodsCreation",
"TypeCreation",
"CfgIntraBBCreation",
"CfgInterBBCreation",
"DeleteUnreachableCode",
"DataDependency",
"DeleteEmptyOpcodes",
"DeleteEmptyMethods",
"Inheritance",
"CreateStubMethods",
"CallFinishing",
"NamespaceMemberCreation",
"LocalIdentification"],
php {
7 {
interpreter = "/opt/php7-sp/bin/php"
phpini = "/opt/php7-sp/etc/"
}
8 {
interpreter = "/opt/php8.2.2-sp/bin/php"
phpini = "/opt/php8.2.2-sp/etc/"
}
}
}