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

48 lines
1.3 KiB
JSON

{
"references": {
"MY_CONSTANT": [
"./constantsInFunctionParamDefault.php"
]
},
"definitions": {
"A": {
"fqn": "A",
"extends": [],
"isMember": false,
"roamed": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "A",
"kind": 11,
"location": {
"uri": "./constantsInFunctionParamDefault.php"
},
"containerName": ""
},
"type": null,
"declarationLine": "interface A {",
"documentation": null
},
"A->b()": {
"fqn": "A->b()",
"extends": [],
"isMember": true,
"roamed": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "b",
"kind": 6,
"location": {
"uri": "./constantsInFunctionParamDefault.php"
},
"containerName": "A"
},
"type__tostring": "mixed",
"type": {},
"declarationLine": "function b ($a = MY_CONSTANT);",
"documentation": null
}
}
}