mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Review the usage of apostrophes in error messages
Closes GH-5590
This commit is contained in:
parent
2ad75ba784
commit
d30cd7d7e7
421 changed files with 907 additions and 897 deletions
|
@ -1124,7 +1124,7 @@ ZEND_FUNCTION(class_alias)
|
|||
RETURN_FALSE;
|
||||
}
|
||||
} else {
|
||||
zend_error(E_WARNING, "Class '%s' not found", ZSTR_VAL(class_name));
|
||||
zend_error(E_WARNING, "Class \"%s\" not found", ZSTR_VAL(class_name));
|
||||
RETURN_FALSE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue