Skip to content

Commit c77a97d

Browse files
committed
Fix comment in zend_compile.h
1 parent 978ba6e commit c77a97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_compile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ ZEND_API zend_string *zend_type_to_string(zend_type type);
10531053
#define ZEND_ARRAY_SYNTAX_LIST 1 /* list() */
10541054
#define ZEND_ARRAY_SYNTAX_LONG 2 /* array() */
10551055
#define ZEND_ARRAY_SYNTAX_SHORT 3 /* [] */
1056-
#define ZEND_ARRAY_SYNTAX_FUNCTION 4 /* [] */
1056+
#define ZEND_ARRAY_SYNTAX_FUNCTION 4 /* array(key: "val") */
10571057

10581058
/* var status for backpatching */
10591059
#define BP_VAR_R 0

0 commit comments

Comments
 (0)