| /PHP_TRUNK/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_TRUNK/ext/xsl/ |
| H A D | xsltprocessor.c | 139 char *xpath_expr, *string_key = NULL; local 152 if (zend_hash_get_current_key(parht, &string_key, &num_key, 1) != HASH_KEY_IS_STRING) { 168 params[i++] = string_key; 171 efree(string_key); 774 char *string_key, *name, *value, *namespace; local 787 if (zend_hash_get_current_key_ex(Z_ARRVAL_P(array_value), &string_key, &string_key_len, &idx, 0, NULL) != HASH_KEY_IS_STRING) { 796 zend_hash_update(intern->parameter, string_key, string_key_len, &new_string, sizeof(zval*), NULL);
|
| /PHP_TRUNK/main/ |
| H A D | php_variables.c | 582 char *string_key; local 591 key_type = zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos); 593 || (key_type == HASH_KEY_IS_STRING && zend_hash_find(dest, string_key, string_key_len, (void **) &dest_entry) != SUCCESS) 599 if (!globals_check || string_key_len != sizeof("GLOBALS") || memcmp(string_key, "GLOBALS", sizeof("GLOBALS") - 1)) { 600 zend_hash_update(dest, string_key, string_key_len, src_entry, sizeof(zval *), NULL);
|
| /PHP_TRUNK/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_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_debug.c | 449 char *string_key = NULL; local 453 zend_hash_get_current_key_ex(&self->function_profiles, &string_key, &string_key_len, &num_key, 0, &pos_values); 460 ,string_key
|
| H A D | php_mysqlnd.c | 51 char *string_key; local 55 zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); local 58 php_info_print_table_row(2, string_key, Z_STRVAL_PP(values_entry));
|
| /PHP_TRUNK/Zend/ |
| H A D | zend.c | 140 char *string_key; local 157 switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) { 162 int mangled = zend_unmangle_property_name_ex(string_key, str_len - 1, &class_name, &prop_name, &prop_len); 175 ZEND_WRITE_EX(string_key, str_len-1); 202 char *string_key; local 214 switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) { 216 ZEND_PUTS(string_key);
|
| H A D | zend_builtin_functions.c | 573 char *string_key; local 609 switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 1, NULL)) { 611 add_get_index_stringl(return_value, 0, string_key, string_key_len-1, (void **) &inserted_pointer, 0);
|
| /PHP_TRUNK/ext/standard/ |
| H A D | proc_open.c | 79 char *string_key, *data; local 123 switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos)) { 150 switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos)) { 157 memcpy(p, string_key, string_length);
|
| H A D | string.c | 2902 char *string_key; local 2907 switch (zend_hash_get_current_key_ex(pats, &string_key, &string_key_len, &num_key, 0, &hpos)) { 2909 string_key_len = 1 + zend_spprintf(&string_key, 0, "%ld", (long)num_key); 2910 zend_llist_add_element(*allocs, &string_key); 2935 S(&patterns[i].pat) = string_key; 3949 char *string_key; local 3989 switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(subject), &string_key, 3992 add_assoc_zval_ex(return_value, string_key, string_key_len, result);
|
| H A D | info.c | 194 char *string_key; local 212 switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL)) { 215 php_info_print_html_esc(string_key, string_len-1); 217 php_info_print(string_key);
|
| H A D | array.c | 2137 char *string_key; local 2192 switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0, &hpos)) { 2194 zend_hash_update(Z_ARRVAL_P(return_value), string_key, string_key_len, entry, sizeof(zval *), NULL); local 2214 char *string_key; local 2221 switch (zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos)) { 2223 if (recursive && zend_hash_find(dest, string_key, string_key_len, (void **)&dest_entry) == SUCCESS) { 2259 zend_hash_update(dest, string_key, string_key_len, src_entry, sizeof(zval *), NULL); 2277 char *string_key; local 2285 switch (zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos)) { 2288 zend_hash_find(dest, string_key, string_key_le 2627 char *string_key; local 2646 zend_hash_update(Z_ARRVAL_P(return_value), string_key, string_key_len, entry, sizeof(zval *), NULL); local 2771 char *string_key; local 3995 char *string_key; local 4210 char *string_key; local 4259 zend_hash_update(Z_ARRVAL_P(return_value), string_key, string_key_len, operand, sizeof(zval *), NULL); local [all...] |
| /PHP_TRUNK/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_TRUNK/ext/spl/ |
| H A D | spl_array.c | 918 char *string_key; local 924 if (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 0, &intern->pos) == HASH_KEY_IS_STRING) { 925 if (!string_length || string_key[0]) {
|
| /PHP_TRUNK/ext/pcre/ |
| H A D | php_pcre.c | 1345 char *string_key; local 1397 switch(zend_hash_get_current_key(Z_ARRVAL_PP(subject), &string_key, &num_key, 0)) 1400 add_assoc_stringl(return_value, string_key, result, result_len, 0); 1772 char *string_key; local 1831 switch (zend_hash_get_current_key(Z_ARRVAL_P(input), &string_key, &num_key, 0)) 1834 zend_hash_update(Z_ARRVAL_P(return_value), string_key, local 1835 strlen(string_key)+1, entry, sizeof(zval *), NULL);
|
| /PHP_TRUNK/ext/curl/ |
| H A D | interface.c | 2543 char *string_key = NULL; local 2548 zend_hash_get_current_key_ex(postfields, &string_key, &string_key_len, &num_key, 0, NULL); 2550 /* Pretend we have a string_key here */ 2551 if(!string_key) { 2552 spprintf(&string_key, 0, "%ld", num_key); 2553 string_key_len = strlen(string_key)+1; 2566 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid filename for key %s", string_key); 2584 CURLFORM_COPYNAME, string_key, 2593 efree(string_key); 2624 CURLFORM_COPYNAME, string_key, 2879 char *string_key; local [all...] |