Home
last modified time | relevance | path

Searched refs:new_value (Results 26 – 36 of 36) sorted by relevance

12

/PHP-7.2/ext/mysqlnd/
H A Dphp_mysqlnd.c211 ZEND_ATOL(long_value, ZSTR_VAL(new_value)); in PHP_INI_MH()
/PHP-7.2/main/
H A Drfc1867.c873 unsigned char *new_value; local
875 …if ((size_t)-1 != zend_multibyte_encoding_converter(&new_value, &new_value_len, (unsigned char *)v…
877 value = (char *)new_value;
H A Dfastcgi.c452 void fcgi_set_in_shutdown(int new_value) in fcgi_set_in_shutdown() argument
454 in_shutdown = new_value; in fcgi_set_in_shutdown()
467 void fcgi_request_set_keep(fcgi_request *req, int new_value) in fcgi_request_set_keep() argument
469 req->keep = new_value; in fcgi_request_set_keep()
/PHP-7.2/ext/iconv/
H A Diconv.c232 if (ZSTR_LEN(new_value) >= ICONV_CSNMAXLEN) { in PHP_INI_MH()
238 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
245 if (ZSTR_LEN(new_value) >= ICONV_CSNMAXLEN) { in PHP_INI_MH()
251 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
258 if (ZSTR_LEN(new_value) >= ICONV_CSNMAXLEN) { in PHP_INI_MH()
264 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/PHP-7.2/ext/phar/
H A Dphar.c59 if (ZSTR_LEN(new_value) == 2 && !strcasecmp("on", ZSTR_VAL(new_value))) { in ZEND_INI_MH()
62 else if (ZSTR_LEN(new_value) == 3 && !strcasecmp("yes", ZSTR_VAL(new_value))) { in ZEND_INI_MH()
65 else if (ZSTR_LEN(new_value) == 4 && !strcasecmp("true", ZSTR_VAL(new_value))) { in ZEND_INI_MH()
69 ini = (zend_bool) atoi(ZSTR_VAL(new_value)); in ZEND_INI_MH()
186 PHAR_G(cache_list) = ZSTR_VAL(new_value); in ZEND_INI_MH()
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c443 int new_value = 0; in sxe_prop_dim_write() local
528 new_value = 1; in sxe_prop_dim_write()
536 new_value = 1; in sxe_prop_dim_write()
580 if (new_value) { in sxe_prop_dim_write()
659 if (new_value) { in sxe_prop_dim_write()
/PHP-7.2/ext/standard/
H A Dbasic_functions.c5464 zend_string *new_value; local
5469 Z_PARAM_STR(new_value)
5498 if (php_check_open_basedir(ZSTR_VAL(new_value))) {
5505 …if (zend_alter_ini_entry_ex(varname, new_value, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0) == FAILURE…
5530 zend_string *new_value; local
5535 Z_PARAM_PATH_STR(new_value)
5547 if (zend_alter_ini_entry_ex(key, new_value, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0) == FAILURE) {
/PHP-7.2/ext/soap/
H A Dsoap.c479 *p = (char)atoi(ZSTR_VAL(new_value)); in ZEND_GET_MODULE()
490 if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) != NULL) { in PHP_INI_MH()
495 if ((p = strchr(ZSTR_VAL(new_value), ';'))) { in PHP_INI_MH()
502 p = ZSTR_VAL(new_value); in PHP_INI_MH()
510 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg.c65 if (!new_value) { in PHP_INI_MH()
69 return phpdbg_eol_global_update(ZSTR_VAL(new_value)); in PHP_INI_MH()
/PHP-7.2/ext/opcache/
H A DZendAccelerator.c218 int ret = orig_include_path_on_modify(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
221 ZCG(include_path) = new_value; in ZEND_INI_MH()
/PHP-7.2/ext/date/
H A Dphp_date.c987 if (OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage) == FAILURE) { in PHP_INI_MH()

Completed in 116 milliseconds

12