Home
last modified time | relevance | path

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

12

/php-src/ext/iconv/
H A Diconv.c172 if (ZSTR_LEN(new_value) >= ICONV_CSNMAXLEN) { in PHP_INI_MH()
178 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
185 if (ZSTR_LEN(new_value) >= ICONV_CSNMAXLEN) { in PHP_INI_MH()
191 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
198 if (ZSTR_LEN(new_value) >= ICONV_CSNMAXLEN) { in PHP_INI_MH()
204 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/php-src/ext/zend_test/
H A Dtest.c672 if (new_value == NULL) { in PHP_INI_MH()
676 int int_value = zend_ini_parse_bool(new_value); in PHP_INI_MH()
696 return OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/php-src/main/
H A Drfc1867.c853 unsigned char *new_value; local
855 …if ((size_t)-1 != zend_multibyte_encoding_converter(&new_value, &new_value_len, (unsigned char *)v…
857 value = (char *)new_value;
H A Dfastcgi.c446 void fcgi_set_in_shutdown(int new_value) in fcgi_set_in_shutdown() argument
448 in_shutdown = new_value; in fcgi_set_in_shutdown()
461 void fcgi_request_set_keep(fcgi_request *req, int new_value) in fcgi_request_set_keep() argument
463 req->keep = new_value; in fcgi_request_set_keep()
/php-src/ext/bcmath/
H A Dbcmath.c68 tmp = zend_ini_parse_quantity_warn(new_value, entry->name); in ZEND_GET_MODULE()
/php-src/ext/tidy/
H A Dtidy.c905 value = zend_ini_parse_bool(new_value); in PHP_INI_MH()
920 status = OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/php-src/ext/soap/
H A Dsoap.c249 *p = (char)atoi(ZSTR_VAL(new_value)); in ZEND_GET_MODULE()
259 if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) != NULL) { in PHP_INI_MH()
264 if ((p = strchr(ZSTR_VAL(new_value), ';'))) { in PHP_INI_MH()
271 p = ZSTR_VAL(new_value); in PHP_INI_MH()
279 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/php-src/ext/pcre/
H A Dphp_pcre.c334 OnUpdateLong(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
344 OnUpdateLong(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
355 OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/php-src/ext/standard/
H A Dfile.c156 if (zend_ini_parse_bool(new_value)) { in PHP_INI_MH()
159 return OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/php-src/ext/date/
H A Dphp_date.c533 if (new_value && !timelib_timezone_id_is_valid(ZSTR_VAL(new_value), DATE_TIMEZONEDB)) { in PHP_INI_MH()
537 ZSTR_VAL(new_value), in PHP_INI_MH()
543 if (OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage) == FAILURE) { in PHP_INI_MH()
/php-src/ext/phar/
H A Dphar.c58 ini = zend_ini_parse_bool(new_value); in ZEND_INI_MH()
170 PHAR_G(cache_list) = ZSTR_VAL(new_value); in ZEND_INI_MH()
/php-src/ext/opcache/
H A DZendAccelerator.c251 int ret = orig_include_path_on_modify(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
254 ZCG(include_path) = new_value; in ZEND_INI_MH()
/php-src/ext/ffi/
H A Dffi.c5247 if (zend_string_equals_literal_ci(new_value, "preload")) { in ZEND_INI_MH()
5250 FFI_G(restriction) = (zend_ffi_api_restriction)zend_ini_parse_bool(new_value); in ZEND_INI_MH()

Completed in 130 milliseconds

12