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.
2 parents 7b96ede + 1ff4a02 commit 2857da4Copy full SHA for 2857da4
spec/php-spec-draft.md
@@ -691,8 +691,8 @@ value assignment and byRef assignment.
691
692
####Value Assignment of Scalar Types to a Local Variable
693
Value assignment is the primary means by which the programmer can create
694
-local variables. If a local variable appears on the left-hand side of
695
-value assignment does not exist, the engine will bring a new local
+local variables. If a local variable that appears on the left-hand side
+of value assignment does not exist, the engine will bring a new local
696
variable into existence and create a VSlot and initial VStore for
697
storing the local variable's value.
698
0 commit comments