Skip to content

Commit 80b1d73

Browse files
committed
replace wrong token
1 parent b622768 commit 80b1d73

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
@@ -1818,7 +1818,7 @@ static zend_string *zend_resolve_nested_class_name(zend_ast *ast) /* {{{ */
18181818

18191819
full_name = zend_string_concat3(
18201820
ZSTR_VAL(outer_name), ZSTR_LEN(outer_name),
1821-
":>", 2,
1821+
"\\", 1,
18221822
ZSTR_VAL(inner_name), ZSTR_LEN(inner_name)
18231823
);
18241824

0 commit comments

Comments
 (0)