We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc33356 commit 28b39f1Copy full SHA for 28b39f1
language/oop5/properties.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- $Revision$ -->
3
-<!-- EN-Revision: c1f37a6c270aadbbb3da56a3973ffd62197adf2b Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 801e7a15e8c9ee2d16966487dc9058d992450b46 Maintainer: takagi Status: ready -->
4
<!-- CREDITS: mumumu -->
5
6
<sect1 xml:id="language.oop5.properties" xmlns="http://docbook.org/ns/docbook">
@@ -327,6 +327,7 @@ $test->i++;
327
++$test->i;
328
$test->ary[] = 1;
329
$test->ary[0][] = 1;
330
+unset($test->ary[0]);
331
$ref =& $test->i;
332
$test->i =& $ref;
333
byRef($test->i);
0 commit comments