Skip to content
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

Rewrite debug_zval_dump manual based on current (>=7.0) behaviour #466

Closed
wants to merge 1 commit into from

Commits on Feb 28, 2021

  1. Rewrite debug_zval_dump manual based on current (>=7.0) behaviour

    - The recommended use of a call-time pass-by-reference has been
      impossible since PHP 5.4, making the examples unusable.
    - The re-design of references in PHP 7.0 means that the refcount
      no longer reflects these.
    IMSoP committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    d92ed87 View commit details
    Browse the repository at this point in the history