mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Whitespace fixes
Don't Adafy the code, Jani :)
This commit is contained in:
parent
43bd681c34
commit
c06c27af73
1 changed files with 18 additions and 21 deletions
|
@ -2301,10 +2301,7 @@ PHP_FUNCTION(ini_set)
|
||||||
RETVAL_FALSE;
|
RETVAL_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (zend_alter_ini_entry( Z_STRVAL_PP(varname),
|
if (zend_alter_ini_entry(Z_STRVAL_PP(varname), Z_STRLEN_PP(varname)+1, Z_STRVAL_PP(new_value), Z_STRLEN_PP(new_value),
|
||||||
Z_STRLEN_PP(varname) + 1,
|
|
||||||
Z_STRVAL_PP(new_value),
|
|
||||||
Z_STRLEN_PP(new_value),
|
|
||||||
PHP_INI_USER, PHP_INI_STAGE_RUNTIME) == FAILURE) {
|
PHP_INI_USER, PHP_INI_STAGE_RUNTIME) == FAILURE) {
|
||||||
zval_dtor(return_value);
|
zval_dtor(return_value);
|
||||||
RETURN_FALSE;
|
RETURN_FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue