| /PHP_5_3/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_3/ext/curl/ |
| H A D | interface.c | 2050 ulong num_key; local 2068 zend_hash_get_current_key_ex(postfields, &string_key, &string_key_len, &num_key, 0, NULL);
|
| /PHP_5_3/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_3/ext/session/ |
| H A D | session.c | 548 ulong num_key; local 553 n = zend_hash_get_current_key_ex(ht, &str, &str_len, &num_key, 0, pos); 567 "numeric nature", num_key); 1923 ulong num_key; local 1928 while (zend_hash_get_current_key_ex(ht_sess_var, &str, &str_len, &num_key, 0, &pos) == HASH_KEY_IS_STRING) {
|
| /PHP_5_3/ext/sockets/ |
| H A D | sockets.c | 744 ulong num_key; local 760 switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(sock_array), &key, &key_len, &num_key, 0, NULL)) { 765 zend_hash_index_update(new_hash, num_key, (void *)element, sizeof(zval *), (void **)&dest_element);
|
| /PHP_5_3/ext/standard/ |
| H A D | array.c | 926 ulong num_key; local 932 switch (zend_hash_get_current_key_ex(array, &string_key, &string_length, &num_key, 0, NULL)) { 937 RETVAL_LONG(num_key); 1054 ulong num_key; local 1102 switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 0, NULL)) { 1105 Z_LVAL_P(key) = num_key; 1202 ulong num_key; local 1223 switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(array), &string_key, &str_key_len, &num_key, 0, &pos)) { 1228 RETURN_LONG(num_key); 1317 ulong num_key; local 2164 ulong num_key; local 2224 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); local 2241 ulong num_key; local 2304 ulong num_key; local 2442 ulong num_key; /* Numeric key */ local 2574 ulong num_key; local 2596 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); local 2686 ulong num_key; local 2730 ulong num_key; local 2746 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(entry), NULL); local 3952 ulong num_key; local 4169 ulong num_key; local 4218 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, operand, sizeof(zval *), NULL); local 4287 ulong num_key; local 4400 ulong num_key; local [all...] |
| H A D | info.c | 145 ulong num_key; local 162 switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL)) { 171 php_printf("%ld", num_key); 767 ulong num_key; local 772 zend_hash_get_current_key_ex(url_stream_wrappers_hash, &stream_protocol, (uint *)&stream_protocol_len, &num_key, 0, &pos) == HASH_KEY_IS_STRING; 799 ulong num_key; local 804 zend_hash_get_current_key_ex(stream_xport_hash, &xport_name, (uint *)&xport_name_len, &num_key, 0, &pos) == HASH_KEY_IS_STRING; 841 ulong num_key; local 846 zend_hash_get_current_key_ex(stream_filter_hash, &filter_name, (uint *)&filter_name_len, &num_key, 0, &pos) == HASH_KEY_IS_STRING;
|
| H A D | proc_open.c | 86 ulong num_key; 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)) {
|
| H A D | user_filters.c | 549 ulong num_key; local 561 (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 | string.c | 2701 ulong num_key; local 2712 switch (zend_hash_get_current_key_ex(hash, &string_key, &string_key_len, &num_key, 0, &hpos)) { 2730 Z_LVAL(ctmp) = num_key; 3696 ulong num_key; local 3735 &string_key_len, &num_key, 0, NULL)) { 3741 add_index_zval(return_value, num_key, result);
|
| H A D | streamsfuncs.c | 557 ulong num_key; local 569 &num_key, 0, &pos) == HASH_KEY_IS_STRING) { 586 ulong num_key; local 596 (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; 921 ulong num_key; local 925 if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_P(options), &wkey, &wkey_len, &num_key, 0, &pos) 931 if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_PP(wval), &okey, &okey_len, &num_key, 0, &opos)) {
|
| /PHP_5_3/ext/xsl/ |
| H A D | xsltprocessor.c | 131 ulong num_key; local 143 if (zend_hash_get_current_key(parht, &string_key, &num_key, 1) != HASH_KEY_IS_STRING) {
|
| /PHP_5_3/main/ |
| H A D | php_variables.c | 641 ulong num_key; local 648 key_type = zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos); 651 || (key_type == HASH_KEY_IS_LONG && zend_hash_index_find(dest, num_key, (void **)&dest_entry) != SUCCESS) 663 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL);
|
| /PHP_5_3/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_3/Zend/ |
| H A D | zend.c | 125 ulong num_key; local 140 switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) { 163 snprintf(key, sizeof(key), "%ld", num_key); 186 ulong num_key; local 196 switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) { 201 zend_printf("%ld", num_key);
|
| H A D | zend_builtin_functions.c | 551 ulong num_key; local 585 switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 1, NULL)) { 590 add_get_index_long(return_value, 0, num_key, (void **) &inserted_pointer);
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_debug.c | 490 ulong num_key; local 492 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 | 51 ulong num_key; local 56 zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); local 81 ulong num_key; local 83 zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); local
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_array.c | 874 ulong num_key; local 878 if (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 0, &intern->pos) == HASH_KEY_IS_STRING) { 1514 ulong num_key; local 1527 switch (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 1, &intern->pos)) { 1532 RETVAL_LONG(num_key);
|
| /PHP_5_3/ext/pcre/ |
| H A D | php_pcre.c | 1316 ulong num_key; local 1367 switch(zend_hash_get_current_key(Z_ARRVAL_PP(subject), &string_key, &num_key, 0)) 1374 add_index_stringl(return_value, num_key, result, result_len, 0); 1743 ulong num_key; local 1801 switch (zend_hash_get_current_key(Z_ARRVAL_P(input), &string_key, &num_key, 0)) 1809 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, local
|
| /PHP_5_3/ext/gd/ |
| H A D | gd.c | 3936 ulong num_key; local 3938 if (zend_hash_get_current_key_ex(HASH_OF(EXT), &key, NULL, &num_key, 0, &pos) != HASH_KEY_IS_STRING) {
|
| /PHP_5_3/ext/zip/ |
| H A D | php_zip.c | 1022 ulong num_key; local 1033 zend_hash_get_current_key_ex(obj->prop_handler, &key, &key_len, &num_key, 0, &pos);
|
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli.c | 1220 ulong num_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)) { 1233 add_index_stringl(return_value, num_key, 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)) { 1243 add_index_zval(return_value, num_key, *entry_values);
|