| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_php.c | 264 char *string_key; local 284 if (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL) == HASH_KEY_IS_STRING) { 286 if (!strncmp(string_key, key, string_len)) {
|
| /PHP_5_3/ext/curl/ |
| H A D | interface.c | 2049 char *string_key = NULL; local 2068 zend_hash_get_current_key_ex(postfields, &string_key, &string_key_len, &num_key, 0, NULL); 2091 CURLFORM_COPYNAME, string_key, 2105 CURLFORM_COPYNAME, string_key, 2261 char *string_key; local 2272 if (zend_hash_get_current_key_ex(Z_ARRVAL_P(arr), &string_key, &str_key_len, &option, 0, &pos) != HASH_KEY_IS_LONG) {
|
| /PHP_5_3/ext/dom/ |
| H A D | php_dom.c | 504 char *string_key = NULL; local 512 if (zend_hash_get_current_key_ex(prop_handlers, &string_key, 533 zend_hash_add(debug_info, string_key, string_length,
|
| /PHP_5_3/ext/standard/ |
| H A D | array.c | 924 char *string_key; local 932 switch (zend_hash_get_current_key_ex(array, &string_key, &string_length, &num_key, 0, NULL)) { 934 RETVAL_STRINGL(string_key, string_length - 1, 1); 1052 char *string_key; local 1102 switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 0, NULL)) { 1108 ZVAL_STRINGL(key, string_key, string_key_len - 1, 1); 1204 char *string_key; local 1223 switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(array), &string_key, &str_key_len, &num_key, 0, &pos)) { 1225 RETURN_STRINGL(string_key, str_key_len - 1, 1); 2162 char *string_key; local 2219 zend_hash_update(Z_ARRVAL_P(return_value), string_key, string_key_len, entry, sizeof(zval *), NULL); local 2239 char *string_key; local 2302 char *string_key; local 2440 char *string_key; /* String key */ local 2572 char *string_key; local 2591 zend_hash_update(Z_ARRVAL_P(return_value), string_key, string_key_len, entry, sizeof(zval *), NULL); local 2684 char *string_key; local 2727 char *string_key; local 3950 char *string_key; local 4165 char *string_key; local 4214 zend_hash_update(Z_ARRVAL_P(return_value), string_key, string_key_len, operand, sizeof(zval *), NULL); local [all...] |
| H A D | info.c | 143 char *string_key; local 162 switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL)) { 165 php_info_html_esc_write(string_key, string_len - 1 TSRMLS_CC); 167 PHPWRITE(string_key, string_len - 1);
|
| H A D | proc_open.c | 80 char *string_key, *data; local 124 switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos)) { 151 switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos)) { 158 if (zend_hash_exists(&BG(sm_protected_env_vars), string_key, string_length - 1)) { 159 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Safe Mode warning: Cannot override protected environment variable '%s'", string_key); 170 if (!strncmp(allowed_prefix, string_key, strlen(allowed_prefix))) { 178 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Safe Mode warning: Cannot set environment variable '%s' - it's not in the allowed list", string_key); 185 memcpy(p, string_key, string_length);
|
| H A D | string.c | 2697 char *string_key; local 2712 switch (zend_hash_get_current_key_ex(hash, &string_key, &string_key_len, &num_key, 0, &hpos)) { 2719 zend_hash_add(&tmp_hash, string_key, string_key_len, entry, sizeof(zval*), NULL); 3694 char *string_key; local 3734 switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(subject), &string_key, 3737 add_assoc_zval_ex(return_value, string_key, string_key_len, result);
|
| /PHP_5_3/ext/xsl/ |
| H A D | xsltprocessor.c | 130 char *xpath_expr, *string_key = NULL; local 143 if (zend_hash_get_current_key(parht, &string_key, &num_key, 1) != HASH_KEY_IS_STRING) { 159 params[i++] = string_key; 162 efree(string_key); 751 char *string_key, *name, *value, *namespace; local 764 if (zend_hash_get_current_key_ex(Z_ARRVAL_P(array_value), &string_key, &string_key_len, &idx, 0, NULL) != HASH_KEY_IS_STRING) { 773 zend_hash_update(intern->parameter, string_key, string_key_len, &new_string, sizeof(zval*), NULL);
|
| /PHP_5_3/main/ |
| H A D | php_variables.c | 639 char *string_key; local 648 key_type = zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos); 650 || (key_type == HASH_KEY_IS_STRING && zend_hash_find(dest, string_key, string_key_len, (void **) &dest_entry) != SUCCESS) 657 if (!globals_check || string_key_len != sizeof("GLOBALS") || memcmp(string_key, "GLOBALS", sizeof("GLOBALS") - 1)) { 658 zend_hash_update(dest, string_key, string_key_len, src_entry, sizeof(zval *), NULL);
|
| /PHP_5_3/sapi/apache_hooks/ |
| H A D | php_apache.c | 582 char *string_key; local 599 switch(zend_hash_get_current_key_ex(Z_ARRVAL_P(first), &string_key, &string_key_len, &num_key, 0, &pos)) { 601 if (zend_hash_find(Z_ARRVAL_P(first), string_key, string_key_len, (void **)&value) == FAILURE) { 612 ap_table_set(t, string_key, Z_STRVAL_PP(value)); 614 ap_table_merge(t, string_key, Z_STRVAL_PP(value));
|
| /PHP_5_3/Zend/ |
| H A D | zend.c | 123 char *string_key; local 140 switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) { 144 int mangled = zend_unmangle_property_name(string_key, str_len - 1, &class_name, &prop_name); 157 ZEND_WRITE_EX(string_key, str_len-1); 184 char *string_key; local 196 switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) { 198 ZEND_PUTS(string_key);
|
| H A D | zend_builtin_functions.c | 549 char *string_key; local 585 switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 1, NULL)) { 587 add_get_index_stringl(return_value, 0, string_key, string_key_len-1, (void **) &inserted_pointer, 0);
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_debug.c | 488 char *string_key = NULL; local 492 zend_hash_get_current_key_ex(&self->function_profiles, &string_key, &string_key_len, &num_key, 0, &pos_values); 499 ,string_key
|
| H A D | php_mysqlnd.c | 49 zstr string_key; local 56 zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); local 61 &s, &s_len, string_key.u, string_key_len TSRMLS_CC) == SUCCESS) { 79 char *string_key; local 83 zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); local 86 php_info_print_table_row(2, string_key, Z_STRVAL_PP(values_entry));
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_array.c | 872 char *string_key; local 878 if (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 0, &intern->pos) == HASH_KEY_IS_STRING) { 879 if (!string_length || string_key[0]) { 1512 char *string_key; local 1527 switch (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 1, &intern->pos)) { 1529 RETVAL_STRINGL(string_key, string_length - 1, 0);
|
| /PHP_5_3/ext/pcre/ |
| H A D | php_pcre.c | 1315 char *string_key; local 1367 switch(zend_hash_get_current_key(Z_ARRVAL_PP(subject), &string_key, &num_key, 0)) 1370 add_assoc_stringl(return_value, string_key, result, result_len, 0); 1742 char *string_key; local 1801 switch (zend_hash_get_current_key(Z_ARRVAL_P(input), &string_key, &num_key, 0)) 1804 zend_hash_update(Z_ARRVAL_P(return_value), string_key, local 1805 strlen(string_key)+1, entry, sizeof(zval *), NULL);
|
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli.c | 1218 char * string_key; local 1231 switch (zend_hash_get_current_key_ex(Z_ARRVAL(new_return_value), &string_key, &string_key_len, &num_key, 0, &pos_values)) { 1236 add_assoc_stringl_ex(return_value, string_key, string_key_len, new_str, new_str_len, 0); 1241 switch (zend_hash_get_current_key_ex(Z_ARRVAL(new_return_value), &string_key, &string_key_len, &num_key, 0, &pos_values)) { 1246 add_assoc_zval_ex(return_value, string_key, string_key_len, *entry_values);
|