Searched refs:zend_hash_get_current_key (Results 1 - 14 of 14) sorted by relevance
| /PHP_TRUNK/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_TRUNK/ext/imap/ |
| H A D | php_imap.c | 3588 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); 3622 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); 3701 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); 3735 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0);
|
| /PHP_TRUNK/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_TRUNK/ext/readline/ |
| H A D | readline_cli.c | 416 zend_hash_get_current_key(ht, &name, &number, 0);
|
| /PHP_TRUNK/ext/soap/ |
| 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);
|
| H A D | php_encoding.c | 2797 if (zend_hash_get_current_key(data->value.ht, &key_val, &int_val, FALSE) == HASH_KEY_IS_STRING) { 3609 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 | 819 zend_hash_get_current_key(Z_ARRVAL_PP(cookies), &key, NULL, FALSE);
|
| /PHP_TRUNK/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_TRUNK/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 | 1491 while (zend_hash_get_current_key(&EG(included_files), &entry, NULL, 1) == HASH_KEY_IS_STRING) {
|
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_fixedarray.c | 713 if (zend_hash_get_current_key(Z_ARRVAL_P(data), &str_index, &num_index, 0) != HASH_KEY_IS_LONG || (long)num_index < 0) { 737 zend_hash_get_current_key(Z_ARRVAL_P(data), &str_index, &num_index, 0);
|
| /PHP_TRUNK/ext/pcre/ |
| H A D | php_pcre.c | 1397 switch(zend_hash_get_current_key(Z_ARRVAL_PP(subject), &string_key, &num_key, 0)) 1831 switch (zend_hash_get_current_key(Z_ARRVAL_P(input), &string_key, &num_key, 0))
|
| /PHP_TRUNK/ext/wddx/ |
| H A D | wddx.c | 574 type = zend_hash_get_current_key(target_hash, &key, &idx, 0);
|
| /PHP_TRUNK/ext/pdo/ |
| H A D | pdo_dbh.c | 412 && HASH_KEY_IS_LONG == zend_hash_get_current_key(Z_ARRVAL_P(options), &str_key, &long_key, 0)) {
|
Completed in 46 milliseconds