Skip to content

Commit 6a1fd78

Browse files
%s
1 parent d409119 commit 6a1fd78

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

0 commit comments

Comments
 (0)