1
0
Fork 0
php-language-server/tests/Validation/cases/constants.php.expected.json

70 lines
2.0 KiB
JSON
Raw Normal View History

{
"references": {
"MyNamespace\\BYE": [
"./constants.php"
],
"BYE": [
"./constants.php"
]
},
"definitions": {
"MyNamespace": {
"fqn": "MyNamespace",
"extends": [],
"isGlobal": true,
"roamed": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "MyNamespace",
"kind": 3,
"location": {
"uri": "./constants.php"
},
"containerName": ""
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
"extends": [],
"isGlobal": true,
"roamed": false,
"isStatic": false,
"canBeInstantiated": true,
"symbolInformation": {
"name": "A",
"kind": 5,
"location": {
"uri": "./constants.php"
},
"containerName": "MyNamespace"
},
"type": null,
"declarationLine": "class A",
"documentation": null
},
"MyNamespace\\A::suite()": {
"fqn": "MyNamespace\\A::suite()",
"extends": [],
"isGlobal": false,
"roamed": false,
"isStatic": true,
"canBeInstantiated": false,
"symbolInformation": {
"name": "suite",
"kind": 6,
"location": {
"uri": "./constants.php"
},
"containerName": "MyNamespace\\A"
},
"type__tostring": "mixed",
"type": {},
"declarationLine": "public static function suite()",
"documentation": null
}
}
}