Skip to content

Commit 59d4a89

Browse files
%s
1 parent c2c6bda commit 59d4a89

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
@@ -7602,7 +7602,7 @@ static void zend_compile_attributes(
76027602
zend_string *error = config->validator(attr, target, CG(active_class_entry));
76037603
if (error != NULL) {
76047604
if (delayed_target_validation == false) {
7605-
zend_error_noreturn(E_COMPILE_ERROR, ZSTR_VAL(error));
7605+
zend_error_noreturn(E_COMPILE_ERROR, "%s", ZSTR_VAL(error));
76067606
}
76077607
zend_string_efree(error);
76087608
}

0 commit comments

Comments
 (0)