Why is the refcount of the phpstatic variable 2 and is_ref 1? -Php Tutorial

Source: Internet
Author: User
{Code...} why is the output after execution a :( refcount1, is_ref0) 1b :( refcount2, is_ref1) 1static variable and common variable so different?


  

Why is output after execution
A: (refcount = 1, is_ref = 0) = 1
B: (refcount = 2, is_ref = 1) = 1
Why is the difference between static variables and common variables?

Reply content:


  

Why is output after execution
A: (refcount = 1, is_ref = 0) = 1
B: (refcount = 2, is_ref = 1) = 1
Why is the difference between static variables and common variables?

Refcount indicates the count. if it is 0, it is destroyed.
If Unset is used, the value is reduced by 1.
Is_ref indicates reference
Conjecture: the content in this table variable is another memory address (that is, the actual content). then unset will only delete this variable and will not delete the content in this memory address.
Http://php.net/manual/zh/features.gc.refcounting-basics.php

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.