Searched refs:HASH_KEY_IS_LONG (Results 1 - 25 of 42) sorted by relevance
12
| /PHP_5_4/ext/intl/resourcebundle/ |
| H A D | resourcebundle_iterator.c | 118 return HASH_KEY_IS_LONG;
|
| /PHP_5_4/Zend/ |
| H A D | zend_hash.c | 1168 return HASH_KEY_IS_LONG; 1187 return HASH_KEY_IS_LONG; 1226 if (key_type == HASH_KEY_IS_LONG) { 1398 if (key_type == HASH_KEY_IS_LONG) {
|
| H A D | zend_hash.h | 29 #define HASH_KEY_IS_LONG 2 macro 377 ZEND_HANDLE_NUMERIC(arKey, nKeyLength, zend_hash_update_current_key_ex(ht, HASH_KEY_IS_LONG, NULL, 0, idx, mode, pos));
|
| H A D | zend.c | 177 case HASH_KEY_IS_LONG: 217 case HASH_KEY_IS_LONG:
|
| H A D | zend_interfaces.c | 192 return HASH_KEY_IS_LONG; 212 return HASH_KEY_IS_LONG; 220 return HASH_KEY_IS_LONG; 231 return HASH_KEY_IS_LONG; 238 return HASH_KEY_IS_LONG;
|
| H A D | zend_execute_API.c | 664 ret = zend_hash_update_current_key_ex(Z_ARRVAL_P(p), HASH_KEY_IS_LONG, NULL, 0, Z_LVAL(const_value), HASH_UPDATE_KEY_IF_BEFORE, NULL); 667 ret = zend_hash_update_current_key_ex(Z_ARRVAL_P(p), HASH_KEY_IS_LONG, NULL, 0, zend_dval_to_lval(Z_DVAL(const_value)), HASH_UPDATE_KEY_IF_BEFORE, NULL);
|
| /PHP_5_4/ext/com_dotnet/ |
| H A D | com_iterator.c | 86 return HASH_KEY_IS_LONG;
|
| H A D | com_saproxy.c | 531 return HASH_KEY_IS_LONG;
|
| H A D | com_wrapper.c | 474 if (keytype == HASH_KEY_IS_LONG) { 506 if (keytype == HASH_KEY_IS_LONG) { 604 if (keytype == HASH_KEY_IS_LONG) {
|
| /PHP_5_4/ext/dom/ |
| H A D | dom_iterators.c | 174 return HASH_KEY_IS_LONG;
|
| /PHP_5_4/ext/mysqli/ |
| H A D | mysqli_result_iterator.c | 158 return HASH_KEY_IS_LONG;
|
| /PHP_5_4/ext/pcntl/ |
| H A D | pcntl.c | 793 case HASH_KEY_IS_LONG: 813 if (return_val == HASH_KEY_IS_LONG) efree(key);
|
| /PHP_5_4/ext/pdo/ |
| H A D | pdo_stmt.c | 2177 if (res == HASH_KEY_IS_LONG) { 2511 return HASH_KEY_IS_LONG;
|
| /PHP_5_4/ext/session/ |
| H A D | php_session.h | 258 if (key_type == HASH_KEY_IS_LONG) { \
|
| /PHP_5_4/ext/spl/ |
| H A D | spl_heap.c | 957 return HASH_KEY_IS_LONG;
|
| H A D | spl_fixedarray.c | 681 if (zend_hash_get_current_key(Z_ARRVAL_P(data), &str_index, &num_index, 0) != HASH_KEY_IS_LONG || (long)num_index < 0) { 928 return HASH_KEY_IS_LONG;
|
| H A D | spl_iterators.c | 202 return HASH_KEY_IS_LONG; 625 case HASH_KEY_IS_LONG: 1186 case HASH_KEY_IS_LONG: 1648 intern->current.key_type = HASH_KEY_IS_LONG; 1950 if (intern->current.key_type == HASH_KEY_IS_LONG) { 1996 if (intern->current.key_type == HASH_KEY_IS_LONG) { 2061 if (intern->current.key_type != HASH_KEY_IS_LONG) { 2603 if (intern->current.key_type == HASH_KEY_IS_LONG) { 3137 case HASH_KEY_IS_LONG: 3536 case HASH_KEY_IS_LONG [all...] |
| /PHP_5_4/ext/standard/ |
| H A D | array.c | 942 case HASH_KEY_IS_LONG: 1109 case HASH_KEY_IS_LONG: 1233 case HASH_KEY_IS_LONG: 1377 } else if (key_type == HASH_KEY_IS_LONG && (extract_type == EXTR_PREFIX_ALL || extract_type == EXTR_PREFIX_INVALID)) { 2232 case HASH_KEY_IS_LONG: 2298 case HASH_KEY_IS_LONG: 2333 case HASH_KEY_IS_LONG: 2490 case HASH_KEY_IS_LONG: 2604 case HASH_KEY_IS_LONG: 2712 case HASH_KEY_IS_LONG [all...] |
| H A D | info.c | 228 case HASH_KEY_IS_LONG:
|
| H A D | proc_open.c | 167 case HASH_KEY_IS_LONG:
|
| H A D | var.c | 871 case HASH_KEY_IS_LONG:
|
| /PHP_5_4/ext/wddx/ |
| H A D | wddx.c | 318 case HASH_KEY_IS_LONG:
|
| /PHP_5_4/ext/xmlrpc/ |
| H A D | xmlrpc-epi-php.c | 495 if (res == HASH_KEY_IS_LONG) { 588 case HASH_KEY_IS_LONG: 593 if (res == HASH_KEY_IS_LONG) {
|
| /PHP_5_4/main/ |
| H A D | php_variables.c | 611 || (key_type == HASH_KEY_IS_LONG && zend_hash_index_find(dest, num_key, (void **)&dest_entry) != SUCCESS)
|
| /PHP_5_4/ext/pcre/ |
| H A D | php_pcre.c | 1399 case HASH_KEY_IS_LONG: 1834 case HASH_KEY_IS_LONG:
|
Completed in 214 milliseconds
12