Searched refs:zend_hash_get_current_key (Results 1 - 17 of 17) sorted by relevance
| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_convert.c | 141 while( ( hashKeyType = zend_hash_get_current_key( hash, &hashKey, &hashIndex, 0 ) ) 166 while( ( hashKeyType = zend_hash_get_current_key( hash, &hashKey, &hashIndex, 0 ) )
|
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 3596 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); 3630 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); 3709 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); 3743 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0);
|
| /PHP_5_3/ext/ldap/ |
| H A D | ldap.c | 1293 if (zend_hash_get_current_key(Z_ARRVAL_P(entry), &attribute, &index, 0) == HASH_KEY_IS_STRING) {
|
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_dbh.c | 407 && HASH_KEY_IS_LONG == zend_hash_get_current_key(Z_ARRVAL_P(options), &str_key, &long_key, 0)) {
|
| /PHP_5_3/ext/soap/ |
| H A D | php_encoding.c | 2825 if (zend_hash_get_current_key(data->value.ht, &key_val, &int_val, FALSE) == HASH_KEY_IS_STRING) { 3641 if (zend_hash_get_current_key(Z_ARRVAL_P(array), &str_index, &num_index, 0) == HASH_KEY_IS_STRING ||
|
| H A D | php_http.c | 755 zend_hash_get_current_key(Z_ARRVAL_PP(cookies), &key, NULL, FALSE);
|
| H A D | php_schema.c | 2128 zend_hash_get_current_key((*tmp)->attributes, NULL, &index, 0); 2238 zend_hash_get_current_key(type->attributes, NULL, &index, 0);
|
| /PHP_5_3/ext/tidy/ |
| H A D | tidy.c | 1020 if(zend_hash_get_current_key(ht_options, &opt_name, &opt_indx, FALSE) == FAILURE) {
|
| /PHP_5_3/ext/wddx/ |
| H A D | wddx.c | 574 type = zend_hash_get_current_key(target_hash, &key, &idx, 0);
|
| /PHP_5_3/ext/xmlrpc/ |
| H A D | xmlrpc-epi-php.c | 360 #define my_zend_hash_get_current_key(ht, my_key, num_index) zend_hash_get_current_key(ht, my_key, num_index, 0)
|
| /PHP_5_3/main/ |
| H A D | php3_compat.h | 69 #define _php3_hash_get_current_key zend_hash_get_current_key
|
| /PHP_5_3/main/streams/ |
| H A D | streams.c | 2235 if (SUCCESS == zend_hash_get_current_key(Z_ARRVAL_P(context->links), &hostent, NULL, 0)) {
|
| /PHP_5_3/sapi/cli/ |
| H A D | php_cli_readline.c | 288 zend_hash_get_current_key(ht, &name, &number, 0);
|
| /PHP_5_3/Zend/ |
| H A D | zend_hash.h | 200 #define zend_hash_get_current_key(ht, str_index, num_index, duplicate) \ macro
|
| H A D | zend_builtin_functions.c | 1373 while (zend_hash_get_current_key(&EG(included_files), &entry, NULL, 1) == HASH_KEY_IS_STRING) {
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_fixedarray.c | 664 if (zend_hash_get_current_key(Z_ARRVAL_P(data), &str_index, &num_index, 0) != HASH_KEY_IS_LONG || (long)num_index < 0) { 688 zend_hash_get_current_key(Z_ARRVAL_P(data), &str_index, &num_index, 0);
|
| /PHP_5_3/ext/pcre/ |
| H A D | php_pcre.c | 1367 switch(zend_hash_get_current_key(Z_ARRVAL_PP(subject), &string_key, &num_key, 0)) 1801 switch (zend_hash_get_current_key(Z_ARRVAL_P(input), &string_key, &num_key, 0))
|
Completed in 52 milliseconds