Use "must not" instead of "cannot" wording

This commit is contained in:
Gina Peter Bnayard 2024-08-20 13:45:39 +02:00 committed by Gina Peter Banyard
parent c811d58953
commit 5853cdb73d
157 changed files with 281 additions and 281 deletions

View file

@ -2500,7 +2500,7 @@ PHP_FUNCTION(parse_ini_file)
ZEND_PARSE_PARAMETERS_END();
if (ZSTR_LEN(filename) == 0) {
zend_argument_cannot_be_empty_error(1);
zend_argument_must_not_be_empty_error(1);
RETURN_THROWS();
}