We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf847c commit 801e7a1Copy full SHA for 801e7a1
1 file changed
language/oop5/properties.xml
@@ -300,6 +300,7 @@ $test->i++;
300
++$test->i;
301
$test->ary[] = 1;
302
$test->ary[0][] = 1;
303
+unset($test->ary[0]);
304
$ref =& $test->i;
305
$test->i =& $ref;
306
byRef($test->i);
0 commit comments