Skip to content

Commit a7c0504

Browse files
committed
Fixed occurrence of NULL that was outside of back-ticks.
1 parent a610388 commit a7c0504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/php-spec-draft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8583,7 +8583,7 @@ by value.
85838583

85848584
This instance method gets the value of the dynamic property ([§§](#dynamic-members))
85858585
designated by `$name`. If no such dynamic property currently exists,
8586-
NULL is returned.
8586+
`NULL` is returned.
85878587

85888588
Typically, `__get` is called implicitly, when the `->` operator ([§§](#member-selection-operator))
85898589
is used in a non-lvalue context and the named property is not visible.

0 commit comments

Comments
 (0)