Home
last modified time | relevance | path

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

/PHP-5.3/ext/reflection/
H A Dphp_reflection.c3196 HashTable *ht_list[3]; in ZEND_METHOD() local
3206 ht_list[0] = CE_STATIC_MEMBERS(ce); in ZEND_METHOD()
3207 ht_list[1] = &ce->default_properties; in ZEND_METHOD()
3208 ht_list[2] = NULL; in ZEND_METHOD()
3210 for (i = 0; ht_list[i] != NULL; i++) { in ZEND_METHOD()
3212 count = zend_hash_num_elements(ht_list[i]); in ZEND_METHOD()
3217 zend_hash_internal_pointer_reset_ex(ht_list[i], &pos); in ZEND_METHOD()
3218 while (zend_hash_get_current_data_ex(ht_list[i], (void **) &prop, &pos) == SUCCESS) { in ZEND_METHOD()
3224 zend_hash_get_current_key_ex(ht_list[i], &key, &key_len, &num_index, 0, &pos); in ZEND_METHOD()
3225 zend_hash_move_forward_ex(ht_list[i], &pos); in ZEND_METHOD()

Completed in 17 milliseconds