[skip ci] Fix various typos and grammar issues (#11143)

This commit is contained in:
Javier Eguiluz 2023-04-28 11:05:32 +02:00 committed by GitHub
parent 294d3e9eb5
commit 732d92c0e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 64 additions and 64 deletions

View file

@ -207,7 +207,7 @@ PHPAPI void php_register_variable_ex(const char *var_name, zval *val, zval *trac
zval_ptr_dtor_nogc(val);
/* do not output the error message to the screen,
this helps us to to avoid "information disclosure" */
this helps us to avoid "information disclosure" */
if (!PG(display_errors)) {
php_error_docref(NULL, E_WARNING, "Input variable nesting level exceeded " ZEND_LONG_FMT ". To increase the limit change max_input_nesting_level in php.ini.", PG(max_input_nesting_level));
}