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
From a mail to feedback@: The array example on http://www.phpinternalsbook.com/zvals/memory_management.html#reference-counting-and-copy-on-write is incorrect, because the array will be separated due to copy on write, so that no circular reference is actually created. The example should use either references or objects.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From a mail to feedback@: The array example on http://www.phpinternalsbook.com/zvals/memory_management.html#reference-counting-and-copy-on-write is incorrect, because the array will be separated due to copy on write, so that no circular reference is actually created. The example should use either references or objects.
The text was updated successfully, but these errors were encountered: