Skip to content

var_info #1957

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed

var_info #1957

wants to merge 4 commits into from

Conversation

Fleshgrinder
Copy link
Contributor

@Fleshgrinder Fleshgrinder commented Jun 26, 2016

Proposal for a function that provides the ability to retrieve a human readable description of a variable’s current value for more useful debugging, error, and exception messages in PHP software.

Contains some code from #1935 since both are meant to create a coherent and consistent public API for developers to interact with variables together with the already existing functions like var_dump() or var_export().

@laruence laruence added the RFC label Jun 27, 2016
@thunderer
Copy link

IMHO such things belong to userspace as descriptions of variable values usually depend on what level of detail is required. I created a small library that does exactly what this RFC proposes without adding yet another function to already bloated root namespace of PHP stdlib.

@nikic
Copy link
Member

nikic commented Jul 23, 2016

Closing here as the RFC has been declined.

@nikic nikic closed this Jul 23, 2016
@Fleshgrinder Fleshgrinder deleted the rfc/var-info branch April 30, 2017 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants