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 a7c0504Copy full SHA for a7c0504
spec/php-spec-draft.md
@@ -8583,7 +8583,7 @@ by value.
8583
8584
This instance method gets the value of the dynamic property ([§§](#dynamic-members))
8585
designated by `$name`. If no such dynamic property currently exists,
8586
-NULL is returned.
+`NULL` is returned.
8587
8588
Typically, `__get` is called implicitly, when the `->` operator ([§§](#member-selection-operator))
8589
is used in a non-lvalue context and the named property is not visible.
0 commit comments