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 a610388 commit 6a16862Copy full SHA for 6a16862
spec/php-spec-draft.md
@@ -8599,7 +8599,7 @@ expressions are equivalent; that is; when handling `p->m` in a non-lvalue
8599
context, if no visible property by that name is found, a dynamic
8600
property is assumed, and `__get` is called.
8601
8602
-Consider the expression $`v = $p->m = 5`, where `m` is a dynamic
+Consider the expression `$v = $p->m = 5`, where `m` is a dynamic
8603
property. While `__set` ([§§](#method-__set)) is called to assign the value 5 to
8604
that property, `__get` is not called to retrieve the result after that
8605
assignment is complete.
0 commit comments