mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] Fix various typos and grammar issues (#11143)
This commit is contained in:
parent
294d3e9eb5
commit
732d92c0e5
46 changed files with 64 additions and 64 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue