| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_php.c | 266 ulong num_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) {
|
| /PHP_5_5/ext/session/ |
| H A D | php_session.h | 248 ulong num_key; \ 256 (key_type = zend_hash_get_current_key_ex(_ht, &key, &key_length, &num_key, 0, NULL)) != HASH_KEY_NON_EXISTANT; \ 259 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Skipping numeric key %ld", num_key); \
|
| /PHP_5_5/ext/standard/ |
| H A D | user_filters.c | 550 ulong num_key; local 562 (key_flags = zend_hash_get_current_key_ex(filters_hash, &filter_name, &filter_name_len, &num_key, 0, NULL)) != HASH_KEY_NON_EXISTANT;
|
| H A D | proc_open.c | 85 ulong num_key; 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)) {
|
| H A D | string.c | 2904 ulong num_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); 3951 ulong num_key; local 3990 &string_key_len, &num_key, 0, NULL)) { 3996 add_index_zval(return_value, num_key, result);
|
| H A D | info.c | 196 ulong num_key; local 212 switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL)) { 221 php_info_printf("%ld", num_key);
|
| H A D | streamsfuncs.c | 546 ulong num_key; local 558 &num_key, 0, &pos) == HASH_KEY_IS_STRING) { 576 ulong num_key; local 586 (key_flags = zend_hash_get_current_key_ex(url_stream_wrappers_hash, &stream_protocol, &stream_protocol_len, &num_key, 0, &pos)) != HASH_KEY_NON_EXISTANT; 928 ulong num_key; local 932 if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_P(options), &wkey, &wkey_len, &num_key, 0, &pos) 938 if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_PP(wval), &okey, &okey_len, &num_key, 0, &opos)) {
|
| H A D | array.c | 1288 ulong num_key; local 1336 key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(var_array), &var_name, &var_name_len, &num_key, 0, &pos); 1345 ZVAL_LONG(&num, num_key); 2139 ulong num_key; local 2192 switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0, &hpos)) { 2199 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); local 2216 ulong num_key; local 2221 switch (zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos)) { 2279 ulong num_key; local 2285 switch (zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 2629 ulong num_key; local 2651 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); local 2774 ulong num_key; local 2790 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(entry), NULL); local 3997 ulong num_key; local 4214 ulong num_key; local 4263 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, operand, sizeof(zval *), NULL); local 4332 ulong num_key; local 4445 ulong num_key; local [all...] |
| /PHP_5_5/main/ |
| H A D | php_variables.c | 584 ulong num_key; local 591 key_type = zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos); 594 || (key_type == HASH_KEY_IS_LONG && zend_hash_index_find(dest, num_key, (void **)&dest_entry) != SUCCESS) 605 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL);
|
| /PHP_5_5/sapi/apache_hooks/ |
| H A D | php_apache.c | 584 ulong num_key; local 599 switch(zend_hash_get_current_key_ex(Z_ARRVAL_P(first), &string_key, &string_key_len, &num_key, 0, &pos)) {
|
| /PHP_5_5/ext/mysqlnd/ |
| H A D | mysqlnd_debug.c | 451 ulong num_key; local 453 zend_hash_get_current_key_ex(&self->function_profiles, &string_key, &string_key_len, &num_key, 0, &pos_values);
|
| H A D | php_mysqlnd.c | 53 ulong num_key; local 55 zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); local
|
| H A D | mysqlnd_wireprotocol.c | 570 unsigned long num_key; local 573 if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(packet->connect_attr, &s_key, &s_len, &num_key, 0, &pos_value)) { 589 unsigned long num_key; local 591 if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(packet->connect_attr, &s_key, &s_len, &num_key, 0, &pos_value)) {
|
| /PHP_5_5/Zend/ |
| H A D | zend.c | 142 ulong num_key; local 157 switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) { 181 snprintf(key, sizeof(key), "%ld", num_key); 204 ulong num_key; local 214 switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) { 219 zend_printf("%ld", num_key);
|
| H A D | zend_builtin_functions.c | 575 ulong num_key; local 609 switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 1, NULL)) { 614 add_get_index_long(return_value, 0, num_key, (void **) &inserted_pointer);
|
| /PHP_5_5/ext/dom/ |
| H A D | php_dom.c | 506 ulong num_key; local 513 &string_length, &num_key, 0, &pos) != HASH_KEY_IS_STRING) {
|
| /PHP_5_5/ext/spl/ |
| H A D | spl_array.c | 920 ulong num_key; local 924 if (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 0, &intern->pos) == HASH_KEY_IS_STRING) {
|
| /PHP_5_5/ext/pcre/ |
| H A D | php_pcre.c | 1346 ulong num_key; local 1397 switch(zend_hash_get_current_key(Z_ARRVAL_PP(subject), &string_key, &num_key, 0)) 1404 add_index_stringl(return_value, num_key, result, result_len, 0); 1773 ulong num_key; local 1831 switch (zend_hash_get_current_key(Z_ARRVAL_P(input), &string_key, &num_key, 0)) 1839 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, local
|
| /PHP_5_5/ext/zip/ |
| H A D | php_zip.c | 1028 ulong num_key; local 1039 zend_hash_get_current_key_ex(obj->prop_handler, &key, &key_len, &num_key, 0, &pos);
|
| /PHP_5_5/ext/curl/ |
| H A D | interface.c | 2545 ulong num_key; local 2548 zend_hash_get_current_key_ex(postfields, &string_key, &string_key_len, &num_key, 0, NULL); 2552 spprintf(&string_key, 0, "%ld", num_key);
|
| /PHP_5_5/ext/snmp/ |
| H A D | snmp.c | 2103 ulong num_key; local 2111 zend_hash_get_current_key_ex(&php_snmp_properties, &key, &key_len, &num_key, 0, &pos);
|
| /PHP_5_5/ext/gd/ |
| H A D | gd.c | 3839 ulong num_key; local 3841 if (zend_hash_get_current_key_ex(HASH_OF(EXT), &key, NULL, &num_key, 0, &pos) != HASH_KEY_IS_STRING) {
|
| /PHP_5_5/ext/sockets/ |
| H A D | sockets.c | 798 ulong num_key; local 814 switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(sock_array), &key, &key_len, &num_key, 0, NULL)) { 819 zend_hash_index_update(new_hash, num_key, (void *)element, sizeof(zval *), (void **)&dest_element);
|