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
[task] a.10[] = 1 a.10[] = 2 a.20[] = 3 a.20[] = 4 output: Array ( [a] => Array ( [10] => Array ( [0] => 1 [1] => 2 ) [11] => Array ( [0] => 3 [1] => 4 ) ) )
The text was updated successfully, but these errors were encountered:
Hey @zuozhehao,
This looks to be related to #12725. It should be fixed in 3.4.2 :)
Sorry, something went wrong.
Fixed in the 3.4.x branch. Feel free to open a new issue if the problem appears again. Thank you for contributing.
3.4.x
No branches or pull requests
The text was updated successfully, but these errors were encountered: