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

68 lines
1.8 KiB
JSON

{
"references": {
"B->hi": [
"./stringVariable.php"
]
},
"definitions": {
"B": {
"fqn": "B",
"extends": [],
"isGlobal": true,
"roamed": false,
"isStatic": false,
"canBeInstantiated": true,
"symbolInformation": {
"name": "B",
"kind": 5,
"location": {
"uri": "./stringVariable.php"
},
"containerName": ""
},
"type": null,
"declarationLine": "class B",
"documentation": null
},
"B->hi": {
"fqn": "B->hi",
"extends": [],
"isGlobal": false,
"roamed": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "hi",
"kind": 7,
"location": {
"uri": "./stringVariable.php"
},
"containerName": "B"
},
"type__tostring": "int",
"type": {},
"declarationLine": "public $hi;",
"documentation": null
},
"B->a()": {
"fqn": "B->a()",
"extends": [],
"isGlobal": false,
"roamed": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "a",
"kind": 6,
"location": {
"uri": "./stringVariable.php"
},
"containerName": "B"
},
"type__tostring": "mixed",
"type": {},
"declarationLine": "function a () {",
"documentation": null
}
}
}