X509 * cert;
int argc;
EVP_CIPHER *cipher = NULL;
- ulong strindexlen, intindex;
+ uint strindexlen;
+ ulong intindex;
char * strindex;
argc = ZEND_NUM_ARGS();
BIO * infile = NULL, * outfile = NULL;
STACK_OF(X509) *others = NULL;
long certresource = -1, keyresource = -1;
- ulong strindexlen, intindex;
+ ulong intindex;
+ uint strindexlen;
HashPosition hpos;
char * strindex;
#define PS_ENCODE_VARS \
char *key; \
- ulong key_length; \
+ uint key_length; \
ulong num_key; \
zval **struc;
int vallen;
int ret = FAILURE;
char *variable;
- ulong variable_len;
+ uint variable_len;
ulong num_key;
HashPosition pos;
*retval_ptr, /* Return value - unused */
*key; /* Entry key */
char *string_key;
- ulong string_key_len;
+ uint string_key_len;
ulong num_key;
HashPosition pos;
zval **var_array, **z_extract_type, **prefix;
zval **entry, *data;
char *var_name, *final_name;
- ulong num_key, var_name_len;
+ ulong num_key;
+ uint var_name_len;
int var_exists, extract_type, key_type, count = 0;
HashPosition pos;
argc; /* Number of function arguments */
char *string_key;
- ulong string_key_len;
+ uint string_key_len;
ulong num_key;
HashPosition hpos;
zval **src_entry,
**dest_entry;
char *string_key;
- ulong string_key_len;
+ uint string_key_len;
ulong num_key;
HashPosition pos;
*new_val; /* New value */
int add_key; /* Flag to indicate whether a key should be added */
char *string_key; /* String key */
- ulong string_key_len;
+ uint string_key_len;
ulong num_key; /* Numeric key */
HashPosition pos;
**z_preserve_keys, /* Flag: whether to preserve keys */
**entry; /* An entry in the input array */
char *string_key;
- ulong string_key_len;
+ uint string_key_len;
ulong num_key;
zend_bool preserve_keys = 0;
HashPosition pos;
zval **array, **entry, *data;
HashTable *target_hash;
char *string_key;
- ulong str_key_len;
+ uint str_key_len;
ulong num_key;
HashPosition pos;
long randval;
int num_req_val, num_avail, key_type;
char *string_key;
- ulong string_key_len;
+ uint string_key_len;
ulong num_key;
HashPosition pos;
zval *retval = NULL;
char *callback_name;
char *string_key;
- ulong string_key_len;
+ uint string_key_len;
ulong num_key;
HashPosition pos;
while (zend_hash_get_current_data_ex(var_hash, (void **) &zval_ref, &pos) == SUCCESS) { \
if (*zval_ref == ozval) { \
char *string_key; \
- ulong str_key_len; \
+ uint str_key_len; \
ulong num_key; \
+ \
zend_hash_get_current_key_ex(var_hash, &string_key, &str_key_len, &num_key, 1, &pos); \
/* this is our hash and it _will_ be number indexed! */ \
zend_hash_index_update(var_hash, num_key, &nzval, sizeof(zval *), NULL); \
zval **subject, **search, **replace, **subject_entry, **pboyer;
zval *result;
char *string_key;
- ulong string_key_len, num_key;
+ uint string_key_len;
+ ulong num_key;
int boyer = 0;
if(ZEND_NUM_ARGS() < 3 ||
char *key;
zval **data;
ulong index;
- ulong key_len;
+ uint key_len;
HashPosition pos;
zend_hash_internal_pointer_reset_ex(myht, &pos);
zval *retval;
zval **ent;
char *key;
- ulong key_length;
+ uint key_length;
char tmp[128];
ulong idx;
int hash_type;
php_wddx_add_chunk_static(packet, WDDX_STRUCT_E);
}
} else {
- ulong key_len;
+ uint key_len;
PHP_CLASS_ATTRIBUTES;
{
zval **ent;
char *key;
- ulong key_len;
+ uint key_len;
int is_struct = 0, ent_type;
ulong idx;
HashTable *target_hash;
php_dir_entry *pe;
php_dir_entry *data;
char *str;
- ulong str_len;
+ uint str_len;
ulong num_index;
phpapdebug((stderr, "Merge dir (%p) (%p)\n", base_conf, new_conf));
{
php_conf_rec *d = dummy;
char *str;
- ulong str_len;
+ uint str_len;
php_dir_entry *data;
for (zend_hash_internal_pointer_reset(&d->config);