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

50 lines
1.4 KiB
JSON
Raw Normal View History

{
"references": {
"__CLASS__": [
"./magicConsts.php"
]
},
"definitions": {
"A": {
"fqn": "A",
"extends": [],
"isMember": false,
"roamed": false,
"isStatic": false,
"canBeInstantiated": true,
"symbolInformation": {
"name": "A",
"kind": 5,
"location": {
"uri": "./magicConsts.php"
},
"containerName": ""
},
"type": null,
"declarationLine": "class A {",
2017-12-10 05:10:43 +00:00
"documentation": null,
"signatureInformation": null
},
"A::$deprecationsTriggered": {
"fqn": "A::$deprecationsTriggered",
"extends": [],
"isMember": true,
"roamed": false,
"isStatic": true,
"canBeInstantiated": false,
"symbolInformation": {
"name": "deprecationsTriggered",
"kind": 7,
"location": {
"uri": "./magicConsts.php"
},
"containerName": "A"
},
2017-12-18 01:55:12 +00:00
"type__tostring": "bool[]",
"type": {},
"declarationLine": "private static $deprecationsTriggered;",
2017-12-10 05:10:43 +00:00
"documentation": null,
"signatureInformation": null
}
}
}