Home
last modified time | relevance | path

Searched refs:num_index (Results 1 – 17 of 17) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_hash.h179 …_key_ex(const HashTable *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool dupli…
184 …hTable *ht, int key_type, const char *str_index, uint str_length, ulong num_index, int mode, HashP…
200 #define zend_hash_get_current_key(ht, str_index, num_index, duplicate) \ argument
201 zend_hash_get_current_key_ex(ht, str_index, NULL, num_index, duplicate, NULL)
210 #define zend_hash_update_current_key(ht, key_type, str_index, str_length, num_index) \ argument
211 …zend_hash_update_current_key_ex(ht, key_type, str_index, str_length, num_index, HASH_UPDATE_KEY_AN…
H A Dzend_hash.c1109 …_key_ex(const HashTable *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool dupli… in zend_hash_get_current_key_ex() argument
1129 *num_index = p->h; in zend_hash_get_current_key_ex()
1175 …hTable *ht, int key_type, const char *str_index, uint str_length, ulong num_index, int mode, HashP… in zend_hash_update_current_key_ex() argument
1186 if (!p->nKeyLength && p->h == num_index) { in zend_hash_update_current_key_ex()
1190 q = ht->arBuckets[num_index & ht->nTableMask]; in zend_hash_update_current_key_ex()
1192 if (!q->nKeyLength && q->h == num_index) { in zend_hash_update_current_key_ex()
1344 p->h = num_index; in zend_hash_update_current_key_ex()
H A Dzend_builtin_functions.c886 ulong num_index; in add_class_vars() local
892 zend_hash_get_current_key_ex(properties, &key, &key_len, &num_index, 0, &pos); in add_class_vars()
958 ulong num_index; in ZEND_FUNCTION() local
982 …if (zend_hash_get_current_key_ex(properties, &key, &key_len, &num_index, 0, &pos) == HASH_KEY_IS_S… in ZEND_FUNCTION()
1038 ulong num_index; in ZEND_FUNCTION() local
1044 …zend_hash_get_current_key_ex(&ce->function_table, &key, &key_len, &num_index, 0, &pos) != HASH_KEY… in ZEND_FUNCTION()
H A Dzend_execute.c840 goto num_index; in zend_fetch_dimension_address_inner()
847 num_index: in zend_fetch_dimension_address_inner()
H A Dzend_execute_API.c595 ulong num_index; in zval_update_constant_ex() local
620 …if (zend_hash_get_current_key_ex(Z_ARRVAL_P(p), &str_index, &str_index_len, &num_index, 0, NULL) !… in zval_update_constant_ex()
H A Dzend_API.c1032 ulong num_index; in zend_update_class_constants() local
1035 …_current_key_ex(&class_type->default_static_members, &str_index, &str_length, &num_index, 0, &pos); in zend_update_class_constants()
/PHP-5.3/sapi/apache2filter/
H A Dapache_config.c128 ulong num_index; in merge_php_config() local
136 &num_index, 0, NULL) == HASH_KEY_IS_STRING; in merge_php_config()
/PHP-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c360 …efine my_zend_hash_get_current_key(ht, my_key, num_index) zend_hash_get_current_key(ht, my_key, nu… argument
488 unsigned long num_index, last_num = 0; in determine_vector_type() local
493 int res = my_zend_hash_get_current_key(ht, &my_key, &num_index); in determine_vector_type()
499 } else if (last_num > 0 && last_num != num_index-1) { in determine_vector_type()
504 last_num = num_index; in determine_vector_type()
560 unsigned long num_index; in PHP_to_XMLRPC_worker() local
582 int res = my_zend_hash_get_current_key(Z_ARRVAL_P(val_arr), &my_key, &num_index); in PHP_to_XMLRPC_worker()
597 spprintf(&num_str, 0, "%ld", num_index); in PHP_to_XMLRPC_worker()
/PHP-5.3/sapi/apache2handler/
H A Dapache_config.c146 ulong num_index; in merge_php_config() local
158 &num_index, 0, NULL) == HASH_KEY_IS_STRING; in merge_php_config()
/PHP-5.3/ext/spl/
H A Dspl_fixedarray.c657 ulong num_index, max_index = 0; in SPL_METHOD() local
664 …sh_get_current_key(Z_ARRVAL_P(data), &str_index, &num_index, 0) != HASH_KEY_IS_LONG || (long)num_i… in SPL_METHOD()
670 if (num_index > max_index) { in SPL_METHOD()
671 max_index = num_index; in SPL_METHOD()
688 zend_hash_get_current_key(Z_ARRVAL_P(data), &str_index, &num_index, 0); in SPL_METHOD()
692 array->elements[num_index] = value; in SPL_METHOD()
/PHP-5.3/main/
H A Dphp_ini.c797 ulong num_index; in php_ini_activate_config() local
801 …zend_hash_get_current_key_ex(source_hash, &str, &str_len, &num_index, 0, NULL) == HASH_KEY_IS_STRI… in php_ini_activate_config()
/PHP-5.3/sapi/fpm/fpm/
H A Dfastcgi.c598 ulong num_index; in fcgi_read_request() local
613 …while ((key_type = zend_hash_get_current_key_ex(req->env, &str_index, &str_length, &num_index, 0, … in fcgi_read_request()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c416 ulong num_index; in _class_string() local
421 zend_hash_get_current_key_ex(&ce->constants_table, &key, &key_len, &num_index, 0, &pos); in _class_string()
586 ulong num_index; in _class_string() local
592 …|| zend_hash_get_current_key_ex(&ce->function_table, &key, &key_len, &num_index, 0, &pos) != HASH_… in _class_string()
766 ulong num_index; in _function_closure_string() local
788 zend_hash_get_current_key_ex(static_variables, &key, &key_len, &num_index, 0, &pos); in _function_closure_string()
3099 ulong num_index; in ZEND_METHOD() local
3101 …if (zend_hash_get_current_key_ex(CE_STATIC_MEMBERS(ce), &key, &key_len, &num_index, 0, &pos) != FA… in ZEND_METHOD()
3221 ulong num_index; in ZEND_METHOD() local
3224 zend_hash_get_current_key_ex(ht_list[i], &key, &key_len, &num_index, 0, &pos); in ZEND_METHOD()
/PHP-5.3/sapi/cgi/
H A Dfastcgi.c765 ulong num_index; in fcgi_read_request() local
780 …while ((key_type = zend_hash_get_current_key_ex(req->env, &str_index, &str_length, &num_index, 0, … in fcgi_read_request()
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c450 ulong num_index; in PHP_METHOD() local
463 &param.name, &str_length, &num_index, 0, NULL)) { in PHP_METHOD()
469 if (num_index < 0) { in PHP_METHOD()
473 param.paramno = num_index; in PHP_METHOD()
/PHP-5.3/ext/standard/
H A Dstring.c2341 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…
2482 add_index_stringl(return_value, num_index, result, result_len, 0);
/PHP-5.3/ext/soap/
H A Dphp_encoding.c3639 ulong num_index; in is_map() local
3641 …if (zend_hash_get_current_key(Z_ARRVAL_P(array), &str_index, &num_index, 0) == HASH_KEY_IS_STRING … in is_map()
3642 num_index != i) { in is_map()

Completed in 139 milliseconds