We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When you attempt to dump a binary string or anything containing one (like an array or an object), Ray does not dump anything. It just fails silently.
Versions
Ray version (you can see this in "About Ray"): 2.8.1
You can use composer show to get the version numbers of:
composer show
PHP version: 8.2.17 Laravel version (if applicable): 11.18.1
To Reproduce
Add this in your code:
ray(hex2bin('ae0f3d'));
Expected behavior
Ray should display this (like the console when dump is used):
dump
b"®\x0F="
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
sebastienhenau
timvandijck
No branches or pull requests
Describe the bug
When you attempt to dump a binary string or anything containing one (like an array or an object), Ray does not dump anything. It just fails silently.
Versions
Ray version (you can see this in "About Ray"): 2.8.1
You can use
composer show
to get the version numbers of:PHP version: 8.2.17
Laravel version (if applicable): 11.18.1
To Reproduce
Add this in your code:
Expected behavior
Ray should display this (like the console when
dump
is used):Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: