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
The following code throws an erro:
<?php $this->bin = new Binn(); $data = $this->bin->serialize([ [ "Astrá", 6, ] ]); $this->bin->unserialize($data);
Error:
ErrorException {#2094 ▼ // vendor\knik\binn\src\BinnAbstract.php:457 #message: "unpack(): Type C: not enough input values, need 1 values but only 0 were provided" #code: 0 #file: " C:\Users\Administrator\Desktop\workspace\PCare\vendor \knik\binn\ src\BinnAbstract.php" #line: 454 #severity: E_WARNING
The error disapear if:
If I add other elements to array in any order, the exception occurr in the same way.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following code throws an erro:
Error:
The error disapear if:
If I add other elements to array in any order, the exception occurr in the same way.
The text was updated successfully, but these errors were encountered: