mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix typo
This commit is contained in:
parent
39cd8c54e8
commit
a96f81e58a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ $a = "new string";
|
|||
user-land reference has been created. The "refcount" is set to <literal>1</literal> as
|
||||
there is only one symbol that makes use of this variable container. Note
|
||||
that references (i.e. "is_ref" is &true;) with "refcount" <literal>1</literal>, are
|
||||
treated as if they are no references (i.e. as "is_ref" was &false;). If you have <link
|
||||
treated as if they are not references (i.e. as "is_ref" was &false;). If you have <link
|
||||
xlink:href="&url.xdebug;">Xdebug</link> installed, you can display this
|
||||
information by calling <function>xdebug_debug_zval</function>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue