| /PHP_5_4/sapi/fpm/fpm/ |
| H A D | fpm_php.c | 26 static int fpm_php_zend_ini_alter_master(char *name, int name_length, char *new_value, int new_value_length, int mode, int stage TSRMLS_DC) /* {{{ */ argument 35 duplicate = strdup(new_value);
|
| H A D | zlog.c | 90 int zlog_set_level(int new_value) /* {{{ */ argument 94 if (new_value < ZLOG_DEBUG || new_value > ZLOG_ALERT) return old_value; 96 zlog_level = new_value;
|
| H A D | zlog.h | 14 int zlog_set_level(int new_value);
|
| H A D | fastcgi.c | 231 void fcgi_set_in_shutdown(int new_value) argument 233 in_shutdown = new_value;
|
| /PHP_5_4/Zend/ |
| H A D | zend_ini.c | 247 ZEND_API int zend_alter_ini_entry(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage) /* {{{ */ argument 251 return zend_alter_ini_entry_ex(name, name_length, new_value, new_value_length, modify_type, stage, 0 TSRMLS_CC); 255 ZEND_API int zend_alter_ini_entry_ex(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage, int force_change TSRMLS_DC) /* {{{ */ argument 291 duplicate = estrndup(new_value, new_value_length); 562 if (new_value_length == 2 && strcasecmp("on", new_value) == 0) { 565 else if (new_value_length == 3 && strcasecmp("yes", new_value) == 0) { 568 else if (new_value_length == 4 && strcasecmp("true", new_value) == 0) { 572 *p = (zend_bool) atoi(new_value); 591 *p = zend_atol(new_value, new_value_length); 607 tmp = zend_atol(new_value, new_value_lengt [all...] |
| H A D | zend_multibyte.c | 183 ZEND_API int zend_multibyte_set_script_encoding_by_string(const char *new_value, size_t new_value_length TSRMLS_DC) argument 188 if (!new_value) { 193 if (FAILURE == zend_multibyte_parse_encoding_list(new_value, new_value_length, &list, &size, 1 TSRMLS_CC)) {
|
| H A D | zend_multibyte.h | 76 ZEND_API int zend_multibyte_set_script_encoding_by_string(const char *new_value, size_t new_value_length TSRMLS_DC);
|
| H A D | zend.c | 71 if (!new_value) { 74 EG(error_reporting) = atoi(new_value); 82 OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); 100 return zend_multibyte_set_script_encoding_by_string(new_value, new_value_length TSRMLS_CC);
|
| H A D | zend_ini.h | 60 #define ZEND_INI_MH(name) int name(zend_ini_entry *entry, char *new_value, uint new_value_length, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage TSRMLS_DC) 97 ZEND_API int zend_alter_ini_entry(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage); 98 ZEND_API int zend_alter_ini_entry_ex(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage, int force_change TSRMLS_DC);
|
| /PHP_5_4/ext/com_dotnet/ |
| H A D | com_extension.c | 273 if (!new_value || !new_value[0] || (typelib_file = VCWD_FOPEN(new_value, "r"))==NULL) {
|
| /PHP_5_4/ext/dba/ |
| H A D | dba.c | 460 if (!strlen(new_value)) { 462 return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); 465 for (hptr = handler; hptr->name && strcasecmp(hptr->name, new_value); hptr++); 468 php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such handler: %s", new_value); 472 return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
|
| /PHP_5_4/ext/exif/ |
| H A D | exif.c | 179 if (new_value && new_value_length) { 182 if (FAILURE == zend_multibyte_parse_encoding_list(new_value, new_value_length, 184 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal encoding ignored: '%s'", new_value); 189 return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); 194 if (new_value) { 197 if (FAILURE == zend_multibyte_parse_encoding_list(new_value, new_value_length, 199 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal encoding ignored: '%s'", new_value); 204 return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); 2446 size_t new_size, new_move, new_value; local 2474 new_value [all...] |
| /PHP_5_4/ext/filter/ |
| H A D | filter.c | 162 if ((strcasecmp(new_value, filter_list[i].name) == 0)) { 177 if (!new_value) { 180 IF_G(default_filter_flags) = atoi(new_value);
|
| /PHP_5_4/ext/mbstring/ |
| H A D | mbstring.h | 154 int _php_mb_ini_mbstring_internal_encoding_set(const char *new_value, uint new_value_length TSRMLS_DC);
|
| /PHP_5_4/ext/session/ |
| H A D | session.c | 520 tmp = _php_find_ps_module(new_value TSRMLS_CC); 533 php_error_docref(NULL TSRMLS_CC, err_type, "Cannot find save handler '%s'", new_value); 550 tmp = _php_find_ps_serializer(new_value TSRMLS_CC); 563 php_error_docref(NULL TSRMLS_CC, err_type, "Cannot find serialization handler '%s'", new_value); 577 if (!strncasecmp(new_value, "on", sizeof("on"))) { 580 PS(use_trans_sid) = (zend_bool) atoi(new_value); 593 if (memchr(new_value, '\0', new_value_length) != NULL) { 598 if ((p = strchr(new_value, ';'))) { 605 p = new_value; 613 OnUpdateString(entry, new_value, new_value_lengt [all...] |
| /PHP_5_4/ext/standard/ |
| H A D | assert.c | 61 if (new_value && (ASSERTG(callback) || new_value_length)) { 63 ZVAL_STRINGL(ASSERTG(callback), new_value, new_value_length, 1); local 69 if (new_value && new_value_length) { 71 memcpy(ASSERTG(cb), new_value, new_value_length); local
|
| H A D | basic_functions.c | 5377 char *varname, *new_value; local 5381 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &varname, &varname_len, &new_value, &new_value_len) == FAILURE) { 5403 if (php_check_open_basedir(new_value TSRMLS_CC)) { 5410 if (zend_alter_ini_entry_ex(varname, varname_len + 1, new_value, new_value_len, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0 TSRMLS_CC) == FAILURE) { 5436 char *new_value; local 5440 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &new_value, &new_value_len) == FAILURE) { 5452 if (zend_alter_ini_entry_ex("include_path", sizeof("include_path"), new_value, new_value_len, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0 TSRMLS_CC) == FAILURE) {
|
| H A D | browscap.c | 323 if (VCWD_REALPATH(new_value, bdata->filename) == NULL) {
|
| H A D | url_scanner_ex.re | 54 tmp = estrndup(new_value, new_value_length);
|
| /PHP_5_4/ext/tidy/ |
| H A D | tidy.c | 1117 if (new_value_length==2 && strcasecmp("on", new_value)==0) { 1119 } else if (new_value_length==3 && strcasecmp("yes", new_value)==0) { 1121 } else if (new_value_length==4 && strcasecmp("true", new_value)==0) { 1124 value = (zend_bool) atoi(new_value); 1140 status = OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
|
| /PHP_5_4/ext/zlib/ |
| H A D | zlib.c | 871 if (new_value == NULL) { 875 if (!strncasecmp(new_value, "off", sizeof("off"))) { 876 new_value = "0"; 878 } else if (!strncasecmp(new_value, "on", sizeof("on"))) { 879 new_value = "1"; 883 int_value = zend_atoi(new_value, new_value_length); 898 status = OnUpdateLong(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); 919 return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
|
| /PHP_5_4/main/ |
| H A D | fopen_wrappers.c | 97 *p = new_value; 104 *p = new_value; 109 if (!new_value || !*new_value) { 114 ptr = pathbuf = estrdup(new_value); 131 *p = new_value;
|
| H A D | main.c | 160 int i = atoi(new_value); 174 if (new_value) { 175 PG(memory_limit) = zend_atol(new_value, new_value_length); 315 EG(timeout_seconds) = atoi(new_value); 319 EG(timeout_seconds) = atoi(new_value); 360 PG(display_errors) = (zend_bool) php_get_display_errors_mode(new_value, new_value_length); 419 if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value && strcmp(new_value, "syslog")) { 420 if (PG(open_basedir) && php_check_open_basedir(new_value TSRMLS_CC)) { 424 OnUpdateString(entry, new_value, new_value_lengt [all...] |
| /PHP_5_4/sapi/apache_hooks/ |
| H A D | php_apache.c | 211 char *old_value, *new_value = NULL; local 215 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &new_value, &new_value_len) == FAILURE) { 224 if (new_value) { 225 *target = ap_pstrdup(r->pool, new_value); 262 long old_value, new_value; local 265 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &new_value) == FAILURE) { 278 *target = new_value;
|
| /PHP_5_4/ext/mysqlnd/ |
| H A D | php_mysqlnd.c | 241 long long_value = atol(new_value);
|