Skip to content

Commit e5551d5

Browse files
dktappsnikic
authored andcommitted
zend_compile.c: fix typo
Don't mind me, I just happened to be browsing this code. 🙃 Closes phpGH-6721. [ci skip]
1 parent dda0cea commit e5551d5

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
@@ -2902,7 +2902,7 @@ static zend_op *zend_delayed_compile_prop(znode *result, zend_ast *ast, uint32_t
29022902
opline = zend_delayed_compile_var(&obj_node, obj_ast, type, 0);
29032903
zend_separate_if_call_and_write(&obj_node, obj_ast, type);
29042904
if (nullsafe) {
2905-
/* We will push to the short_cirtcuiting_opnums stack in zend_delayed_compile_end(). */
2905+
/* We will push to the short_circuiting_opnums stack in zend_delayed_compile_end(). */
29062906
opline = zend_delayed_emit_op(NULL, ZEND_JMP_NULL, &obj_node, NULL);
29072907
if (opline->op1_type == IS_CONST) {
29082908
Z_TRY_ADDREF_P(CT_CONSTANT(opline->op1));

0 commit comments

Comments
 (0)