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

64 lines
1.9 KiB
JSON
Raw Normal View History

{
"references": {
"MyNamespace\\PHP_INT_MAX": [
"./constants5.php"
]
},
"definitions": {
"MyNamespace": {
"fqn": "MyNamespace",
"extends": [],
"isGlobal": true,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "MyNamespace",
"kind": 3,
"location": {
"uri": "./constants5.php"
},
"containerName": ""
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
},
"MyNamespace\\Mbstring": {
"fqn": "MyNamespace\\Mbstring",
"extends": [],
"isGlobal": true,
"isStatic": false,
"canBeInstantiated": true,
"symbolInformation": {
"name": "Mbstring",
"kind": 5,
"location": {
"uri": "./constants5.php"
},
"containerName": "MyNamespace"
},
"type": null,
"declarationLine": "class Mbstring",
"documentation": null
},
"MyNamespace\\Mbstring::MB_CASE_FOLD": {
"fqn": "MyNamespace\\Mbstring::MB_CASE_FOLD",
"extends": [],
"isGlobal": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "MB_CASE_FOLD",
"kind": 14,
"location": {
"uri": "./constants5.php"
},
"containerName": "MyNamespace\\Mbstring"
},
"type__class": "phpDocumentor\\Reflection\\Types\\Object_",
"type": {},
"declarationLine": "const MB_CASE_FOLD = PHP_INT_MAX;",
"documentation": null
}
}
}