| /PHP_5_3/ext/pdo/ |
| H A D | pdo_stmt.c | 450 ulong num_index; local 463 ¶m.name, &str_length, &num_index, 0, NULL)) { 469 if (num_index < 0) { 473 param.paramno = num_index;
|
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 416 ulong num_index; local 421 zend_hash_get_current_key_ex(&ce->constants_table, &key, &key_len, &num_index, 0, &pos); 586 ulong num_index; local 592 || zend_hash_get_current_key_ex(&ce->function_table, &key, &key_len, &num_index, 0, &pos) != HASH_KEY_IS_STRING 766 ulong num_index; local 788 zend_hash_get_current_key_ex(static_variables, &key, &key_len, &num_index, 0, &pos); 3099 ulong num_index; local 3101 if (zend_hash_get_current_key_ex(CE_STATIC_MEMBERS(ce), &key, &key_len, &num_index, 0, &pos) != FAILURE && key) { 3221 ulong num_index; local 3224 zend_hash_get_current_key_ex(ht_list[i], &key, &key_len, &num_index, [all...] |
| /PHP_5_3/ext/soap/ |
| H A D | php_encoding.c | 3639 ulong num_index; local 3641 if (zend_hash_get_current_key(Z_ARRVAL_P(array), &str_index, &num_index, 0) == HASH_KEY_IS_STRING || 3642 num_index != i) {
|
| /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) 488 unsigned long num_index, last_num = 0; local 493 int res = my_zend_hash_get_current_key(ht, &my_key, &num_index); 499 } else if (last_num > 0 && last_num != num_index-1) { 504 last_num = num_index; 560 unsigned long num_index; local 582 int res = my_zend_hash_get_current_key(Z_ARRVAL_P(val_arr), &my_key, &num_index); 597 spprintf(&num_str, 0, "%ld", num_index);
|
| /PHP_5_3/main/ |
| H A D | php_ini.c | 797 ulong num_index; local 801 zend_hash_get_current_key_ex(source_hash, &str, &str_len, &num_index, 0, NULL) == HASH_KEY_IS_STRING;
|
| /PHP_5_3/sapi/apache2filter/ |
| H A D | apache_config.c | 128 ulong num_index; local 136 &num_index, 0, NULL) == HASH_KEY_IS_STRING;
|
| /PHP_5_3/sapi/apache2handler/ |
| H A D | apache_config.c | 146 ulong num_index; local 158 &num_index, 0, NULL) == HASH_KEY_IS_STRING;
|
| /PHP_5_3/sapi/cgi/ |
| H A D | fastcgi.c | 765 ulong num_index; local 780 while ((key_type = zend_hash_get_current_key_ex(req->env, &str_index, &str_length, &num_index, 0, &pos)) != HASH_KEY_NON_EXISTANT) {
|
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fastcgi.c | 598 ulong num_index; local 613 while ((key_type = zend_hash_get_current_key_ex(req->env, &str_index, &str_length, &num_index, 0, &pos)) != HASH_KEY_NON_EXISTANT) {
|
| /PHP_5_3/Zend/ |
| H A D | zend_API.c | 1032 ulong num_index; local 1035 zend_hash_get_current_key_ex(&class_type->default_static_members, &str_index, &str_length, &num_index, 0, &pos);
|
| H A D | zend_execute_API.c | 597 ulong num_index; local 622 if (zend_hash_get_current_key_ex(Z_ARRVAL_P(p), &str_index, &str_index_len, &num_index, 0, NULL) != HASH_KEY_IS_STRING) {
|
| H A D | zend_hash.c | 1109 ZEND_API int zend_hash_get_current_key_ex(const HashTable *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool duplicate, HashPosition *pos) argument 1129 *num_index = p->h; 1175 ZEND_API int zend_hash_update_current_key_ex(HashTable *ht, int key_type, const char *str_index, uint str_length, ulong num_index, int mode, HashPosition *pos) argument 1186 if (!p->nKeyLength && p->h == num_index) { 1190 q = ht->arBuckets[num_index & ht->nTableMask]; 1192 if (!q->nKeyLength && q->h == num_index) { 1344 p->h = num_index;
|
| H A D | zend_builtin_functions.c | 886 ulong num_index; local 892 zend_hash_get_current_key_ex(properties, &key, &key_len, &num_index, 0, &pos); 958 ulong num_index; local 982 if (zend_hash_get_current_key_ex(properties, &key, &key_len, &num_index, 0, &pos) == HASH_KEY_IS_STRING) { 1038 ulong num_index; local 1044 zend_hash_get_current_key_ex(&ce->function_table, &key, &key_len, &num_index, 0, &pos) != HASH_KEY_IS_STRING ||
|
| /PHP_5_3/ext/standard/ |
| H A D | string.c | 2341 ulong num_index; local 2479 if (zend_hash_get_current_key_ex(Z_ARRVAL_PP(str), &str_index, &str_index_len, &num_index, 0, &pos_str) == HASH_KEY_IS_STRING) { 2482 add_index_stringl(return_value, num_index, result, result_len, 0);
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_fixedarray.c | 657 ulong num_index, max_index = 0; local 664 if (zend_hash_get_current_key(Z_ARRVAL_P(data), &str_index, &num_index, 0) != HASH_KEY_IS_LONG || (long)num_index < 0) { 670 if (num_index > max_index) { 671 max_index = num_index; 688 zend_hash_get_current_key(Z_ARRVAL_P(data), &str_index, &num_index, 0); local 692 array->elements[num_index] = value;
|