Recently I was looking for some constants variable in my xdebug session but I didn’t find them. Only way I can see them is the watch variable menu. Isn’t it a constant a super global? Where can I find them?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See here: How do I examine defined constants in PHP?
Doesn’t look you can view constants in xdebug, but you can set a var of what’s been defined up to that point.