value_length 3688 Zend/zend_API.c ZEND_API int zend_declare_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_t value_length TSRMLS_DC) /* {{{ */ value_length 3694 Zend/zend_API.c ZVAL_STRINGL(constant, zend_strndup(value, value_length), value_length, 0); value_length 3697 Zend/zend_API.c ZVAL_STRINGL(constant, value, value_length, 1); value_length 322 Zend/zend_API.h ZEND_API int zend_declare_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_t value_length TSRMLS_DC); value_length 332 Zend/zend_API.h ZEND_API void zend_update_property_stringl(zend_class_entry *scope, zval *object, const char *name, int name_length, const char *value, int value_length TSRMLS_DC); value_length 340 Zend/zend_API.h ZEND_API int zend_update_static_property_stringl(zend_class_entry *scope, const char *name, int name_length, const char *value, int value_length TSRMLS_DC); value_length 68 Zend/zend_ini.c ini_entry->value_length = ini_entry->orig_value_length; value_length 210 Zend/zend_ini.c hashed_ini_entry->value_length = Z_STRLEN(default_value); value_length 216 Zend/zend_ini.c hashed_ini_entry->on_modify(hashed_ini_entry, hashed_ini_entry->value, hashed_ini_entry->value_length, hashed_ini_entry->mh_arg1, hashed_ini_entry->mh_arg2, hashed_ini_entry->mh_arg3, ZEND_INI_STAGE_STARTUP TSRMLS_CC); value_length 234 Zend/zend_ini.c p->on_modify(p, p->value, p->value_length, p->mh_arg1, p->mh_arg2, p->mh_arg3, stage TSRMLS_CC); value_length 285 Zend/zend_ini.c ini_entry->orig_value_length = ini_entry->value_length; value_length 299 Zend/zend_ini.c ini_entry->value_length = new_value_length; value_length 445 Zend/zend_ini.c display_string_length = ini_entry->value_length; value_length 471 Zend/zend_ini.c tmp_value_len = ini_entry->value_length; value_length 74 Zend/zend_ini.h uint value_length; value_length 4865 Zend/zend_vm_def.h EG(error_reporting_ini_entry)->orig_value_length = EG(error_reporting_ini_entry)->value_length; value_length 4873 Zend/zend_vm_def.h EG(error_reporting_ini_entry)->value_length = sizeof("0")-1; value_length 4904 Zend/zend_vm_def.h EG(error_reporting_ini_entry)->value_length = Z_STRLEN(restored_error_reporting); value_length 1005 Zend/zend_vm_execute.h EG(error_reporting_ini_entry)->orig_value_length = EG(error_reporting_ini_entry)->value_length; value_length 1013 Zend/zend_vm_execute.h EG(error_reporting_ini_entry)->value_length = sizeof("0")-1; value_length 8619 Zend/zend_vm_execute.h EG(error_reporting_ini_entry)->value_length = Z_STRLEN(restored_error_reporting); value_length 693 ext/mbstring/mbstring.c php_mb_parse_encoding_list(const char *value, size_t value_length, const mbfl_encoding ***return_list, size_t *return_size, int persistent TSRMLS_DC) value_length 701 ext/mbstring/mbstring.c if (value == NULL || value_length <= 0) { value_length 711 ext/mbstring/mbstring.c if (value[0]=='"' && value[value_length-1]=='"' && value_length>2) { value_length 712 ext/mbstring/mbstring.c tmpstr = (char *)estrndup(value+1, value_length-2); value_length 713 ext/mbstring/mbstring.c value_length -= 2; value_length 716 ext/mbstring/mbstring.c tmpstr = (char *)estrndup(value, value_length); value_length 721 ext/mbstring/mbstring.c endp = tmpstr + value_length; value_length 137 ext/opcache/zend_accelerator_module.c ini_entry->value_length = strlen(new_new_value); value_length 183 ext/opcache/zend_accelerator_module.c ini_entry->value_length = strlen(new_new_value); value_length 219 ext/opcache/zend_accelerator_module.c ini_entry->value_length = strlen(new_new_value); value_length 5401 ext/reflection/php_reflection.c add_assoc_stringl(retval, ini_entry->name, ini_entry->value, ini_entry->value_length, 1); value_length 5341 ext/standard/basic_functions.c add_assoc_stringl(option, "global_value", ini_entry->value, ini_entry->value_length, 1); value_length 5347 ext/standard/basic_functions.c add_assoc_stringl(option, "local_value", ini_entry->value, ini_entry->value_length, 1); value_length 5357 ext/standard/basic_functions.c add_assoc_stringl(ini_array, ini_entry->name, ini_entry->value, ini_entry->value_length, 1); value_length 331 main/main.c static int php_get_display_errors_mode(char *value, int value_length) value_length 339 main/main.c if (value_length == 2 && !strcasecmp("on", value)) { value_length 341 main/main.c } else if (value_length == 3 && !strcasecmp("yes", value)) { value_length 343 main/main.c } else if (value_length == 4 && !strcasecmp("true", value)) { value_length 345 main/main.c } else if (value_length == 6 && !strcasecmp(value, "stderr")) { value_length 347 main/main.c } else if (value_length == 6 && !strcasecmp(value, "stdout")) { value_length 383 main/main.c tmp_value_length = ini_entry->value_length; value_length 101 main/php_ini.c display_string_length = ini_entry->value_length; value_length 77 sapi/apache/mod_php5.c uint value_length; value_length 569 sapi/apache/mod_php5.c zend_alter_ini_entry(per_dir_entry->key, per_dir_entry->key_length+1, per_dir_entry->value, per_dir_entry->value_length, per_dir_entry->type, per_dir_entry->htaccess?PHP_INI_STAGE_HTACCESS:PHP_INI_STAGE_ACTIVATE); value_length 730 sapi/apache/mod_php5.c per_dir_entry->value = (char *) malloc(tmp.value_length+1); value_length 731 sapi/apache/mod_php5.c memcpy(per_dir_entry->value, tmp.value, tmp.value_length); value_length 732 sapi/apache/mod_php5.c per_dir_entry->value[per_dir_entry->value_length] = 0; value_length 816 sapi/apache/mod_php5.c per_dir_entry.value_length = strlen(arg2); value_length 822 sapi/apache/mod_php5.c per_dir_entry.value = (char *) malloc(per_dir_entry.value_length+1); value_length 823 sapi/apache/mod_php5.c memcpy(per_dir_entry.value, arg2, per_dir_entry.value_length); value_length 824 sapi/apache/mod_php5.c per_dir_entry.value[per_dir_entry.value_length] = 0; value_length 101 sapi/apache_hooks/mod_php5.c uint value_length; value_length 619 sapi/apache_hooks/mod_php5.c zend_alter_ini_entry(per_dir_entry->key, per_dir_entry->key_length+1, per_dir_entry->value, per_dir_entry->value_length, per_dir_entry->type, PHP_INI_STAGE_ACTIVATE); value_length 783 sapi/apache_hooks/mod_php5.c per_dir_entry->value = (char *) malloc(tmp.value_length+1); value_length 784 sapi/apache_hooks/mod_php5.c memcpy(per_dir_entry->value, tmp.value, tmp.value_length); value_length 785 sapi/apache_hooks/mod_php5.c per_dir_entry->value[per_dir_entry->value_length] = 0; value_length 914 sapi/apache_hooks/mod_php5.c per_dir_entry.value_length = strlen(arg2); value_length 920 sapi/apache_hooks/mod_php5.c per_dir_entry.value = (char *) malloc(per_dir_entry.value_length+1); value_length 921 sapi/apache_hooks/mod_php5.c memcpy(per_dir_entry.value, arg2, per_dir_entry.value_length); value_length 922 sapi/apache_hooks/mod_php5.c per_dir_entry.value[per_dir_entry.value_length] = 0; value_length 41 sapi/fpm/fpm/fpm_php.c ini_entry->value_length = new_value_length;