recordset         887 ext/wddx/wddx.c 				st_entry *recordset;
recordset         890 ext/wddx/wddx.c 				if (wddx_stack_top(stack, (void**)&recordset) == SUCCESS &&
recordset         891 ext/wddx/wddx.c 					recordset->type == ST_RECORDSET &&
recordset         892 ext/wddx/wddx.c 					zend_hash_find(Z_ARRVAL_P(recordset->data), (char*)atts[i], strlen(atts[i])+1, (void**)&field) == SUCCESS) {