We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d409119 commit 6a1fd78Copy full SHA for 6a1fd78
Zend/zend_compile.c
@@ -7605,7 +7605,7 @@ static void zend_compile_attributes(
7605
zend_string *error = config->validator(attr, target, CG(active_class_entry));
7606
if (error != NULL) {
7607
if (delayed_target_validation == false) {
7608
- zend_error_noreturn(E_COMPILE_ERROR, ZSTR_VAL(error));
+ zend_error_noreturn(E_COMPILE_ERROR, "%s", ZSTR_VAL(error));
7609
}
7610
zend_string_efree(error);
7611
0 commit comments