17 lines
840 B
JSON
17 lines
840 B
JSON
{
|
|
"schema_version": "1.0",
|
|
"roots": [
|
|
{ "id": "sym://php:public/index.php#main", "phase": "runtime", "source": "static" }
|
|
],
|
|
"nodes": [
|
|
{ "id": "sym://php:public/index.php#main", "name": "main", "kind": "function", "file": "public/index.php", "line": 1, "language": "php" },
|
|
{ "id": "sym://php:app/UploadController.php#handle", "name": "handle", "kind": "function", "file": "app/UploadController.php", "line": 1, "language": "php" },
|
|
{ "id": "sym://php:php.net#unserialize", "name": "unserialize", "kind": "function", "namespace": "php", "language": "php" }
|
|
],
|
|
"edges": [
|
|
{ "from": "sym://php:public/index.php#main", "to": "sym://php:app/UploadController.php#handle", "kind": "call" },
|
|
{ "from": "sym://php:app/UploadController.php#handle", "to": "sym://php:php.net#unserialize", "kind": "call" }
|
|
]
|
|
}
|
|
|