Skip to content

Commit 14881dc

Browse files
committed
Typo
1 parent bef80e5 commit 14881dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_execute.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ static bool zend_verify_weak_scalar_type_hint_no_sideeffect(uint32_t type_mask,
776776
bool bval;
777777

778778
/* Pass (uint32_t)-1 as arg_num to indicate to ZPP not to emit any deprecation notice,
779-
* this is needed because the version with side effects also uses 0 (e.g. for types properties) */
779+
* this is needed because the version with side effects also uses 0 (e.g. for typed properties) */
780780
if ((type_mask & MAY_BE_LONG) && zend_parse_arg_long_weak(arg, &lval, (uint32_t)-1)) {
781781
return 1;
782782
}

0 commit comments

Comments
 (0)