Skip to content

Commit 70b1b46

Browse files
authored
Typo fix
1 parent 98319b3 commit 70b1b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6436,7 +6436,7 @@ static void zend_compile_pipe(znode *result, zend_ast *ast)
64366436
znode operand_result;
64376437
zend_compile_expr(&operand_result, operand_ast);
64386438

6439-
/* Wrap simple values in a ZEND_QM__ASSIGN opcode to ensure references
6439+
/* Wrap simple values in a ZEND_QM_ASSIGN opcode to ensure references
64406440
* always fail. They will already fail in complex cases like arrays,
64416441
* so those don't need a wrapper. */
64426442
znode wrapped_operand_result;

0 commit comments

Comments
 (0)